Commit Graph

2018 Commits

Author SHA1 Message Date
JoelKatz
c4345768e7 Fix an assert. 2013-05-14 18:44:27 -07:00
JoelKatz
05b9004966 Missed a constructor. 2013-05-14 18:41:21 -07:00
JoelKatz
9be7b9cc3f doBookOffers optimizations. 2013-05-14 18:38:36 -07:00
JoelKatz
417143a25e Okay to put immutable SLE in immutable LES. 2013-05-14 18:38:07 -07:00
JoelKatz
696ffe4b87 Use the immutable LES. 2013-05-14 18:36:26 -07:00
JoelKatz
29d86eba55 Cache for immutable LES's. 2013-05-14 18:36:14 -07:00
JoelKatz
423635d2ef Faster publishing of order book changes to book listeners 2013-05-14 18:25:47 -07:00
JoelKatz
9489bd8da0 Merge branch 'faster_clientops' into develop 2013-05-14 16:24:54 -07:00
JoelKatz
e04ca79778 Bugfix. 2013-05-14 16:24:46 -07:00
JoelKatz
232e93f214 Merge branch 'faster_clientops' into develop
Conflicts:
	src/cpp/ripple/LedgerEntrySet.cpp
2013-05-14 16:02:10 -07:00
JoelKatz
6a84a95979 Accept ledgers more efficiently by avoiding allocate/allocate/copy/copy/free cycles. 2013-05-14 11:49:33 -07:00
JoelKatz
3eae3f4559 Log reduction. 2013-05-14 11:05:48 -07:00
JoelKatz
43c3d8969c Prevent crashing when we try to delete a non-existent offer. 2013-05-14 11:05:44 -07:00
JoelKatz
bc30aeaa04 Reduce logging. 2013-05-14 11:05:39 -07:00
JoelKatz
2a82aaa9ef Don't log a transaction receipt for each peer we get it from. 2013-05-14 11:05:35 -07:00
JoelKatz
d87c602c8c Log reduction. 2013-05-14 11:04:32 -07:00
JoelKatz
471d4e0505 Prevent crashing when we try to delete a non-existent offer. 2013-05-14 11:01:58 -07:00
JoelKatz
098145bd51 Reduce logging. 2013-05-14 11:01:52 -07:00
JoelKatz
fe30c9593a Don't log a transaction receipt for each peer we get it from. 2013-05-14 11:00:41 -07:00
JoelKatz
d1c6b97643 Report the number of "backed up" node writes in get_counts. 2013-05-14 10:31:26 -07:00
JoelKatz
baf2841873 Bugfix. 2013-05-14 09:30:00 -07:00
JoelKatz
d0d071c46b Detect server deadlocks and trigger the auto-restart mechanism. 2013-05-14 09:10:18 -07:00
Arthur Britto
4f6344bb13 Merge branch 'fixrequiredst' into master 2013-05-14 09:03:25 -07:00
JoelKatz
957742f3b0 doLedger speedup. 2013-05-14 08:57:44 -07:00
Arthur Britto
dda1b6c8a6 Fix RequireDestTag and RequireAuth. 2013-05-13 22:05:51 -07:00
JoelKatz
1b619c7237 More performance improvements. 2013-05-13 18:46:57 -07:00
JoelKatz
e71849779e Cleanup. 2013-05-13 18:34:46 -07:00
JoelKatz
bcf0fc0b3a Avoid construcing a RippleAddress just to throw it away. 2013-05-13 18:28:54 -07:00
JoelKatz
9310284470 Bugfix. 2013-05-13 18:27:48 -07:00
JoelKatz
36746f07b4 Bugfix. 2013-05-13 18:27:24 -07:00
JoelKatz
c9fd800ea4 More performance improvements. 2013-05-13 17:00:18 -07:00
JoelKatz
1ebcebd067 Book offers improvements. 2013-05-13 16:35:36 -07:00
JoelKatz
0366fd87a1 STAmount::setJson to allow amounts to be set in place. 2013-05-13 16:35:21 -07:00
JoelKatz
312ed4ec7f Output the leveldb error message if we can't open/create the DB. 2013-05-13 06:52:55 -07:00
JoelKatz
fdf669035e Output the leveldb error message if we can't open/create the DB. 2013-05-13 06:52:37 -07:00
JoelKatz
a0f964c851 Don't hold the master lock while doing proofs of work. 2013-05-13 06:52:24 -07:00
JoelKatz
cd08616cd2 Report more details if we can't open/create the LDB database. 2013-05-13 06:48:32 -07:00
JoelKatz
c54c832382 Cleanups. 2013-05-13 06:48:24 -07:00
JoelKatz
40355c7b58 More predictable LevelDB latency, LevelDB write batching. 2013-05-13 06:48:14 -07:00
JoelKatz
30b68f8a9d Merge branch 'develop' of github.com:jedmccaleb/NewCoin into develop 2013-05-13 06:46:08 -07:00
JoelKatz
208d950cc7 Report more details if we can't open/create the LDB database. 2013-05-13 06:45:49 -07:00
Stefan Thomas
a1a661a024 CLI: Add proof_* to command line help. 2013-05-13 10:17:43 +02:00
Stefan Thomas
508db42aba RPC: Add ability to specify a custom secret in proof_verify. 2013-05-13 10:17:43 +02:00
Stefan Thomas
5e649921bf RPC: Add ability to specify a custom secret in proof_create. 2013-05-13 10:17:43 +02:00
Stefan Thomas
da406a3506 RPC: Add proof_solve. 2013-05-13 10:17:43 +02:00
Stefan Thomas
c3d2eae667 RPC: Add proof_verify. 2013-05-13 10:17:43 +02:00
Stefan Thomas
5c7a92ba76 RPC: Add proof_create. 2013-05-13 10:17:43 +02:00
JoelKatz
8a99a86279 Cleanups. 2013-05-12 21:43:57 -07:00
JoelKatz
921cd7009d More predictable LevelDB latency, LevelDB write batching. 2013-05-12 21:33:08 -07:00
JoelKatz
0193c48bf8 Extra logging to try to track down why we're crashing. 2013-05-12 17:27:03 -07:00