JoelKatz
a4ff121b35
Mark a FIXME
2012-12-19 12:00:23 -08:00
JoelKatz
2203313945
Logging cleanups.
2012-12-18 14:39:02 -08:00
Arthur Britto
0da6d15719
Allow remotes to do RPC tx.
2012-12-18 12:27:25 -08:00
JoelKatz
8a1033caad
Second round of removing extraneous copy constructor and destructor calls.
2012-12-17 20:31:26 -08:00
JoelKatz
2a06686b7c
Round one of fixes to avoid ridiculous numbers of spurious copy constructor and destructor calls.
...
Most of these fixes involve calls to BOOST_FOREACH to iterate over a map or unordered_map where the
iterator type didn't perfectly match the internal type, so a reference into the map couldn't be created
and a new value/content pair had to be created for each iteration.
2012-12-17 20:20:24 -08:00
Arthur Britto
f93dc7a7b4
Fix network state reporting in server and client.
2012-12-14 16:34:11 -08:00
JoelKatz
25abc284be
Fix build issues.
2012-12-13 10:34:13 -08:00
Arthur Britto
f1735c5cdf
Move from account create fee to reserve XRP.
2012-12-12 21:54:56 -08:00
Arthur Britto
eac6fe88c1
Add support for multiple path finding and path length limiting.
2012-12-11 15:31:55 -08:00
jed
eea2739f53
add seq to offer json
2012-12-10 12:05:50 -08:00
Arthur Britto
e03ed39fca
Some pathfinding fixes.
2012-12-07 17:47:29 -08:00
Arthur Britto
2701f25052
Be more strict with payment build_path flag.
2012-12-07 15:22:24 -08:00
Arthur Britto
8ad9d62641
Merge branch 'master' of github.com:jedmccaleb/NewCoin
2012-12-06 20:16:19 -08:00
Arthur Britto
56e85db815
Fixes for ripple_path_find.
2012-12-06 20:16:12 -08:00
JoelKatz
2e425d60fd
Don't return rpcSUCCESS.
2012-12-06 18:59:10 -08:00
Stefan Thomas
cbb1e50222
Add event allowing client to track server's network connectivity.
2012-12-06 12:33:41 -08:00
JoelKatz
3841bc406a
Merge branch 'master' of github.com:jedmccaleb/NewCoin
2012-12-06 10:56:09 -08:00
JoelKatz
1d2bb868b6
Remove RAND_bytes calls.
2012-12-06 10:55:56 -08:00
Arthur Britto
6a318f496c
Change RPC ledger params to just current and closed.
2012-12-06 10:36:34 -08:00
Arthur Britto
c55eb72d76
Fix for RPC commands.
2012-12-06 08:24:53 -08:00
Arthur Britto
c5ad702117
Be more strict for RPC commands.
2012-12-06 07:45:25 -08:00
Arthur Britto
ce47e99d6d
Comments.
2012-12-06 07:43:39 -08:00
Arthur Britto
1238e8f5d8
Fix validity checking for RPC commands.
2012-12-06 07:38:01 -08:00
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