Commit Graph

169 Commits

Author SHA1 Message Date
Arthur Britto
9e41cac0da Add RPC ripple command and improve wallet_propose. 2012-08-13 17:05:35 -07:00
Arthur Britto
453f72661b Update RPC, transactions, and ledger for new accountRootNode format. 2012-07-26 19:07:52 -07:00
Arthur Britto
aababa680f Add ripple quality in and out. 2012-07-24 15:02:09 -07:00
Arthur Britto
a61cf78299 Better handling of full values for amounts. 2012-07-20 14:16:34 -07:00
Arthur Britto
d62c6a974e Add logging for offer create. 2012-07-18 17:40:21 -07:00
Arthur Britto
af92bb5347 Santize locally submited transactions. 2012-07-18 14:48:50 -07:00
Arthur Britto
aa1f2d3c6a Merge branch 'ripple'
Conflicts:
	src/TransactionEngine.cpp
2012-07-17 13:32:29 -07:00
Arthur Britto
fcd13d0208 Work on offers. 2012-07-16 18:54:31 -07:00
jed
bcbbf41c30 Merge branch 'master' of github.com:jedmccaleb/NewCoin 2012-07-16 15:13:00 -07:00
jed
dcc7025b41 . 2012-07-16 15:12:45 -07:00
Arthur Britto
0f47f72e30 Work on WS account_info_subscribe. 2012-07-14 22:13:22 -07:00
Arthur Britto
6feb16709e Add RPC owner_info. 2012-07-14 17:21:43 -07:00
Arthur Britto
f6fcef9101 Misc fixes. 2012-07-14 15:57:09 -07:00
Arthur Britto
d3e1b98fe8 Bug fixes for offer_create and offer_cancel. 2012-07-13 23:01:26 -07:00
Arthur Britto
bbea33f3c2 Implement RPC commands offer_create & offer_cancel. 2012-07-13 15:32:32 -07:00
Arthur Britto
8266c87dc9 Have RPC ripple_lines_get now show redundant currencies. 2012-07-10 21:44:11 -07:00
Arthur Britto
0c4b739010 Fix RPC decimal parsing. 2012-07-10 21:20:09 -07:00
Arthur Britto
db7cf11312 Fix RPC ripple_lines_get to return multiple lines for peer account. 2012-07-10 15:19:39 -07:00
Arthur Britto
878a0889ee Fix reporting of lines by ripple_lines_get. 2012-07-10 14:11:38 -07:00
Arthur Britto
164350658f Rename RPC commands to ripple_lines_get and ripple_line_set. 2012-07-09 21:10:51 -07:00
Arthur Britto
cbc4212150 Remove transaction transit_set. 2012-07-09 17:37:20 -07:00
Arthur Britto
7ff41d62a1 Breaking Json API, return versions as chars. 2012-07-07 19:44:52 -07:00
Arthur Britto
e5ad771708 Move to new directory format. 2012-07-07 17:46:47 -07:00
Arthur Britto
272067061a Make a bunch of RPC commands not require admin. 2012-07-04 20:15:20 -07:00
Arthur Britto
145883a585 Fix RPCServer support for direct ripple sends. 2012-07-04 01:19:49 -07:00
Arthur Britto
f794254979 More fixes for bind and shared_ptrs. 2012-07-01 23:29:36 -07:00
Arthur Britto
ddd1e721fd Comment out unused var. 2012-06-29 16:21:54 -07:00
jed
91b1763a09 change return of account_tx 2012-06-29 06:08:39 -07:00
jed
bc9dca6548 . 2012-06-29 05:29:59 -07:00
JoelKatz
83dfc36892 Use safe lexical casts. (Until we put RPCServer parsing code in try/catch blocks.)
Return full transactions in doAccountTransactions.
2012-06-28 13:14:16 -07:00
JoelKatz
dbabc6edd0 Don't claim to support HTTP keep alives and then close the connection. This
properly supports HTTP keep alives and should speed up RPC significantly.
2012-06-27 12:04:35 -07:00
Arthur Britto
d2a701059e Change rpcWRONG_PASSWORD to rpcNO_ACCOUNT. 2012-06-26 03:47:17 -07:00
Arthur Britto
7018a1b57c Cosmetic. 2012-06-25 23:30:01 -07:00
Arthur Britto
2fc6bbb6fc Cosmetic. 2012-06-24 20:01:37 -07:00
jed
ab15f65aeb block some RPC commands from being used remotely 2012-06-22 09:14:45 -07:00
jed
d28852cc9e Merge branch 'master' of github.com:jedmccaleb/NewCoin 2012-06-19 12:35:12 -07:00
jed
00e8a930ff changed server_info RPC 2012-06-19 12:34:57 -07:00
Arthur Britto
9f9d700ed2 Merge branch 'master' of github.com:jedmccaleb/NewCoin
Conflicts:
	src/ConnectionPool.cpp
	src/Peer.cpp
2012-06-19 12:29:06 -07:00
Arthur Britto
ce16e58c62 Fix peer tracking and scaning model. 2012-06-19 12:26:15 -07:00
JoelKatz
64f99820a8 server_info command. 2012-06-19 05:50:30 -07:00
JoelKatz
4afa11a6a6 Reduce log chattiness. 2012-06-18 22:22:47 -07:00
Arthur Britto
ec008fe76d Improve configuration handling.
- Make VALIDATORS_SITE configurable.
- At bootstrap load validators.txt with out a unl_default entry.
- Always merge in unl_default at start if available.
2012-06-18 11:45:22 -07:00
Arthur Britto
844e3ed95f Remove BOOST_LOG_TRIVIAL. 2012-06-18 11:05:32 -07:00
jed
f4e7bcf909 Merge branch 'master' of github.com:jedmccaleb/NewCoin 2012-06-18 07:28:07 -07:00
Arthur Britto
f774baefeb Change RPC unl_default to unl_load & unl_network and add UNL bootstrapping. 2012-06-16 11:46:17 -07:00
Arthur Britto
86d175bfbd Implement initial support specify validators as public keys. 2012-06-15 20:13:19 -07:00
jed
0e4541a7bc Merge branch 'master' of github.com:jedmccaleb/NewCoin
Conflicts:
	src/RPCServer.cpp
2012-06-14 16:54:08 -07:00
Arthur Britto
617bd47d07 Get rid of word Family from NewcoinAddress routines. 2012-06-13 23:46:00 -07:00
Arthur Britto
8264fc1d1a Remove references to LOG_TRIVIAL. 2012-06-13 23:35:45 -07:00
jed
0a86bde886 Merge branch 'master' of github.com:jedmccaleb/NewCoin 2012-06-13 16:55:38 -07:00