Commit Graph

81 Commits

Author SHA1 Message Date
Arthur Britto
68510178c2 Add support for strict to CLI for account_info. 2013-05-23 16:01:15 -07:00
Stefan Thomas
508db42aba RPC: Add ability to specify a custom secret in proof_verify. 2013-05-13 10:17:43 +02:00
Stefan Thomas
5e649921bf RPC: Add ability to specify a custom secret in proof_create. 2013-05-13 10:17:43 +02:00
Stefan Thomas
da406a3506 RPC: Add proof_solve. 2013-05-13 10:17:43 +02:00
Stefan Thomas
c3d2eae667 RPC: Add proof_verify. 2013-05-13 10:17:43 +02:00
Stefan Thomas
5c7a92ba76 RPC: Add proof_create. 2013-05-13 10:17:43 +02:00
JoelKatz
e7529d0221 Report the correct error if someone tries to use the evented path_find through the RPC API.
(Maybe we'll add limited support for this later.)
2013-05-03 13:59:04 -07:00
Arthur Britto
ec081cd2dc Make RPC account_lines support specify the peer account. 2013-04-14 23:15:58 -07:00
Arthur Britto
58b3cc1dd6 Add nexmo SMS support. 2013-03-30 00:34:49 -07:00
Arthur Britto
09633c5f04 Fixes for account_tx. 2013-03-27 17:26:13 -07:00
Arthur Britto
eb4708528b Get rid of account index from CLI RPC. 2013-03-26 18:58:26 -07:00
Arthur Britto
edd79c50a9 Add RPC json. 2013-03-21 13:11:27 -07:00
JoelKatz
bd5c67328f Ledger hashes are 64 characters long. 2013-03-20 01:34:52 -07:00
Arthur Britto
9c0310280b RPC account_info support specifying ledger. 2013-03-19 21:15:08 -07:00
JoelKatz
7a6a199df4 Take advantage of perfect forwarding in a few more places. 2013-03-18 03:10:54 -07:00
Arthur Britto
4407415692 Update CallRPC for revised RPC ledger. 2013-03-11 12:04:36 -07:00
JoelKatz
6929579660 I like parentheses. 2013-03-11 09:05:13 -07:00
Arthur Britto
a172654422 Let RPC ripple_path_find work on any ledger. 2013-03-07 12:44:33 -08:00
Arthur Britto
768007cee6 Make RPC book_offers usuable.
- Missing: transfer fees
- Adds taker support
- Adds taker_gets_funded and taker_pays_funded
- Adds don't return unfunded offers
- Adds follow offer owner balances.
2013-03-02 23:55:45 -08:00
Arthur Britto
301909fa01 Fix framework for RPC book_offers. 2013-03-01 13:38:37 -08:00
Arthur Britto
9cc53bd716 Pass path for RPC subscribe by url. 2013-02-28 18:10:24 -08:00
Arthur Britto
2f85057920 Less debugging. 2013-02-28 16:57:19 -08:00
Arthur Britto
d0c79083ab Add CLI support for RPC book_offers. 2013-02-28 16:41:18 -08:00
JoelKatz
923446fb78 Fix 'tx' output format. Begin supporting a binary output format.
This adds support for binary in 'tx' and 'account_tx' commands.
https://ripple.com/wiki/FormatChange
2013-02-25 12:51:06 -08:00
Arthur Britto
235ab44728 Add RPC ping. 2013-02-13 14:50:05 -08:00
JoelKatz
18167be5e3 Add new 'consensus_info' RPC command to help troubleshoot consensus convergence issues. 2013-02-09 14:21:57 -08:00
JoelKatz
6504403907 Fix large RPC replies. 2013-02-04 13:52:06 -08:00
Arthur Britto
1b9bf68877 Have RPCSub use new callRPC. 2013-02-01 19:25:01 -08:00
Arthur Britto
c834ce4e06 More work toward http/https client merge. 2013-02-01 18:10:53 -08:00
Arthur Britto
fb1cd25f28 More work toward http/https client unification. 2013-01-31 13:07:37 -08:00
Arthur Britto
2f0721f80f Work toward http/https client unification. 2013-01-30 15:17:01 -08:00
Arthur Britto
a05a2c7181 Make RPC ledger_header work. 2013-01-30 01:28:06 -08:00
Arthur Britto
e69d309cb3 More security changes. 2013-01-18 01:41:48 -08:00
Arthur Britto
bda80d4144 Change the security model for RPC admin access. 2013-01-18 00:36:22 -08:00
Arthur Britto
b6a24b9bc2 Merge branch 'master' of github.com:jedmccaleb/NewCoin 2013-01-16 15:05:55 -08:00
Arthur Britto
4982ffdf74 Add support for calling RPC command at startup from config file. 2013-01-16 15:05:44 -08:00
Stefan Thomas
32d6e0728a Show a more specific error when entering an invalid command on the CLI RPC. 2013-01-16 16:17:28 +01:00
JoelKatz
8191153dce Split into server_info (for humans) and server_state (for machines).
Allow either without admin privileges, filter information out from non-admins.
Cleanup and improve data in all cases.
2013-01-15 19:16:20 -08:00
Arthur Britto
b61e201667 Get rid of chatty debug. 2013-01-15 15:43:52 -08:00
Arthur Britto
026f2a7fc7 More debugging. 2013-01-14 21:45:54 -08:00
Arthur Britto
1008c8d1f1 Merge branch 'master' of github.com:jedmccaleb/NewCoin 2013-01-14 17:00:25 -08:00
Arthur Britto
104613a0a6 Add command line support for sign. 2013-01-14 17:00:09 -08:00
JoelKatz
5fa43cc770 Make a simple way to extend the RPC command set without modifying core server code.
This makes it easy to add self-contained modules that can be controlled and is also
useful for one-off and troubleshooting commands.
2013-01-13 22:46:42 -08:00
Arthur Britto
a12a566139 Make ripple_path_find work for command line. 2013-01-13 21:11:37 -08:00
Arthur Britto
4961fde6d7 Mark more code as unneeded. 2013-01-06 11:32:24 -08:00
JoelKatz
06c54c425c Fix not leaving the "need network ledger" state correctly. 2013-01-04 00:08:27 -08:00
JoelKatz
3708271ae5 Rest of fix. 2013-01-03 23:37:38 -08:00
Arthur Britto
937f9718f8 Support paths for subscribe via json-rpc. 2012-12-30 17:16:53 -08:00
Arthur Britto
6592f9de39 Report correct target for callRPC. 2012-12-30 17:02:01 -08:00
Arthur Britto
192dae3b74 Stub subscribe for JSON-RPC. 2012-12-29 14:42:38 -08:00