Bryce Lynch
eabc905bac
Add Debian-style initscript
...
* Add validators and validation_quorum from the v0.16 release notes.
* We keep having to tell people to do this during integration, let's just make it the default.
* Add comment about the log file location that states that it has to be absolute rather than relative after an integration troubleshoot earlier today.
Signed-off-by: Bryce Lynch <bryce@ripple.com >
2013-12-09 16:21:22 -08:00
JoelKatz
37588b6808
Avoid an extraneous test.
2013-12-09 00:52:40 -08:00
JoelKatz
071db75f04
Add a 1 MB payload limit to incoming websocket requests
2013-12-09 00:52:40 -08:00
David Schwartz
1e00940a90
Move some ledger cleaner helper functions into the ledger master.
2013-12-08 23:53:57 -08:00
JoelKatz
b984566480
Suppress a warning.
2013-12-08 23:53:47 -08:00
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
39d801fb9f
Merge branch 'release' into develop
2013-11-27 10:00:34 -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
2678360715
Set version to 0.19.0
2013-11-22 23:39:12 -08:00
JoelKatz
54e504dd5a
Make --import work
2013-11-22 23:39:07 -08:00
JoelKatz
b632a6b2cf
If the RocksDB base file size is changed, change the write cache and L0 size to match
2013-11-22 23:39:02 -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
1954a0eb2e
Set version to 0.18.0
2013-11-22 15:57:41 -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
b156a49cff
Squashed 'src/ripple/rocksdb/rocksdb/' content from commit 56589ab
...
git-subtree-dir: src/ripple/rocksdb/rocksdb
git-subtree-split: 56589ab81f6827ff7402e31b24a6d548f29a524f
2013-11-21 16:24:10 -08:00