Commit Graph

1289 Commits

Author SHA1 Message Date
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
4a1edb05d5 Merge branch 'rpc_refactor' 2012-12-03 18:08:56 -08:00
Arthur Britto
0635a5f6e3 Note unnecessary commands. 2012-12-03 18:08:27 -08:00
JoelKatz
8eb0191c83 Merge branch 'master' of github.com:jedmccaleb/NewCoin 2012-12-03 18:08:24 -08:00
JoelKatz
25de434252 Add the limit amount issuer to the list of affected accounts. 2012-12-03 18:08:07 -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
d01f2fb123 Merge branch 'master' of github.com:jedmccaleb/NewCoin 2012-12-03 16:49:40 -08:00
JoelKatz
93138bb102 Merge branch 'master' of github.com:jedmccaleb/NewCoin 2012-12-03 16:17:31 -08:00
JoelKatz
98b3c526ec Finish the load manager class. 2012-12-03 16:16:50 -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
b80bd17295 Merge branch 'master' of github.com:jedmccaleb/NewCoin 2012-12-03 13:55:47 -08:00
jed
0db2d312bb pass whole message in serverClosed 2012-12-03 13:55:35 -08:00
JoelKatz
60a9487e18 Code to track collections of endpoints that can impose work on the system,
submit proofs of work, and so on.
2012-12-03 12:57:32 -08:00
JoelKatz
d046730223 Latency targets. 2012-12-03 04:40:26 -08:00
JoelKatz
c8159e70eb Missing piece. 2012-12-02 21:15:59 -08:00
JoelKatz
6f8699254c Small updates. 2012-12-02 20:49:28 -08:00
JoelKatz
331514570c More feature table work. 2012-12-02 20:11:34 -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
JoelKatz
6b77a141d8 More work on the feature table. 2012-12-02 17:01:53 -08:00
Arthur Britto
f3bbe07572 Refactor RPC account_info. 2012-12-02 16:49:21 -08:00
Arthur Britto
ee3a2a0857 Regularize RPC calling. 2012-12-02 16:08:16 -08:00
Arthur Britto
fed1250218 Regularize RPC handling. 2012-12-02 16:05:45 -08:00
Arthur Britto
e737dd16c5 Do not output usage if --quiet. 2012-12-02 15:52:54 -08:00
JoelKatz
5f7d655d7d Structures to track state of features. 2012-12-02 15:52:09 -08:00
JoelKatz
585203f558 Be consistent in how we specify this feature table. 2012-12-02 15:36:27 -08:00
JoelKatz
7708968cff Stuctures for feature enabling. 2012-12-02 15:23:17 -08:00
JoelKatz
7489eafe1e Cleanup. 2012-12-02 01:02:36 -08:00
Arthur Britto
8ffea0530a Begin moving CLI parsing to CallRPC. 2012-12-01 18:01:59 -08:00
Arthur Britto
d0e30b29d8 Do not use cout. 2012-12-01 18:01:21 -08:00
Arthur Britto
78cd142343 Move RPC errors to own files. 2012-12-01 18:00:27 -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
c2d6dc0ab7 Add command line option --quiet. 2012-12-01 17:56:27 -08:00
Arthur Britto
51ee96e804 Merge branch 'master' of github.com:jedmccaleb/NewCoin 2012-11-30 17:14:31 -08:00
Arthur Britto
6d8afeca47 Work on path finder integration. 2012-11-30 17:14:25 -08:00
Arthur Britto
07a3eafd8a Disallow invalid flags on OfferCreate transactions. 2012-11-30 17:12:51 -08:00
Arthur Britto
45841edb7d Disallow invalid flags on payment transactions. 2012-11-30 17:12:19 -08:00
JoelKatz
5957a79584 Make only one version of each ledger history option. 2012-11-30 15:26:18 -08:00