JoelKatz
|
39303e3998
|
Some extra LedgerAcquire helper functions.
|
2012-10-22 14:01:17 -07:00 |
|
JoelKatz
|
2f2f09b4fc
|
Reduce debug.
|
2012-10-22 14:01:06 -07:00 |
|
JoelKatz
|
c08db57b2b
|
Ledger reply error support.
|
2012-10-22 12:27:30 -07:00 |
|
JoelKatz
|
9326074324
|
Second phase of removing old-style ledger data queries -- always give new
style replies.
|
2012-10-22 12:26:51 -07:00 |
|
JoelKatz
|
766bc8377f
|
Lots of small cleanups.
|
2012-10-22 11:49:17 -07:00 |
|
JoelKatz
|
8705d0258d
|
Add a "full history" mode that causes the node to try to keep full history
going back to the genesis ledger. Not fully implemented yet.
|
2012-10-22 10:31:07 -07:00 |
|
JoelKatz
|
e2e7eca1f1
|
Fix a small bug in the ledger tiebreak algorithm based on nodes using.
|
2012-10-22 10:30:42 -07:00 |
|
JoelKatz
|
2c2a2866a3
|
Merge branch 'master' of github.com:jedmccaleb/NewCoin
|
2012-10-22 09:22:53 -07:00 |
|
JoelKatz
|
5bc0838d2a
|
Make the standard output loglevel low even if the debug file loglevel is high.
|
2012-10-22 09:22:32 -07:00 |
|
jed
|
0d2e1252e1
|
changes to tx_history
|
2012-10-21 21:06:46 -07:00 |
|
jed
|
7fb75174fc
|
added tx_history RPC
|
2012-10-21 19:21:08 -07:00 |
|
jed
|
51856f218f
|
.
|
2012-10-20 16:51:38 -07:00 |
|
jed
|
366f2ebceb
|
Merge branch 'master' of github.com:jedmccaleb/NewCoin
|
2012-10-20 16:42:48 -07:00 |
|
JoelKatz
|
4b2b75b367
|
Fix the bug Andrey reported. A reference into an array can become invalid if
the array changes size. This happened in the txn metadata code when we had
to thread while handling a node.
|
2012-10-20 12:52:25 -07:00 |
|
JoelKatz
|
7b8e445456
|
Some extra constructors.
|
2012-10-20 12:52:20 -07:00 |
|
JoelKatz
|
d2005a718c
|
Merge branch 'master' of github.com:jedmccaleb/NewCoin
|
2012-10-20 12:20:54 -07:00 |
|
JoelKatz
|
cc94abf891
|
Some cleanups.
|
2012-10-20 12:20:47 -07:00 |
|
jed
|
8cfb15e741
|
.
|
2012-10-20 07:00:36 -07:00 |
|
jed
|
4c052851f1
|
Merge branch 'master' of github.com:jedmccaleb/NewCoin
Conflicts:
validators.txt
|
2012-10-19 21:57:11 -07:00 |
|
Arthur Britto
|
60635b45e2
|
Merge branch 'master' of github.com:jedmccaleb/NewCoin
|
2012-10-19 21:17:12 -07:00 |
|
Arthur Britto
|
c3ebbf1f77
|
Cosmetic.
|
2012-10-19 21:17:03 -07:00 |
|
Arthur Britto
|
2ada16e222
|
Change OfferCancel to succeed if offer not found.
|
2012-10-19 21:14:23 -07:00 |
|
JoelKatz
|
90d061529b
|
Tiny fix.
|
2012-10-19 16:50:14 -07:00 |
|
JoelKatz
|
a98aa82f3a
|
Fix some broken logic in the way we detect when other nodes have declared consensus.
|
2012-10-19 16:49:56 -07:00 |
|
JoelKatz
|
aa4a1b5994
|
Simplifications.
|
2012-10-19 16:49:47 -07:00 |
|
JoelKatz
|
81170d7811
|
Logging improvements.
|
2012-10-19 16:37:39 -07:00 |
|
JoelKatz
|
7ee9a20f40
|
Some logging cleanups.
|
2012-10-19 14:30:09 -07:00 |
|
JoelKatz
|
d3e91345c9
|
Begin cleaning up the handling of ledger changes during the consensus window.
|
2012-10-19 14:24:32 -07:00 |
|
JoelKatz
|
887a87081f
|
Move to new logging.
|
2012-10-19 12:51:06 -07:00 |
|
JoelKatz
|
bd2b4daae4
|
If a debug logfile is set, don't suppress INFO/DEBUG logging.
|
2012-10-19 12:33:11 -07:00 |
|
JoelKatz
|
ec0376533f
|
Change "logseverity" command to "log_level".
|
2012-10-19 12:28:12 -07:00 |
|
JoelKatz
|
19efa3bf9b
|
Make sure we properly handle receiving our own proposals and validations.
|
2012-10-19 11:51:44 -07:00 |
|
Arthur Britto
|
02a361c41a
|
WS: Fix ledger_entry for ripple_state.
|
2012-10-18 19:59:22 -07:00 |
|
Arthur Britto
|
93fe922cc5
|
Merge branch 'master' of github.com:jedmccaleb/NewCoin
|
2012-10-18 18:52:38 -07:00 |
|
Arthur Britto
|
4be22da6d3
|
Return terNO_LINE instead of tefEXCEPTION where approriate.
|
2012-10-18 18:49:55 -07:00 |
|
Arthur Britto
|
7664065cf6
|
WS: Make ledger_entry more strict.
|
2012-10-18 18:48:06 -07:00 |
|
JoelKatz
|
3380253bf9
|
Some cleanups.
|
2012-10-18 14:27:54 -07:00 |
|
JoelKatz
|
b70e12ee61
|
Merge branch 'master' of github.com:jedmccaleb/NewCoin
|
2012-10-18 13:40:45 -07:00 |
|
JoelKatz
|
b35646e8ad
|
Delete dead code.
|
2012-10-18 13:40:15 -07:00 |
|
JoelKatz
|
bd135b8772
|
Use the new HTTP request parser
|
2012-10-18 13:39:36 -07:00 |
|
JoelKatz
|
1ddd55b763
|
Sane HTTP request parser.
|
2012-10-18 13:39:16 -07:00 |
|
Arthur Britto
|
10c3bec3df
|
Merge branch 'master' of github.com:jedmccaleb/NewCoin
|
2012-10-18 12:49:06 -07:00 |
|
Arthur Britto
|
32b70e638e
|
WS: Change ledger entry to take 'ledger_closed' instead of 'ledger'.
|
2012-10-18 12:48:49 -07:00 |
|
JoelKatz
|
92409dd3fc
|
Add 'SHAMap::getPath' function to get a verifiable path through a SHAMap.
|
2012-10-18 09:18:46 -07:00 |
|
JoelKatz
|
e534f0ba78
|
Allow log levels to be tweaked at run time.
|
2012-10-17 23:39:14 -07:00 |
|
Arthur Britto
|
d7ccf1f7a6
|
Cosmetic.
|
2012-10-17 16:50:41 -07:00 |
|
Arthur Britto
|
9ced36eca6
|
Merge branch 'master' of github.com:jedmccaleb/NewCoin
|
2012-10-17 14:55:06 -07:00 |
|
Arthur Britto
|
c3d03a9f28
|
Fix parseJson for Amount.
|
2012-10-17 14:55:00 -07:00 |
|
Arthur Britto
|
851768848b
|
WS: Do not announce unvalidated ledgers.
|
2012-10-17 13:25:34 -07:00 |
|
JoelKatz
|
9ee4ec0649
|
Some cleanups.
|
2012-10-17 10:23:03 -07:00 |
|