pool/clientdb
Oliver Gugger f919298e58
rpcserver+clientdb: store match events for rejects
We also want to know whenever we reject a batch either fully or
partially so we also store an event for each involved order in case of a
reject message.
2020-10-01 13:16:58 +02:00
..
migrations clientdb: add migration for existing orders 2020-10-01 13:16:50 +02:00
account.go clientdb: return updated order, account on modification 2020-09-10 09:51:57 +02:00
account_test.go clientdb: define LocalBatchSnapshot 2020-09-10 10:41:07 +02:00
batch.go clientdb: create and use copyOrder for applying batch updates 2020-10-01 13:16:51 +02:00
batch_snapshot.go clientdb: add batch ID index bucket for snapshots 2020-09-10 10:41:31 +02:00
batch_snapshot_test.go clientdb: add batch ID index bucket for snapshots 2020-09-10 10:41:31 +02:00
batch_test.go clientdb: store LocalBatchSnapshot on StorePendingBatch 2020-09-10 10:41:31 +02:00
codec.go order+clientdb: add order specific events 2020-10-01 13:16:47 +02:00
codec_test.go multi: rename project from llm to pool 2020-09-09 19:55:10 -07:00
db.go clientdb: add migration for existing orders 2020-10-01 13:16:50 +02:00
event.go clientdb: add event storage 2020-10-01 13:16:48 +02:00
event_test.go clientdb: store and retrieve order events 2020-10-01 13:16:52 +02:00
log.go multi: add persistent bolt storage 2019-12-11 18:59:58 -08:00
metadata.go clientdb: add migration for existing orders 2020-10-01 13:16:50 +02:00
order.go clientdb: store and retrieve order events 2020-10-01 13:16:52 +02:00
order_event.go rpcserver+clientdb: store match events for rejects 2020-10-01 13:16:58 +02:00
order_test.go clientdb test: complete tx, don't require t for dummyOrder 2020-09-10 09:51:56 +02:00