1170 Commits

Author SHA1 Message Date
CJ Cobb
694fb6b1fd fix gcc 9.3 compilation issue 2021-10-14 16:31:18 -04:00
CJ Cobb
4d17b66966 add example config for cloud cassandra 2021-10-14 15:57:09 -04:00
CJ Cobb
652af9d2a8 Remove mention of rippled as submodule 2021-10-14 15:31:31 -04:00
Nathan Nichols
1059f99823 rebases ssl source 2021-10-06 16:29:03 -04:00
Nathan Nichols
c8681cc0fa Destroy websocket on reconnect when using SslETLSource 2021-10-06 16:29:03 -04:00
Nathan Nichols
ec7608680e remove unneeded logs 2021-10-06 16:29:03 -04:00
Nathan Nichols
261271fa67 Add onSslHandshake for SSL ETLSource 2021-10-06 16:29:03 -04:00
Nathan Nichols
0795ff1d6a rebases ETLSource 2021-10-06 16:29:03 -04:00
Nathan Nichols
7bd4e5e3ce rebases Listener 2021-10-06 16:29:03 -04:00
CJ Cobb
728eb05cd2 handle case where fetchLedgerPage times out and ledger is incomplete 2021-10-05 19:13:59 -04:00
CJ Cobb
8966178702 add upper bound to time spent in fetchLedgerPage 2021-10-05 18:53:53 -04:00
CJ Cobb
8e15adcd74 fix issue with account_tx stored procedure 2021-10-05 18:50:46 -04:00
CJ Cobb
2cb74ae706 fix recursion issue with fetchLedgerPage 2021-10-05 18:30:11 -04:00
Edward Hennis
e67ea1afb6 Fix missing override 2021-10-04 18:38:43 -04:00
Edward Hennis
edcb52dcf6 Test changes 2021-10-04 18:24:54 -04:00
CJ Cobb
5121efe1d6 change peekNodes() to getNodes() 2021-10-02 08:47:36 -04:00
CJ Cobb
bc9a0227a6 fix warning about accountTxSchema 2021-10-01 14:42:10 -04:00
CJ Cobb
a6d90cac60 Use FetchContent instead of git submodule to include xrpl_core 2021-10-01 11:13:45 -04:00
CJ Cobb
5f17e59d6b allow publishLedger to run forever 2021-09-24 14:01:55 -04:00
CJ Cobb
9e1d3cdf72 change ETL failover timeout to 2 seconds 2021-09-24 13:29:45 -04:00
CJ Cobb
58900a0472 update README 2021-09-24 13:24:18 -04:00
CJ Cobb
c47fd1449d remove usused file 2021-09-24 12:14:21 -04:00
CJ Cobb
96c72eec49 remove rippled license 2021-09-24 12:13:11 -04:00
CJ Cobb
a731fef562 add log to file support 2021-09-21 15:19:30 -04:00
CJ Cobb
6b3091a456 Add server_info. Make forwardToRippled return optional 2021-09-21 12:15:10 -04:00
CJ Cobb
3d580784d1 add random and ping 2021-09-17 15:30:36 -04:00
CJ Cobb
5f23a5803b Add missing call to dosGuard_.add 2021-09-14 14:26:54 -04:00
CJ Cobb
9ef54da0ef Implement transaction_entry 2021-09-14 12:10:36 -04:00
CJ Cobb
7d13090d0b add support for transaction_entry 2021-09-14 12:10:36 -04:00
CJ Cobb
8e877ac87c implement noripple_check 2021-09-14 12:10:36 -04:00
CJ Cobb
f18c8f67e2 add gateway_balances. fix bug with account_currencies 2021-09-14 12:10:31 -04:00
CJ Cobb
01aed9f6e8 Add date to transactions table.
* Add date to account_tx response
* Add support for signer_lists to account_info
* Add support for converting seeds to accounts
* Add urlgravatar to account_info
2021-09-09 15:25:54 -04:00
CJ Cobb
cc76ece6f2 add date to transaction tables 2021-09-07 10:46:10 -04:00
CJ Cobb
553be19882 add date field to tx response 2021-09-07 10:25:11 -04:00
CJ Cobb
fcb6355c67 don't zero frozen funds when publishing txns 2021-09-01 16:48:16 -04:00
CJ Cobb
f625385f38 don't send transaction more than once on books stream 2021-08-31 16:00:15 -04:00
CJ Cobb
b591c71053 add delivered_amount and owner_funds to streams 2021-08-30 17:10:58 -04:00
CJ Cobb
ce9a2af33c refactor to make WsSession thread safe 2021-08-30 14:21:16 -04:00
CJ Cobb
5427467ce2 fix assert 2021-08-26 19:39:38 -04:00
CJ Cobb
2da0f53709 fix book_offers limit issue and fetchLedgerPage short circuit 2021-08-26 17:40:48 -04:00
CJ Cobb
a81ad20049 Order book refactor
* Add support for snapshot to books stream
* Add helper function for processing order book after db fetch
* Fix bug in isFrozen
2021-08-26 11:10:58 -04:00
CJ Cobb
f4b7a88d95 clean up subscriptions code
* change the way sessions are removed from SubscriptionManager
* make the locking more fine grained
* add a mutex to WsSession to protect concurrent access to the websocket
2021-08-24 17:48:04 -04:00
CJ Cobb
6fcfd57d13 update rippled 2021-08-23 17:31:24 -04:00
CJ Cobb
a268b4d0c9 publish modified books. Fix move nullptr from move bug 2021-08-23 17:29:49 -04:00
CJ Cobb
d65bbfc841 first half of support for books stream 2021-08-23 14:44:46 -04:00
CJ Cobb
fd20ab77f7 change server to webserver in REVIEW 2021-08-19 13:37:48 -04:00
CJ Cobb
6ed055db7c update review guide 2021-08-19 10:37:26 -04:00
CJ Cobb
236aea89be update review guide 2021-08-19 10:35:24 -04:00
CJ Cobb
c452bc7e64 Add review guide 2021-08-19 10:28:51 -04:00
CJ Cobb
79ac95ae8e fix transaction on db restart bug 2021-08-19 10:28:14 -04:00