14074 Commits

Author SHA1 Message Date
Vinnie Falco
f0afa04037 Fix numberToString for limit cases 2013-07-28 21:04:20 -07:00
Vinnie Falco
6002161b05 Fix numberToString for limit cases 2013-07-28 21:04:20 -07:00
Vinnie Falco
b9290acb85 Update TODO 2013-07-28 14:58:20 -07:00
Vinnie Falco
81c1360679 Update TODO 2013-07-28 14:58:20 -07:00
Vinnie Falco
cb47146b3b Add classes ProtectedCall and Main 2013-07-28 14:58:19 -07:00
Vinnie Falco
7347477d42 Add classes ProtectedCall and Main 2013-07-28 14:58:19 -07:00
Vinnie Falco
04fadc84a6 Rename to swapWith and use a template parameter 2013-07-28 14:58:19 -07:00
Vinnie Falco
217d3bb7a8 Rename to swapWith and use a template parameter 2013-07-28 14:58:19 -07:00
Vinnie Falco
18333eac29 Remove unnecessary .mm files 2013-07-28 14:58:18 -07:00
Vinnie Falco
8c10aed511 Remove unnecessary .mm files 2013-07-28 14:58:18 -07:00
Stefan Thomas
c925b8a72d Fix build: Current Boost uses safe bool idiom in shared_ptr<>. 2013-07-28 11:52:08 -07:00
Vinnie Falco
9458aa2fb0 Update unit tests for beast, add JUnit XML output option 2013-07-28 02:44:28 -07:00
Vinnie Falco
abd3668b65 Upgrade UnitTest and provide JUnit XML output formatting 2013-07-28 02:44:26 -07:00
Vinnie Falco
52b6ae0a17 Upgrade UnitTest and provide JUnit XML output formatting 2013-07-28 02:44:26 -07:00
Vinnie Falco
9064af3b1c Call pass() in AbstractFifo unit test 2013-07-28 02:41:09 -07:00
Vinnie Falco
e30e663ab2 Call pass() in AbstractFifo unit test 2013-07-28 02:41:09 -07:00
Vinnie Falco
2f7b42b13b Return index in Array::add() 2013-07-28 02:41:09 -07:00
Vinnie Falco
9fde380230 Return index in Array::add() 2013-07-28 02:41:09 -07:00
Stefan Thomas
3d6215fd1e JS Tests: Refactored config handling.
Still far from perfect, but better than it was.
2013-07-27 20:18:59 -07:00
Stefan Thomas
ccde264282 JS Tests: Fallback to config-example if config is not present. 2013-07-27 19:48:17 -07:00
Stefan Thomas
1d5802fd1c Update ripple-lib to 0.7.18. 2013-07-27 19:48:17 -07:00
Stefan Thomas
346f3cd16c JS Tests: Link to buster-test module directly. More reliable. 2013-07-27 19:48:13 -07:00
Vinnie Falco
3c7a8957af Disable mdb import test (visitAll unimplemented) 2013-07-27 14:57:39 -07:00
Vinnie Falco
7498dbb5c8 Set process exit code on result of unit tests 2013-07-27 14:57:39 -07:00
Vinnie Falco
e52c10c2ec Put proof of work back into the regular tests 2013-07-27 14:57:39 -07:00
Vinnie Falco
56755c278b Add UnitTest::anyTestsFailed() 2013-07-27 14:57:38 -07:00
Vinnie Falco
7c81bc611c Add UnitTest::anyTestsFailed() 2013-07-27 14:57:38 -07:00
Stefan Thomas
3dc5a47d78 Merge pull request #131 from justmoon/add_jenkins_badge
Add Jenkins badge
2013-07-27 14:56:47 -07:00
Stefan Thomas
1926896444 Use HTTPS. 2013-07-27 14:34:45 -07:00
Stefan Thomas
09b8fe8d5d Add Jenkins build status badge. 2013-07-27 14:32:47 -07:00
Nicholas Dudfield
c13f759ada Make test suites pass (with tip of ripple-lib). Needs refactoring to use mocha 2013-07-27 12:46:26 -07:00
Vinnie Falco
9112c6e80a Validator work 2013-07-27 11:10:28 -07:00
Vinnie Falco
7266111b68 Generalize swapWithArray
Conflicts:
	Subtrees/beast/TODO.txt
2013-07-27 11:00:21 -07:00
Vinnie Falco
adad62aed8 Generalize swapWithArray
Conflicts:
	Subtrees/beast/TODO.txt
2013-07-27 11:00:21 -07:00
Vinnie Falco
810954014b Add hardened HashFunction to UnsignedInteger 2013-07-27 10:47:32 -07:00
Vinnie Falco
43907cae7c Add hardened HashFunction to UnsignedInteger 2013-07-27 10:47:32 -07:00
Vinnie Falco
3248a1b57f HashMap ctor stores an instance of the hash function 2013-07-27 10:47:32 -07:00
Vinnie Falco
318d0f28f1 HashMap ctor stores an instance of the hash function 2013-07-27 10:47:32 -07:00
Vinnie Falco
4edf1fd8fa Add OwnedArray::clearQuick() 2013-07-27 10:47:32 -07:00
Vinnie Falco
26484fe64b Add OwnedArray::clearQuick() 2013-07-27 10:47:32 -07:00
Stefan Thomas
a4b19019ee JS Tests: Replace one of the hard-coded fees in the testsuite. More to go. 2013-07-26 12:59:07 -07:00
Vinnie Falco
bb85d67f37 Revert "Don't save unvalidated transactions to any transaction database."
This reverts commit 28a7e58fd4.
2013-07-25 15:32:36 -07:00
David Schwartz
bc1a83db27 A new-master version of the code to save only validated transactions into the SQL databases. 2013-07-25 13:58:15 -07:00
David Schwartz
28a7e58fd4 Don't save unvalidated transactions to any transaction database. 2013-07-25 13:34:20 -07:00
David Schwartz
1ba5a77795 Remove unneeded entryModify. Don't set previous to zero. 2013-07-25 13:26:46 -07:00
Vinnie Falco
8b342d9859 Fix base_uint ctor to disambiguate void const* 2013-07-25 13:16:53 -07:00
David Schwartz
05ee52a70d Clean fix. 2013-07-25 11:56:39 -07:00
David Schwartz
e1033620c9 Fix prevMissing. 2013-07-25 11:38:05 -07:00
Vinnie Falco
1e3ee9bbf8 Fix compile error, add unit test for prevMissing 2013-07-25 07:00:35 -07:00
David Schwartz
d04bf6b9d0 Merge fixes from other branch. 2013-07-25 00:13:47 -07:00