Commit Graph

163 Commits

Author SHA1 Message Date
CJ Cobb
a2dddbcb8a merged a bunch of stuff 2021-06-07 22:06:53 -04:00
CJ Cobb
5f265c5850 checkpoint 2021-06-07 20:19:47 -04:00
CJ Cobb
51ff08b3ae partial merge needs fixing 2021-06-07 21:35:33 +00:00
CJ Cobb
6f6c573644 small fixes, formatting 2021-06-07 18:55:40 +00:00
CJ Cobb
5f6edee312 book offers seems to work 2021-06-04 05:53:38 +00:00
CJ Cobb
19b52787c4 Add BackendInterface.cpp 2021-06-03 14:33:35 +00:00
CJ Cobb
2299d59fda lots of refactor and bug fix 2021-06-02 17:47:14 +00:00
CJ Cobb
9edb743dcf no duplicates in keys table for postgres 2021-06-01 20:59:10 +00:00
CJ Cobb
d692f7f675 add server info 2021-06-01 13:51:53 -04:00
CJ Cobb
46d4ee4548 clear out keys buffer in postgres. Fix postgres schema 2021-06-01 15:10:14 +00:00
CJ Cobb
9a4949263e make keysRepair async 2021-05-29 16:59:18 -04:00
CJ Cobb
756436dd31 base case for fetch ledger page 2021-05-29 16:47:52 -04:00
CJ Cobb
4c12bb51dd remove books table from postgres 2021-05-29 09:52:02 -04:00
CJ Cobb
7f16951a18 clean up logs 2021-05-28 22:08:40 -04:00
CJ Cobb
562f96a30f tests working for postges and cassandra. removed books index. need to
implement book_offers
2021-05-28 21:42:25 -04:00
CJ Cobb
572b072271 lots of tests 2021-05-28 10:42:13 -04:00
CJ Cobb
db8cfa518b tests working 2021-05-27 16:24:20 -04:00
CJ Cobb
96f896c117 checkpoint 2021-05-26 21:23:16 +00:00
Nathan Nichols
3cc36684df compile and test 2021-05-26 14:43:55 -05:00
Nathan Nichols
95d48bdb1a clear session on shutdown 2021-05-26 13:48:03 -05:00
Nathan Nichols
58413a7473 add functionality to clear session 2021-05-26 13:48:03 -05:00
Nathan Nichols
e1ab2e7dee close websocket on destructor 2021-05-26 13:48:03 -05:00
Nathan Nichols
c0465aae27 fix: make session::subscriptions_ a weak_ptr 2021-05-26 13:48:03 -05:00
Nathan Nichols
cb045ad581 wrap up refactor 2021-05-26 13:48:03 -05:00
Nathan Nichols
fef8f6f223 rebase session to use shared_ptr 2021-05-26 13:47:51 -05:00
Nathan Nichols
68d0d3373b update proxy conditions 2021-05-26 13:46:36 -05:00
Nathan Nichols
262cadf514 rebase session 2021-05-26 13:46:18 -05:00
Nathan Nichols
8d5bb85458 rebase subscriptionManager 2021-05-26 13:44:21 -05:00
Nathan Nichols
4340497857 Tx Subs Rebase Fix (#23)
Subscription fixes
2021-05-26 12:53:54 -04:00
CJ Cobb
db0595c083 update cache asynchronously 2021-05-25 20:19:09 +00:00
CJ Cobb
cadf2fa972 checkpoint 2021-05-24 18:23:36 +00:00
CJ Cobb
f513438a95 create postgres database if it doesn't exist 2021-05-20 18:36:20 +00:00
CJ Cobb
0e52ebef48 create cassandra keyspace if it doesn't exist 2021-05-20 17:12:33 +00:00
CJ Cobb
fa8eb67ca6 move websocket_server_async.cpp 2021-05-20 17:02:23 +00:00
CJ Cobb
0babf5bc44 online delete for postgres working 2021-05-20 17:02:20 +00:00
CJ Cobb
24816c021d online delete for cassandra. doesn't crash, but not sure it works 2021-05-20 16:59:50 +00:00
CJ Cobb
ca886fe2c8 add types to make it harder to mix up book index and key index 2021-05-20 16:59:46 +00:00
Nathan Nichols
1de29d3a44 Implement paychannel verify/authorize 2021-05-20 11:08:46 -04:00
Nathan Nichols
8ee213f6bc Subscribe/Unsubscribe RPC handlers (#2)
Subscribe to ledgers, transactions and accounts
2021-05-18 11:06:46 -04:00
Nathan Nichols
ed58095029 add a limit 2021-05-14 09:45:31 -05:00
Nathan Nichols
d2815ec32e make keys unique after merge 2021-05-13 11:41:29 -05:00
Nathan Nichols
a288136e69 fix segfault in repair when seq < minSequence 2021-05-13 09:56:37 -05:00
Nathan Nichols
db92f420d9 address comments 2021-05-13 09:06:20 -05:00
Nathan Nichols
cabd9e0c45 fix message 2021-05-13 08:26:42 -05:00
Nathan Nichols
9b8e0bdf99 adjust complete query 2021-05-13 07:43:40 -05:00
Nathan Nichols
f2c7d54b0d address pr feedback 2021-05-13 06:40:23 -05:00
Nathan Nichols
d57cf3a518 add warning 2021-05-12 11:42:53 -05:00
Nathan Nichols
84911f9424 save for testing 2021-05-11 18:16:43 -05:00
Nathan Nichols
d7ce14983a Impliments book_offers in postgres 2021-05-10 15:40:03 -05:00
Nathan Nichols
945598d953 merge master into branch 2021-05-10 15:10:58 -05:00