Commit Graph

5116 Commits

Author SHA1 Message Date
JoelKatz
970a384afe Fix. 2013-03-26 20:30:10 -07:00
JoelKatz
79b047b68d Add LES::hasChanges which returns true if an LES changes anything. 2013-03-26 20:29:13 -07:00
JoelKatz
523e009f7f Merge branch 'master' of github.com:jedmccaleb/NewCoin 2013-03-26 19:45:21 -07:00
JoelKatz
4485c6f6d6 Cleanup. 2013-03-26 19:44:59 -07:00
JoelKatz
3fdfa2cb44 It is never safe to destroy our default allocator. 2013-03-26 19:44:34 -07:00
Arthur Britto
1d28793d88 Merge branch 'master' of github.com:jedmccaleb/NewCoin 2013-03-26 19:02:59 -07:00
Arthur Britto
eb4708528b Get rid of account index from CLI RPC. 2013-03-26 18:58:26 -07:00
JoelKatz
7c4f2f1ca5 Framework for double-checking that transactions, as they will be applied,
don't break invariants.
2013-03-26 17:47:57 -07:00
JoelKatz
487d6783dd Catch too many digits. 2013-03-26 17:04:07 -07:00
JoelKatz
b387809906 fixes. 2013-03-26 17:01:30 -07:00
JoelKatz
42af1eb0e1 New floating point parser. This fixes mishandling "4.3e1".
Caret notation is no longer supported.
2013-03-26 16:41:05 -07:00
JoelKatz
a65caddbb7 Merge branch 'master' of github.com:jedmccaleb/NewCoin 2013-03-26 11:42:06 -07:00
JoelKatz
694c97d2fb Set the network state timer a bit later. 2013-03-26 11:40:45 -07:00
Arthur Britto
a7ee909b5d Improve rippled-example.cfg. 2013-03-25 14:00:47 -07:00
Arthur Britto
336efa4df5 Fixes for Sustain. 2013-03-25 12:03:03 -07:00
Arthur Britto
c6dc268507 Fix utils.cpp for FreeBSD. 2013-03-24 11:41:52 -07:00
Arthur Britto
cb3fe2f370 Fix gcc version checking. 2013-03-23 21:40:24 -07:00
Arthur Britto
7887ca1b05 UT: Fix server stopping. 2013-03-23 19:02:04 -07:00
Arthur Britto
deab548f1f Fix include for RPCHandler.h. 2013-03-23 19:01:17 -07:00
Arthur Britto
8fc415d2bd Don't launch sub process if --help. 2013-03-23 18:55:51 -07:00
Arthur Britto
f635980330 Merge branch 'master' of github.com:jedmccaleb/NewCoin 2013-03-23 14:36:14 -07:00
Arthur Britto
837ec2b69d Remove limits on RPC account_tx for admins. 2013-03-23 14:36:07 -07:00
JoelKatz
7e5d4b80d9 Parenthesis. 2013-03-22 13:37:02 -07:00
JoelKatz
f6172d3d45 subLedger should report the validated ledger not the closed one. 2013-03-22 13:34:52 -07:00
JoelKatz
84d6210f4f Don't spin up acquire engine if we still need the network ledger. 2013-03-22 10:28:40 -07:00
JoelKatz
433a336269 Change some fields in the way estimated close times are presented in JSON. 2013-03-22 08:09:48 -07:00
JoelKatz
2c128d2ae0 Tune some other DB cache sizes. 2013-03-22 08:09:37 -07:00
JoelKatz
64d8f106db Merge branch 'master' of github.com:jedmccaleb/NewCoin 2013-03-22 08:09:20 -07:00
Arthur Britto
4ac824419a Abstract valid offer testing in OfferCreate. 2013-03-21 16:27:24 -07:00
Arthur Britto
edd79c50a9 Add RPC json. 2013-03-21 13:11:27 -07:00
JoelKatz
cd14be1afb Better logging of untrusted validations. (To make sure there's no bug.) 2013-03-21 06:03:47 -07:00
JoelKatz
b0c694195c Add 'getDisplayName' file. 2013-03-21 06:03:17 -07:00
JoelKatz
9b20a3ae71 Don't scan entire account transaction database when adding transaction. 2013-03-21 06:02:46 -07:00
JoelKatz
cd02ab87a3 Merge branch 'master' of github.com:jedmccaleb/NewCoin 2013-03-20 22:57:18 -07:00
JoelKatz
ec4118a25a More debug of some validations to make sure suppression is working right. 2013-03-20 22:56:19 -07:00
Arthur Britto
7074842fbc Improve ripple rounding. 2013-03-20 20:10:57 -07:00
Arthur Britto
8a6c88f5ff Fix divRound. 2013-03-20 20:10:34 -07:00
Arthur Britto
1bb83a3506 Merge branch 'master' of github.com:jedmccaleb/NewCoin 2013-03-20 18:33:18 -07:00
Arthur Britto
837de8a7a7 Fix ripple through micro offer reverse. 2013-03-20 18:32:34 -07:00
JoelKatz
3943929fe3 Remove inadvertant debug. 2013-03-20 18:29:03 -07:00
JoelKatz
98754ee962 Round XRP less aggressively. 2013-03-20 18:28:19 -07:00
JoelKatz
c961ae5815 Ensure stable order in account tx responses. 2013-03-20 16:53:39 -07:00
JoelKatz
9ff59c93f8 Fix bogus comment and race condition in ledger fetch code. 2013-03-20 09:31:03 -07:00
JoelKatz
371d52cc9e Move LCT code to the right file.
Be smarter in the consensus set filter code.
2013-03-20 09:22:30 -07:00
JoelKatz
d8a384467a Break out some ConsensusTransSetSF functions so I can work on them. 2013-03-20 08:58:19 -07:00
JoelKatz
72f291edd1 Better logging of connections to cluster peers. 2013-03-20 08:54:39 -07:00
JoelKatz
6e9a1f09b5 Break TransacionAcquire into its own implementation file. 2013-03-20 08:54:17 -07:00
JoelKatz
b829e84c01 Bump version. 2013-03-20 07:07:17 -07:00
JoelKatz
92fd82b38e Don't relaunch the unit tests. 2013-03-20 06:46:13 -07:00
JoelKatz
017594950b Use a thunk to name the aux thread. 2013-03-20 06:44:00 -07:00