JoelKatz
51aef120a1
Pathfinding performance improvements:
...
* Use a single RippleLineCache, even for 'fast' requests
* Use a ledger copy to avoid stalling other code
2013-12-08 23:52:54 -08:00
JoelKatz
636d722e8d
Memory-conserving changes to SHAMapTreeNode and visitLeavesInternal.
2013-12-08 23:52:54 -08:00
Vinnie Falco
e6da61120a
Make AbstractObject unit test manual
2013-12-06 09:57:03 -08:00
JoelKatz
b901e0dcf3
Fix load stats in get_info
2013-12-05 22:04:42 -08:00
Vinnie Falco
177b3c93c4
Move DecayingSample to algorithm
2013-12-05 18:35:37 -08:00
JoelKatz
9996e4a57e
The new recommended fee schedule is:
...
* Transaction fee: 10 drops
* Base reserve: 20 XRP
* Incremental reserve: 5 XRP
2013-12-04 19:07:58 -08:00
JoelKatz
4751b6a65c
Fix for issue 211, fixes to NetworkOPs getTxsAccountB
2013-12-04 17:09:22 -08:00
David Schwartz
b3c79f5c2f
Change visitLeaves to visit a snapshot so the ledger stays unlocked
2013-12-04 11:10:27 -08:00
David Schwartz
0e53105ab5
Remove dead code and fix a race condition in the node back end.
...
Race was between a store and a fetch, as follows:
1) Fetch: Search for the node, it is not found.
2) Store: Add the node to the database, remove the node from the negative cache.
3) Fetch: Add the node to the negative cache.
This would leave a node in the DB, cache, and negative cache.
2013-12-04 11:10:22 -08:00
Vinnie Falco
0f2a657196
Add double conversion for PropertyStream map items
2013-11-30 17:56:25 -08:00
Vinnie Falco
89aa2c7a6a
Refactor some Journal::Sink members
2013-11-30 17:32:50 -08:00
Vinnie Falco
4c843b6c66
IPAddress fixes and algorithm comparison functors
2013-11-30 09:21:46 -08:00
Vinnie Falco
130c7c5c58
Refactor and fix some object arithmetic comparisons
2013-11-30 06:28:29 -08:00
Vinnie Falco
76c364ec2d
Add const now()
2013-11-30 01:42:38 -08:00
Vinnie Falco
a549c94a15
Fix missing assert in UnitTest runner
2013-11-30 01:42:37 -08:00
Vinnie Falco
6de8a6907f
Add AbstractObject
2013-11-30 01:42:37 -08:00
Vinnie Falco
fc31562052
Tidy doc comments
2013-11-29 23:44:36 -08:00
Vinnie Falco
cdaa65c07a
Remove LightningDB database and backend
2013-11-27 15:14:21 -08:00
Vinnie Falco
8a278cf9d6
Remove sophia database and backend
2013-11-27 15:09:26 -08:00
Vinnie Falco
97cecc18ce
Set version to 0.19.2
2013-11-27 13:10:19 -08:00
JoelKatz
536db23e14
Fix foundResume check in account_tx
2013-11-27 12:25:45 -08:00
Vinnie Falco
6d707b21b2
Set version to 0.19.1
2013-11-27 09:54:41 -08:00
JoelKatz
2316fe5bbe
A better way to return an empty set if the token isn't an object.
2013-11-27 09:11:42 -08:00
JoelKatz
16ec9d2bdb
Return an empty set if token is not an object
2013-11-27 08:54:49 -08:00
JoelKatz
2ce4ce4309
Begin deprecating the old account_tx interface.
2013-11-26 22:01:10 -08:00
JoelKatz
858c3a5362
Force NDEBUG in sqlite, RocksDB, and HyperLevelDB by default
2013-11-26 21:59:35 -08:00
JoelKatz
c124ad0dcd
Add BEAST_SQLITE_FORCE_NDEBUG option
2013-11-26 21:56:17 -08:00
JoelKatz
ed64c8bb29
Add LedgerCleaner:
...
* Manually invoked to clean ledgers
* Get status with: 'print app.ledgercleaner.*'
* Invoke or control with 'ledger_cleaner' command
2013-11-26 21:50:35 -08:00
Vinnie Falco
b9e2ac38fa
Set version to 0.19.0
2013-11-22 23:36:50 -08:00
JoelKatz
4d1c2a5798
Make --import work
2013-11-22 18:01:13 -08:00
JoelKatz
c69d8a13b3
If the RocksDB base file size is changed, change the write cache and L0 size to match
2013-11-22 16:13:12 -08:00
Vinnie Falco
7c358cda17
Set version to 0.18.0
2013-11-22 15:57:59 -08:00
Vinnie Falco
5500701661
Fix Workers thread name
2013-11-22 15:51:20 -08:00
Vinnie Falco
21918922f4
Set background thread name
2013-11-22 15:51:20 -08:00
Vinnie Falco
fad52c5917
Comment out write to stdout
2013-11-22 15:51:20 -08:00
Vinnie Falco
306811d2a7
Add RocksDB NodeStore backend
2013-11-22 15:51:19 -08:00
Vinnie Falco
8b72f2ad79
Add rocksdb module
2013-11-21 18:31:15 -08:00
Vinnie Falco
1a1cb696f7
Make include paths relative
2013-11-21 16:59:54 -08:00
Vinnie Falco
582c17b06b
Merge commit 'b156a49cff152fd52992a4823aaeafbaf70e564e' as 'src/ripple/rocksdb/rocksdb'
2013-11-21 16:24:10 -08:00
Vinnie Falco
3943cfea06
Fix LevelDB Windows port
2013-11-21 15:00:57 -08:00
David Grogan
97346c6618
Upgrade LevelDB from 1.12 to 1.14:
...
* Fix issues 77, 87, 182, 190, 200, and 201
* Fix bug described in https://groups.google.com/d/msg/leveldb/yL6h1mAOc20/vLU64RylIdMJ
* Fix a bug where options.max_open_files was not getting clamped properly.
* Fix link to bigtable paper in docs.
* New sstables will have the file extension .ldb. .sst files will continue to be recognized.
2013-11-21 12:59:46 -08:00
JoelKatz
474b824902
Don't throw away an initial error when detecting the handshake.
2013-11-20 17:01:21 -08:00
David Schwartz
02b5572ccc
Changes to support the ledger cleaner
...
* Rework ledger save return values to indicate errors to callers
* Add an extra function to support the ledger cleaner.
2013-11-20 12:22:45 -08:00
Vinnie Falco
4577ad60c7
Fix ResourceManager log output
2013-11-20 11:31:19 -08:00
JoelKatz
e683c380e5
Fix a defect in RangeSet.
2013-11-20 11:31:14 -08:00
Vinnie Falco
b660d82516
Make TxFormats a Meyers singleton
2013-11-20 10:16:46 -08:00
Nicholas Dudfield
c0dda06499
Parse STArray correctly in STObject::parseJson
2013-11-20 08:54:59 -08:00
Vinnie Falco
65abd6307d
Update hyperleveldb module
2013-11-19 11:33:09 -08:00
Vinnie Falco
6e713dc3b8
Merge commit '596a35accad6e838e05180e79c1ea626eaf93a34' into develop
2013-11-19 11:32:55 -08:00
Vinnie Falco
4ad84a339f
Make LedgerMaster abstract
2013-11-18 15:04:17 -08:00