Arthur Britto
776dfbf5e2
Merge branch 'master' of github.com:jedmccaleb/NewCoin
2013-01-20 22:49:45 -08:00
Arthur Britto
9567440712
Typo.
2013-01-20 22:49:34 -08:00
JoelKatz
6e746c5851
Fix a harmless bug that caused transactions that succeded early to be retried once.
2013-01-20 21:59:34 -08:00
Arthur Britto
521b94f600
Cosmetic.
2013-01-20 21:30:58 -08:00
Arthur Britto
931bd332df
Be stricter with payment options.
2013-01-20 20:08:24 -08:00
Arthur Britto
49a3536125
Reject partial payment to create accounts.
2013-01-20 19:48:18 -08:00
Arthur Britto
b572ba7c8d
UT: remove unintentional focus.
2013-01-20 15:53:18 -08:00
Arthur Britto
d0d81a52f5
UT: fix transaction processing retry test.
2013-01-20 15:52:42 -08:00
Arthur Britto
5d8e6734c3
Split websocket ssl settings for public and private.
2013-01-20 14:42:08 -08:00
Arthur Britto
774ec78e5d
Merge branch 'master' of github.com:jedmccaleb/NewCoin
2013-01-19 18:53:55 -08:00
Arthur Britto
fe2ffafb10
UT: Tests for ripple-client issue #23 .
2013-01-19 18:53:42 -08:00
JoelKatz
2ae66e24b7
Merge branch 'master' of github.com:jedmccaleb/NewCoin
2013-01-19 17:11:39 -08:00
JoelKatz
cc2fcb9f25
Typo.
2013-01-19 17:11:28 -08:00
Arthur Britto
ced0887d43
Merge branch 'master' of github.com:jedmccaleb/NewCoin
2013-01-19 16:35:37 -08:00
Arthur Britto
4ab11d14f3
UT: Fix Issue #5 test.
2013-01-19 16:35:21 -08:00
JoelKatz
15da609e0d
Merge branch 'master' of github.com:jedmccaleb/NewCoin
2013-01-19 14:32:14 -08:00
JoelKatz
07091cfc3c
Fixes.
2013-01-19 14:31:31 -08:00
Arthur Britto
00e97a8938
Cosmetic.
2013-01-19 14:26:05 -08:00
Arthur Britto
6bc587b02f
Merge branch 'master' of github.com:jedmccaleb/NewCoin
2013-01-19 14:16:14 -08:00
Arthur Britto
308ca21b97
Make tecUNFUNDED more specific and fix WalletAdd.
2013-01-19 14:15:56 -08:00
JoelKatz
4c6920dd55
Add extra debug to better understand how the txn retry logic is working.
...
Avoid an extra transaction pass caused by failed transactions counting as changes.
Downgrade some debug messages from INFO to DEBUG.
2013-01-19 14:09:42 -08:00
Arthur Britto
51bbe5ffc8
Add path test for issue #23 .
2013-01-19 13:19:17 -08:00
Stefan Thomas
87c661f778
JS: Add account_info RPC method.
2013-01-19 10:57:33 +01:00
Arthur Britto
76959ba1a7
UT: Add new test for retry logic - currently failing.
2013-01-18 17:57:23 -08:00
JoelKatz
80d98e55a9
Clean up JSON reporting of booleans and network state.
2013-01-18 17:38:11 -08:00
Arthur Britto
032022a5bf
Clarify how security works in rippled-example.cfg
2013-01-18 15:38:27 -08:00
JoelKatz
79d1727b38
Hopefully, handle partial success correctly. Retry engine.
2013-01-18 10:17:21 -08:00
JoelKatz
ae51e9d203
Finish support for RPC user/pass auth.
2013-01-18 05:35:10 -08:00
JoelKatz
fd76033e55
On second thought, this is what we want.
2013-01-18 03:06:12 -08:00
JoelKatz
015d09993d
Fix HTTPAuthorized. It's currently not used.
2013-01-18 03:01:54 -08:00
JoelKatz
dd8559628e
Pass the correct remote IP address down.
2013-01-18 02:47:36 -08:00
Arthur Britto
dc77118f4a
Merge branch 'master' of github.com:jedmccaleb/NewCoin
2013-01-18 01:49:08 -08:00
Arthur Britto
7688253df9
Work arround crashing on ~Config.
2013-01-18 01:48:55 -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
JoelKatz
8feb9d6c29
Handle an edge case.
2013-01-17 21:08:23 -08:00
JoelKatz
0055122176
Make sure it's safe to modify acquired ledgers.
2013-01-17 21:08:02 -08:00
Arthur Britto
f6202011fd
Improve rippled-example.cfg documentation.
2013-01-17 14:18:37 -08:00
Arthur Britto
f54a3ca970
Fix security for RPC validation_seed.
2013-01-17 14:15:23 -08:00
Arthur Britto
1568422fb7
UT: Test account subscription for nexus.
2013-01-17 13:02:41 -08:00
Arthur Britto
a8b1b205d5
JS: Forward account and transaction publishes.
2013-01-17 13:02:24 -08:00
JoelKatz
809868c6fc
This is not optimal, but this should at least make the logic for when we
...
publish transactions to which accounts sensible.
2013-01-17 11:33:42 -08:00
JoelKatz
65a1d00751
Remove dead PubKeyCache code.
2013-01-17 10:54:37 -08:00
JoelKatz
902af8cd90
Merge branch 'master' of github.com:jedmccaleb/NewCoin
2013-01-17 10:47:37 -08:00
JoelKatz
8da284705f
Fix 'getAffectedAccount' -- logic was totally wrong.
...
You can't get this from the transaction because which accounts a transaction
affects depends on things like which offers it winds up taking. And you
can't build it with the metadata because you don't always build the metadata
locally -- consider fetching a ledger after a network split. The only
rational way to do this is to build the affected account vector from the
metadata.
2013-01-17 10:46:12 -08:00
Arthur Britto
c0a630a196
Allow RPC subscribe with no streams.
2013-01-16 22:42:10 -08:00
Arthur Britto
2775d76df3
Limit length of Domain and MessageKey fields.
2013-01-16 19:48:22 -08:00
Arthur Britto
29ead4e3e0
UT: Add ledger_close to testutils.
2013-01-16 19:30:21 -08:00
Arthur Britto
97716977c9
Report an error if RPC subscribe specifies no streams.
2013-01-16 15:22:29 -08:00
Arthur Britto
8069ac8ab7
Document [rpc_startup] in rippled-example.cfg.
2013-01-16 15:13:11 -08:00