Nik Bougalis
926d08db6f
Adjust ledger switch time and disambiguate logging:
...
- The new activation date for 1e9624270d
is now October 27, 2015 at 11:00 PDT
2015-09-28 16:49:35 -07:00
Nik Bougalis
a23f6457dc
Initialize HTTP client after the config is loaded
2015-09-27 13:17:20 -07:00
Vinnie Falco
4f9dba22c7
Set version to 0.29.1-rc1
2015-09-25 16:21:44 -07:00
Vinnie Falco
97e1a7db25
Merge branch 'release' into develop
2015-09-25 16:21:16 -07:00
JoelKatz
e03effd63b
Disable compatible ledger safety if quorum is strict
2015-09-25 14:18:18 -07:00
JoelKatz
f9a65e4966
Add '--valid" command line option to consider starting ledger valid
2015-09-25 14:18:06 -07:00
JoelKatz
3c52fdfabe
Allow the "quorum" command line option to lock the quorum
2015-09-25 14:18:03 -07:00
Vinnie Falco
938b2fed7c
Set version to 0.29.1-b14
2015-09-25 13:43:32 -07:00
JoelKatz
d6875975ab
Fix OpenLedger::empty:
...
* Fix logic of OpenLedger::empty
* Add regression test
* Remove some dead code
2015-09-25 11:37:54 -07:00
seelabs
92b2ca70b7
Inject journals:
...
Calls to WriteLog are replaced with injected journals
2015-09-25 06:29:08 -07:00
Vinnie Falco
df6ac8f7f5
Use injected Logs
2015-09-25 06:29:07 -07:00
Nik Bougalis
fa796a2eb5
Inject Config:
...
* Use dependency injections instead
* Remove deprecated fee interfaces
2015-09-25 06:29:07 -07:00
Miguel Portilla
c7b3153958
Upgrade ripple-lib. Fix OS X warnings
2015-09-24 20:22:07 -04:00
Vinnie Falco
5bbb89753d
Set version to 0.29.1-b13
2015-09-22 17:06:23 -07:00
Miguel Portilla
654084d181
Allow partialPayment with path_find
2015-09-22 17:05:51 -07:00
Nik Bougalis
094f08211a
Set version to 0.29.1-b12
2015-09-21 10:55:57 -07:00
JoelKatz
74b0a7c633
Improve SHAMap missing node behavior:
...
* Prevent recursive invocation of missing node handler
* Do not throw from ledger constructor
2015-09-21 10:55:30 -07:00
JoelKatz
8f09d3449d
Improve ledger replay logic
...
Build a replay structure holding the transactions
in execution order along with the close time. Use
this structure when replaying a ledger close.
2015-09-21 10:55:30 -07:00
JoelKatz
0c7a7903b6
Use the new OpenView/OpenLedger classes
...
The server's open ledger is now an instance of the OpenView
class, managed by an instance of the OpenLedger class. This
should improve the performance of operations on open ledgers
because they are no longer Ledger/SHAMap operation.
2015-09-21 10:55:30 -07:00
seelabs
6a8d24372e
Fix Travis compile
2015-09-21 08:59:15 -07:00
Edward Hennis
884dc11365
Set version to 0.29.1-b11
2015-09-18 12:19:32 -04:00
Howard Hinnant
83830ef9c0
Install upper_bound in ReadView:
...
* And use it in doLedgerData.
2015-09-18 12:18:41 -04:00
Tom Ritchford
849e1ce5f4
Bring some constants into RPC::Tuning.h.
2015-09-18 12:18:40 -04:00
Nicholas Dudfield
4eb6020813
Add npm test for ledger_data command.
2015-09-18 12:18:39 -04:00
Tom Ritchford
d655fdca56
Honor markers in ledger_data requests (RIPD-1010).
2015-09-18 12:18:39 -04:00
seelabs
b6df6748df
Use gcc-5 in travis
2015-09-18 12:18:38 -04:00
seelabs
269809dd1a
Transitional support gcc 5.2
2015-09-18 12:18:37 -04:00
Vinnie Falco
65fdf1dc5e
Add order book stuffing tests:
...
* PlumpBook makes sure large order books remain sane
* OversizeMeta checks for tecOVERSIZE handling
* FindOversizeBook probes metadata offer limits
2015-09-18 11:51:49 -04:00
Vinnie Falco
60002bf9bc
Improve Env::ter and ter() funclet
2015-09-18 11:51:48 -04:00
Vinnie Falco
dd94de2830
jtx: Allow disabling of sig checks
2015-09-18 11:51:47 -04:00
Howard Hinnant
e1fc81f66f
Add override keyword on all derived functions:
...
This silences warnings on latest clang compiler.
2015-09-18 11:50:33 -04:00
Tom Ritchford
b2cf1e4c65
Extract common function RPC::readLimitField.
2015-09-18 11:18:17 -04:00
Miguel Portilla
a65f692ab7
Disable RPC websocket coroutines
2015-09-18 11:16:12 -04:00
Howard Hinnant
44e4a50050
Fix stack bug in upper_bound
2015-09-18 11:14:34 -04:00
Vinnie Falco
ffbcb96eff
Inject Application (cont.)
2015-09-18 11:09:40 -04:00
Scott Schurr
eed1a891a7
Remove TxnSignApiFacade (RIPD-945):
...
Replace TxnSignApiFacade with separate passed in arguments to
the various sign/submit RPC commands.
Also increase unit test coverage of the submit_multisign RPC
command.
2015-09-18 11:09:37 -04:00
Vinnie Falco
9b787434c9
Inject Application:
...
Calls to getApp are replaced with dependency injections.
2015-09-18 11:09:22 -04:00
Nicholas Dudfield
f4fe55caff
Add coverage tracking via codecov.io
...
Conflicts:
.travis.yml
2015-09-17 15:57:56 -04:00
Edward Hennis
8df88238cd
Migrate Travis to container-based infrastructure
...
* http://docs.travis-ci.com/user/migrating-from-legacy/?utm_source=legacy-notice&utm_medium=banner&utm_campaign=legacy-upgrade
2015-09-17 11:46:06 -04:00
Nik Bougalis
ea0bd08660
Set version to 0.29.1-b10
2015-09-13 14:28:46 -07:00
Tom Ritchford
c1f50ca7b3
Use lambdas everywhere in JobQueue.
...
Conflicts:
src/ripple/app/ledger/impl/LedgerConsensusImp.cpp
2015-09-13 14:28:38 -07:00
Tom Ritchford
a6f866b4d8
Use std::function in JobQueue.
2015-09-13 14:28:38 -07:00
Tom Ritchford
545b2fd6b1
Better suspend for continuation
2015-09-13 14:28:38 -07:00
JoelKatz
b0a855a10e
Upgrade SQLite from 3.8.8.2 to 3.8.11.1
2015-09-13 14:28:37 -07:00
seelabs
b5600e940a
Minor VS2015 doc update
2015-09-13 14:28:37 -07:00
seelabs
7f5d273e53
Tidy SetHex* function calls & misc cleanups
...
* Renamed SetHexExact -> SetHexUnchecked
* Removed calls to SetHexUnchecked with empty strings
* Marked ledger class as final, as it calls virtuals in its ctor
2015-09-13 14:28:37 -07:00
Nik Bougalis
b0e6be93ff
Add Rate class to support scaling of IOU and XRP amounts
2015-09-13 14:28:37 -07:00
Nik Bougalis
324c42ae09
Support to_string for IOUAmount and XRPAmount
2015-09-11 14:10:35 -07:00
Nik Bougalis
acd03faee5
Use XRPAmount for fees and ledger headers
2015-09-11 14:10:35 -07:00
Nik Bougalis
94af42da44
Support STAmount conversions to XRPAmount and IOUAmount
2015-09-11 14:10:35 -07:00