Commit Graph

1637 Commits

Author SHA1 Message Date
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
CJ Cobb
ac5bbc9ea1 update backend README 2021-08-12 18:11:28 -04:00
CJ Cobb
1dda8a16fe update readme with run instructions 2021-08-12 14:38:30 -04:00
CJ Cobb
ea5f9162b7 remove unused offers code 2021-08-06 12:32:06 -04:00
CJ Cobb
56e81eb1d8 reorg 2021-08-02 15:54:37 -04:00
CJ Cobb
26530b0cfa fix boost optional stuff 2021-07-28 14:26:00 -04:00
CJ Cobb
8c8ee802cf update rippled 2021-07-28 14:25:59 -04:00
CJ Cobb
97f6081390 delivered amount 2021-07-22 20:30:44 +00:00
CJ Cobb
41bd820a2a add more account_tx flags 2021-07-19 20:46:03 +00:00
CJ Cobb
9b88f79594 handle forward for account_tx with postgres 2021-07-16 19:38:38 +00:00
CJ Cobb
63a66b00a6 support forward flag for cassandra 2021-07-16 18:37:17 +00:00
CJ Cobb
7040860d8d add forward flag. not handled yet 2021-07-16 02:12:13 +00:00
CJ Cobb
68c96fdc60 fix account_tx iteration 2021-07-15 20:12:20 +00:00
CJ Cobb
649ecf4eda avoid wide rows with account_tx 2021-07-14 20:29:55 +00:00
CJ Cobb
cb2975dd41 smaller partitions on keys table 2021-07-13 20:27:26 +00:00
CJ Cobb
1cdd238ad3 bug fix 2021-07-13 18:27:00 +00:00
CJ Cobb
599bd1b655 refactor of cassandra backend, needs testing 2021-07-12 23:12:57 +00:00
CJ Cobb
607ea0a76e refactor 2021-07-09 23:45:01 +00:00
CJ Cobb
8684dba694 checkpoint 2021-07-09 19:54:04 +00:00
CJ Cobb
6ed91a4f7b fix gcc build issue 2021-07-07 16:31:28 +00:00
CJ Cobb
493ec14ad1 fix gcc build issue 2021-07-06 14:00:39 +00:00
Nathan Nichols
37abec1401 Achieve parity with rippled API 2021-07-06 14:00:20 +00:00
CJ Cobb
2eec383b35 cleanup 2021-07-02 15:05:46 +00:00
CJ Cobb
9f8724b7ab write transaction hashes to separate table 2021-06-29 17:33:42 +00:00
CJ Cobb
83b50bc261 simplify fetch ledger range query in Cassandra 2021-06-25 17:51:07 +00:00
CJ Cobb
415b9ccc28 Publish in strand. Catch ReadTimeout in publishLedger 2021-06-25 17:51:07 +00:00
CJ Cobb
416a3cc523 various fixes 2021-06-25 17:36:20 +00:00
CJ Cobb
43374e55bd simulate x ledgers at once 2021-06-24 18:29:19 +00:00
CJ Cobb
25ca6590d1 Update README.md 2021-06-23 13:28:28 -04:00
CJ Cobb
efa0dd5478 add example config 2021-06-23 16:55:52 +00:00
CJ Cobb
2e00c0edcb handle validated as ledger_index 2021-06-23 16:52:45 +00:00
CJ Cobb
0d2aef18b5 Add README for server folder 2021-06-23 11:46:00 -04:00
CJ Cobb
c0ddc9d482 Add README to handlers folder 2021-06-23 11:40:18 -04:00
CJ Cobb
146bf2a07f Update backend README 2021-06-23 11:35:13 -04:00