Commit Graph

6723 Commits

Author SHA1 Message Date
David Schwartz
e4998ed44b Revert changes inadvertently included in previous commit 2013-07-24 13:49:01 -07:00
David Schwartz
5188a1892e Prevent a crash on a corrupt index. 2013-07-24 13:41:56 -07:00
Vinnie Falco
5783f09968 Add prevMissing unit test to RangeSet 2013-07-24 12:11:40 -07:00
David Schwartz
0b18aa6623 Merge branch 'develop' of github.com:ripple/rippled into develop 2013-07-25 12:00:06 -07:00
David Schwartz
626c17679c Simplify prevMissing 2013-07-25 11:59:33 -07:00
David Schwartz
eb5908aa89 Put this back. 2013-07-25 11:51:13 -07:00
David Schwartz
7b271aa192 Fix prevMissing/getValidatedRange. 2013-07-25 11:40:46 -07:00
David Schwartz
fed9cce242 Clean this up in preparation for cleaning the fee logic. 2013-07-25 10:49:16 -07:00
David Schwartz
7fbc44a866 Compute the load for admins correctly. 2013-07-25 10:44:37 -07:00
David Schwartz
ebd26474e4 Merge branch 'develop' of github.com:ripple/rippled into develop 2013-07-25 09:56:42 -07:00
David Schwartz
6f102853f6 Snapshots should come from the last published ledger. 2013-07-25 09:56:03 -07:00
David Schwartz
2608b56dc0 Fix write load. 2013-07-24 17:53:54 -07:00
David Schwartz
6812153d9a Make jtGENERIC work. 2013-07-24 17:44:58 -07:00
David Schwartz
a8436a5952 Some peer commands can be expensive. 2013-07-24 17:11:31 -07:00
Vinnie Falco
ce4d3ab8de Remove unused VS2012 project items 2013-07-24 12:00:37 -07:00
Vinnie Falco
dd2e62251e Merge branch 'feature-refactor' into develop 2013-07-24 11:56:18 -07:00
Vinnie Falco
30831d258a Update TODO 2013-07-24 11:51:39 -07:00
Vinnie Falco
788817e55c Use accessor function for theConfig 2013-07-24 11:51:38 -07:00
Vinnie Falco
c27294e0f0 Convert unit tests to beast 2013-07-24 11:47:43 -07:00
Vinnie Falco
3f26375583 Add pass and fail to UnitTest 2013-07-24 11:47:43 -07:00
Vinnie Falco
12c8ae79ff Update TODO 2013-07-24 11:47:42 -07:00
Vinnie Falco
3435636a43 Use beast_sqlite and beast_sqdb 2013-07-24 11:47:42 -07:00
Vinnie Falco
ece44f5886 Add beast_sqdb module 2013-07-24 11:47:42 -07:00
Vinnie Falco
cb6bc22b6c Add beast_sqlite module 2013-07-24 11:47:41 -07:00
Vinnie Falco
03632ec43f Merge branch 'feature-refactor' into develop 2013-07-23 18:51:51 -07:00
Vinnie Falco
58ee1b2019 Move all remaining files into modules 2013-07-23 18:47:02 -07:00
Vinnie Falco
bf3d3b7535 Add missing virtual dtors 2013-07-23 16:37:09 -07:00
Vinnie Falco
373c328dfa Use memory backend for unit tests 2013-07-23 15:00:56 -07:00
Vinnie Falco
a3264a291a Add memory backend for node store 2013-07-23 14:53:48 -07:00
JoelKatz
edcead521b Merge branch 'develop' of github.com:ripple/rippled into develop 2013-07-23 14:12:23 -07:00
JoelKatz
f9ed1cac81 Remove one line of dead code. 2013-07-23 14:12:05 -07:00
Vinnie Falco
ff6d855bfb Make ProofOfWork unit tests manually triggered 2013-07-23 14:06:57 -07:00
Vinnie Falco
d7892cc082 Put unit test in 'beast' group 2013-07-23 14:06:06 -07:00
Vinnie Falco
d94888ea65 Merge branch 'feature-keyvadb' into develop
Conflicts:
	src/cpp/ripple/RPCHandler.cpp
	src/cpp/ripple/RPCHandler.h
2013-07-23 13:52:21 -07:00
Vinnie Falco
07dda3eb26 Import KeyvaDB to Beast 2013-07-23 13:23:07 -07:00
JoelKatz
67fb6282ce Bugfix. 2013-07-23 13:08:41 -07:00
JoelKatz
882af7a78e Don't hold the master lock. 2013-07-23 13:06:52 -07:00
Vinnie Falco
e0bf86d01e Optimised Result::ok() 2013-07-23 13:04:52 -07:00
JoelKatz
96e1d1dd57 Finish the fetch_info command. 2013-07-23 13:03:09 -07:00
JoelKatz
273f50a10f Notification optimizations. 2013-07-23 12:56:27 -07:00
Vinnie Falco
58025fb8ef Finish NodeStore import config, add ephemeral db to unit tests 2013-07-23 10:35:04 -07:00
JoelKatz
80db6e1228 Begin work on fetch_info command. 2013-07-23 08:58:53 -07:00
JoelKatz
286158137e Don't report high cluster loads when we're not synched. 2013-07-23 01:11:51 -07:00
JoelKatz
cf724bbba7 Don't check signatures on proposals from cluster peers. 2013-07-22 23:38:50 -07:00
JoelKatz
728cc7a797 Raise fees faster. 2013-07-22 18:36:29 -07:00
JoelKatz
1fccbf2e14 Raise cluster fees faster. 2013-07-22 18:32:36 -07:00
Vinnie Falco
02e55f9794 Change format of config file for NodeStore 2013-07-22 16:01:57 -07:00
Vinnie Falco
20c20fd056 Fix path passed to DoSustain 2013-07-22 14:06:45 -07:00
JoelKatz
fd86a3e67f Merge fix. 2013-07-22 13:34:37 -07:00
JoelKatz
69c16c19d6 Merge branch 'develop' into feature-keyvadb
Conflicts:
	src/cpp/ripple/ripple_TransactionAcquire.cpp
2013-07-22 13:32:10 -07:00