Commit Graph

1343 Commits

Author SHA1 Message Date
JoelKatz
2c88637cf9 Merge branch 'master' of github.com:jedmccaleb/NewCoin 2013-03-11 15:31:45 -07:00
JoelKatz
c2e072b431 Extra logging. 2013-03-11 15:31:32 -07:00
JoelKatz
774c38f99c Fix tie breaking in ledger validation during preClose consensus phase. 2013-03-11 15:30:55 -07:00
JoelKatz
19ee5c6c22 Remove incorrect comment. 2013-03-11 15:30:41 -07:00
Arthur Britto
4407415692 Update CallRPC for revised RPC ledger. 2013-03-11 12:04:36 -07:00
JoelKatz
87de433732 Fix the ledger selection bug. 2013-03-11 09:21:52 -07:00
JoelKatz
c26726eff3 Bugfix for ledger acquired but not written to database with txns. 2013-03-11 09:19:54 -07:00
JoelKatz
6929579660 I like parentheses. 2013-03-11 09:05:13 -07:00
JoelKatz
489458364e Fix a broken scoped unlock. 2013-03-11 07:22:42 -07:00
JoelKatz
f4e22a8968 Use emplace where we can. (On inserts into unordered maps.) 2013-03-11 03:58:27 -07:00
JoelKatz
23fa7ab67e Don't try to print ledger sequences using %d 2013-03-11 02:18:32 -07:00
JoelKatz
79e8734c54 Remove broken code. (Was commented out anyway.) 2013-03-11 02:14:25 -07:00
JoelKatz
204fed2fba A few last details. 2013-03-11 01:00:41 -07:00
JoelKatz
39f2b95140 More convenience functions. 2013-03-11 00:59:57 -07:00
JoelKatz
495ddae438 Fixes. 2013-03-11 00:44:55 -07:00
JoelKatz
e287000438 Fixes. 2013-03-11 00:40:26 -07:00
JoelKatz
275a4a22d7 Fixes. 2013-03-10 21:55:33 -07:00
JoelKatz
466ac77527 Don't round so aggressively. 2013-03-10 21:36:00 -07:00
JoelKatz
a85b38e8e3 Bugfixes. 2013-03-10 21:33:59 -07:00
JoelKatz
31134b06b1 Only round on first scaling divide. 2013-03-10 21:30:07 -07:00
JoelKatz
33bb64e4d7 Missing from previous commit. 2013-03-10 21:24:07 -07:00
JoelKatz
27a7ac75de Add, subtract, multiply, and divide with specified rounding direction.
CAUTION: This is still untested and undebugged code. Only divRound
has been even slightly tested.
2013-03-10 21:22:01 -07:00
JoelKatz
92318a47bd Log when we would disconnected, but don't actually disconnect for now. 2013-03-10 19:15:28 -07:00
JoelKatz
4b449b5c99 Fix sign. 2013-03-10 19:07:11 -07:00
JoelKatz
9cafb7a2a6 Fix load manager buglets. 2013-03-10 19:05:22 -07:00
JoelKatz
8d660736a8 Fix cases where we don't relay transactions. 2013-03-10 18:27:02 -07:00
JoelKatz
6f40e17bad Remove broken workaround. 2013-03-10 17:04:10 -07:00
JoelKatz
6f811f1e96 Back out some Ledger::ref uses that scare me. 2013-03-10 16:03:23 -07:00
JoelKatz
6cacfe8aaf Merge branch 'master' of github.com:jedmccaleb/NewCoin 2013-03-10 15:32:42 -07:00
JoelKatz
ec77707c39 Make clear that transJson can only be used to publish transactions.
Put a 'validated' field in published transactions.
2013-03-10 15:32:02 -07:00
Arthur Britto
1479590af1 Rework RPC ledger. 2013-03-10 15:18:35 -07:00
Arthur Britto
667b8ee1e7 Merge branch 'master' of github.com:jedmccaleb/NewCoin 2013-03-10 15:17:15 -07:00
Arthur Britto
dc69a41979 Renumber special ledger_indexes and move RPC ledger to new format. 2013-03-09 21:40:26 -08:00
JoelKatz
60b0e5c41a Merge branch 'master' of github.com:jedmccaleb/NewCoin 2013-03-09 17:14:22 -08:00
JoelKatz
ed871e6bc2 Some asserts to catch some possible causes of the SHAMap destructor crash. 2013-03-09 17:13:59 -08:00
Arthur Britto
56d44b928f Merge branch 'master' of github.com:jedmccaleb/NewCoin 2013-03-09 15:35:54 -08:00
Arthur Britto
54e776fe16 Another valid_ledgers --> validated_ledgers. 2013-03-09 15:35:43 -08:00
jed
3bbfd61395 book sub 2013-03-09 12:27:18 -08:00
jed
a941a82910 Merge branch 'master' of github.com:jedmccaleb/NewCoin
Conflicts:
	src/cpp/ripple/LedgerAcquire.cpp
2013-03-09 11:43:52 -08:00
jed
87c97fc652 book subscribe 2013-03-09 11:42:59 -08:00
JoelKatz
89b9139c85 Merge branch 'master' of github.com:jedmccaleb/NewCoin 2013-03-09 11:14:03 -08:00
JoelKatz
366313a3e4 Always add a hash when we add an ID. 2013-03-09 11:13:34 -08:00
JoelKatz
cd8721fbdc Add an assert to catch a mismatch in id/hash size tables. 2013-03-09 11:13:18 -08:00
Arthur Britto
2a0f8b224d Make sure OwnerCount adjustments are stored. 2013-03-08 20:47:41 -08:00
Arthur Britto
56dd20bc28 Change ledger_time to ripple epoch in ledgerClosed messages. 2013-03-08 18:17:43 -08:00
JoelKatz
e7fb4edf36 Add valid ledgers to ledger stream. 2013-03-08 17:57:43 -08:00
JoelKatz
6222ac39cf Merge branch 'master' of github.com:jedmccaleb/NewCoin 2013-03-08 17:48:16 -08:00
JoelKatz
7d688bc346 Fix load warning test. 2013-03-08 17:48:03 -08:00
jed
81a79ae1fd Merge branch 'master' of github.com:jedmccaleb/NewCoin 2013-03-08 16:50:39 -08:00
jed
a7083d1423 book subscribe 2013-03-08 16:50:29 -08:00