Vinnie Falco
49677aa799
Fix RippleBookType and unit tests
2013-12-29 11:33:50 -08:00
NATTSiM
27b771e2ba
Fix clang compile
2013-12-27 17:46:51 -08:00
Vinnie Falco
6527cdfa97
Add RippleAsset types
...
Conflicts:
Builds/VisualStudio2012/RippleD.vcxproj.filters
2013-12-27 17:21:11 -08:00
JoelKatz
b2dbe8ef83
Ledger acquire fixes/cleanups/logging
...
* Inbound ledger and SHAMapAddNode cleanup
* Log acquire stats
* Fix progress logic
* Remove ledgers we no longer need to acquire
* Stash stale state data in our fetch pack, it can still be useful
* Stash in fetch pack if acquire terminated while job was pending
* Account for duplicate/invalid nodes in a few cases previously missed
* Dispatch each InboundLedger once (not per data)
* Trigger only the "best" peer
* Don't call tryAdvance on failed acquires
2013-12-27 16:48:03 -08:00
NATTSiM
9bdb0774ad
Make InboundLedgers, LedgerConsensus abstract
2013-12-27 16:48:03 -08:00
Vinnie Falco
8c2ec2cfbe
Add AbstractObject, cyclic_iterator, Journal improvements
2013-12-27 16:47:43 -08:00
Wolfgang Spraul
00f959ab7e
removed boost_random
2013-12-26 14:31:22 -08:00
Vinnie Falco
f9c4070ad3
Add FetchPack unit test
2013-12-22 12:57:44 -08:00
Vinnie Falco
074325a7ea
Inject SHAMap missing node handler dependency
2013-12-22 12:38:07 -08:00
JoelKatz
2f521a6a91
Build fetch packs correctly.
2013-12-22 12:38:07 -08:00
sublimator
07959b3cc9
Allow to full network limit in Amount::isLegalNet
2013-12-20 15:44:03 -08:00
The Doctor
21faf8eaeb
Improvements to initscript and default configuration.
...
* Added absolute paths to the [node_db] and [debug_logfile] stanzas in the config file.
* Changed some tabs into spaces for consistency.
* Added directory tree sanity checking to initscript.
Signed-off-by: The Doctor <drwho@virtadpt.net >
2013-12-20 15:38:30 -08:00
Nik Bougalis
3e2b5dcc3d
Hostname resolution support for Peers
2013-12-19 14:50:03 -08:00
Nik Bougalis
88a8433d31
Add reference counting to AsyncObject
2013-12-19 14:39:26 -08:00
Vinnie Falco
81d418007a
Add CollectorManager for Beast.Insight support
2013-12-16 18:08:11 -08:00
Vinnie Falco
f88fcf55a3
Add Beast.Insight stats collection module
2013-12-16 12:22:25 -08:00
Vinnie Falco
561c8dea08
Add stl module for c++11 compatibility classes
2013-12-16 11:35:21 -08:00
David Schwartz
de92ac9e0b
Websocket improvements:
...
* Log on_close/on_fail/on_open calls.
* Ping out connections.
* Improve ping logic.
* On websocket ping out, close abnormally.
* Avoid deadlock when shutting down websocket endpoint
2013-12-16 09:40:15 -08:00
JoelKatz
deead04a6a
getFetchPack fixes, spread fetch pack requests.
2013-12-15 07:20:24 -08:00
JoelKatz
d4771a9b36
Fix missing call to setPubLedger on gap in published ledger stream.
2013-12-13 11:14:34 -08:00
JoelKatz
27b8415d0c
During old pathfinding, unlock earlier.
2013-12-12 21:17:25 -08:00
David Schwartz
e1e81e5d97
Call pendSaveValidated without holding the ledger master lock
2013-12-12 21:17:20 -08:00
Vinnie Falco
3705680d68
Disable RocksDB for older compilers
2013-12-10 11:23:06 -08:00
Vinnie Falco
a01f546ae3
Use ScopedPointer instead of deprecated auto_ptr
2013-12-10 14:14:15 -05:00
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
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