Commit Graph

95 Commits

Author SHA1 Message Date
Vinnie Falco
d9f222fa83 Strip includes 2013-06-19 16:23:04 -07:00
Vinnie Falco
00a7cbf610 Update copyright notice and 80 column separators 2013-06-15 18:20:59 -07:00
Vinnie Falco
521e812fc4 Reformatting using AStyle 2013-06-14 08:45:13 -07:00
Vinnie Falco
124c28b0eb Enable SEH exception handling in the VS2012 project 2013-06-11 09:45:12 -07:00
Arthur Britto
5e685aa55b More fixes for offline RPC sign. 2013-06-08 21:32:16 -07:00
Vinnie Falco
8b6c2c0c7a Split Job and JobQueue and move functions to the .cpp 2013-06-06 21:43:07 -07:00
JoelKatz
f897b17027 Merge branch 'feature' into develop 2013-06-05 16:40:28 -07:00
JoelKatz
31f1a109a0 Wait longer for RPC. 2013-06-05 14:58:30 -07:00
JoelKatz
5af4673104 RPC infrastructure for feature management. 2013-05-30 10:35:17 -07:00
Vinnie Falco
2c525b03c6 Enormous cleanup of RippleAddress et. al. into ripple_data
Start cleanup into ripple_data, split out some hash_value() instances
Tidy up CBigNum into ripple_data, moving definitions to .cpp
Split and clean up base58 stuff
Remove unused files from VS2012 project
Clean up some bignum stuff and remove unused files
Partial cleanup of RFC1751
Enormous cleanup with RippleAddress and related, into ripple_data
Remove unused VS project files
Move ECIES stuff into CKey
2013-05-30 10:16:22 -07:00
Vinnie Falco
d762abfc85 Move Log to ripple_basics and split websocket logging to ripple_net 2013-05-27 13:16:00 -07:00
Vinnie Falco
ce66f950cf Put json in its own module with header 2013-05-27 13:15:58 -07:00
Vinnie Falco
794b84c473 Fix missing file names for new Log partition code 2013-05-27 13:15:57 -07:00
Vinnie Falco
4c485ac5ce Update RPCParser for new log routines 2013-05-27 13:14:07 -07:00
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