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
|
52b6ae0a17
|
Upgrade UnitTest and provide JUnit XML output formatting
|
2013-07-28 02:44:26 -07:00 |
|
Vinnie Falco
|
e30e663ab2
|
Call pass() in AbstractFifo unit test
|
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
|
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
|
adad62aed8
|
Generalize swapWithArray
Conflicts:
Subtrees/beast/TODO.txt
|
2013-07-27 11:00:21 -07:00 |
|
Vinnie Falco
|
43907cae7c
|
Add hardened HashFunction to UnsignedInteger
|
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
|
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
|
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
|
492e61649b
|
Bugfix.
|
2013-07-24 21:19:15 -07:00 |
|
David Schwartz
|
080f4ef789
|
Merge branch 'develop' of github.com:ripple/rippled into develop
|
2013-07-24 19:57:28 -07:00 |
|
David Schwartz
|
0a9545c956
|
cleanup.
|
2013-07-24 19:51:04 -07:00 |
|
David Schwartz
|
5600a0e617
|
DirAdd bug fixes.
|
2013-07-24 19:44:05 -07:00 |
|
Vinnie Falco
|
b1b14bbcc9
|
Merge pull request #127 from wltsmrz/develop
Update package.json and config-example.js
|
2013-07-24 18:38:32 -07:00 |
|
wltsmrz
|
8a281ea31f
|
Bump ripple-lib version, add mocha
|
2013-07-25 10:23:54 +09:00 |
|
David Schwartz
|
d36edfc642
|
Fix a bug that corrupts order books.
|
2013-07-24 18:21:41 -07:00 |
|
wltsmrz
|
91a6720a1c
|
Update config-example
|
2013-07-25 10:18:06 +09:00 |
|
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 |
|