Commit Graph

166 Commits

Author SHA1 Message Date
Arthur Britto
de9cffe5c5 Emit 256 bits of random on RPC server subscribe. 2012-12-06 00:02:02 -08:00
Arthur Britto
6980bcaa46 Cosmetic. 2012-12-05 18:04:27 -08:00
Arthur Britto
d7c5b73875 Merge branch 'master' of github.com:jedmccaleb/NewCoin 2012-12-05 18:02:58 -08:00
Arthur Britto
5b68f2a15d Refactor NetworkOps and RPC to specify account_index and ledgers better. 2012-12-05 18:02:41 -08:00
JoelKatz
20b96613e4 Cosmetic improvement. 2012-12-05 13:21:14 -08:00
JoelKatz
a43a993a01 Refactor log_level command to meet new spec. 2012-12-05 13:18:14 -08:00
Arthur Britto
61596f0717 Improve RPC random. 2012-12-04 23:56:05 -08:00
Arthur Britto
f44e58776f Add support for RPC random. 2012-12-04 23:38:10 -08:00
jed
50953ff6d5 add account_offers and refactor 2012-12-04 12:12:11 -08:00
Arthur Britto
3b15853267 Refactor RPC tx_history. 2012-12-03 23:16:39 -08:00
Arthur Britto
8952d77b2b Refactor RPC tx. 2012-12-03 23:06:34 -08:00
Arthur Britto
224c3391bf Refactor RPC owner_info. 2012-12-03 22:58:21 -08:00
Arthur Britto
9600c3dc3f Refactor RPC data_*. 2012-12-03 22:50:17 -08:00
Arthur Britto
d9b8bcaa32 Refactor RPC login. 2012-12-03 22:41:28 -08:00
Arthur Britto
b51daf0942 Refactor RPC get_counts. 2012-12-03 22:28:50 -08:00
Arthur Britto
5d35a7afff Fix RPC ripple_lines_get. 2012-12-03 20:01:21 -08:00
Arthur Britto
0635a5f6e3 Note unnecessary commands. 2012-12-03 18:08:27 -08:00
Arthur Britto
ecf8c69763 Refactor RPC validation_seed. 2012-12-03 18:00:59 -08:00
Arthur Britto
9435dbee18 Refactor RPC validation_create. 2012-12-03 17:57:18 -08:00
Arthur Britto
be48c6510c Refactor RPC wallet_seed. 2012-12-03 17:52:30 -08:00
Arthur Britto
500df6bd32 Refactor RPC wallet_propose. 2012-12-03 17:46:33 -08:00
Arthur Britto
5d3684b9b9 Merge branch 'rpc_refactor' 2012-12-03 16:14:28 -08:00
Arthur Britto
f8a906ce9a Refactor RPC wallet_accounts. 2012-12-03 16:12:32 -08:00
Arthur Britto
125a1ae5d3 Refactor RPC ripple_lines_get. 2012-12-03 15:58:48 -08:00
Arthur Britto
e8f2efab93 Refactor RPC ledger. 2012-12-03 15:40:11 -08:00
Arthur Britto
c71b675639 Refactor RPC connect. 2012-12-03 15:09:04 -08:00
Arthur Britto
936f52d654 Refactor RPC unl_delete. 2012-12-03 14:59:12 -08:00
Arthur Britto
2ef272b805 Refactor RPC unl_add. 2012-12-03 14:51:41 -08:00
jed
0db2d312bb pass whole message in serverClosed 2012-12-03 13:55:35 -08:00
Arthur Britto
65175b8e54 Refactor RPC submit and submit_json. 2012-12-02 19:46:32 -08:00
Arthur Britto
14bf7d0ec2 Regularize irregular results for websocket interface too. 2012-12-02 18:25:12 -08:00
Arthur Britto
c6db85fb39 Refactor RPC commands with no arguments. 2012-12-02 18:16:54 -08:00
Arthur Britto
318c7d15cb Refactor RPC account_tx. 2012-12-02 17:21:03 -08:00
Arthur Britto
f3bbe07572 Refactor RPC account_info. 2012-12-02 16:49:21 -08:00
Arthur Britto
fed1250218 Regularize RPC handling. 2012-12-02 16:05:45 -08:00
Arthur Britto
17b2506cd7 Work toward RPC refactor and do not print to cout. 2012-12-01 17:59:35 -08:00
Arthur Britto
6d8afeca47 Work on path finder integration. 2012-11-30 17:14:25 -08:00
Arthur Britto
460776115c Merge branch 'master' of github.com:jedmccaleb/NewCoin 2012-11-29 15:46:56 -08:00
jed
92cee7d089 Merge branch 'master' of github.com:jedmccaleb/NewCoin into notdone 2012-11-29 09:23:08 -08:00
jed
32c231ab57 add meta to account_tx 2012-11-29 09:22:44 -08:00
Arthur Britto
6a72d6eb8a Merge branch 'master' of github.com:jedmccaleb/NewCoin 2012-11-28 19:19:57 -08:00
Arthur Britto
2268989609 Work toward ripple_path_find. 2012-11-28 19:19:39 -08:00
jed
e90a1a404d still working 2012-11-28 16:29:15 -08:00
JoelKatz
72777b6b83 Remove some shared pointers on load monitors. 2012-11-28 15:53:07 -08:00
JoelKatz
6aca65ff76 Get the shared pointers out of the scoped lock stuff. We don't need it. 2012-11-28 15:27:20 -08:00
jed
89f02efc16 option to return date of transaction in the JSON 2012-11-23 17:58:48 -08:00
Arthur Britto
64ec8a7b6f Make ripple_path_find more robust and clean up. 2012-11-22 19:10:43 -08:00
Arthur Britto
5c1605ab35 Rough cut at ripple_path_find. 2012-11-22 14:03:32 -08:00
Arthur Britto
4e713c58ad Work toward ripple_path_find. 2012-11-22 11:51:40 -08:00
Arthur Britto
2aa6eb8784 Add framework for RPC ripple_path_find. 2012-11-21 16:25:53 -08:00