pool/clientdb
Oliver Gugger 8b57bb9a4e
multi: replace PendingBatch with PendingBatchSnapshot
To be able to fully clean up an old, pending batch snapshot on daemon
startup, we first need to switch to a method that returns the full
snapshot instead of just its ID.
2020-12-09 09:42:30 +01: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 multi: specify DB filename when opening clientdb 2020-11-24 14:27:45 +01:00
batch.go multi: replace PendingBatch with PendingBatchSnapshot 2020-12-09 09:42:30 +01:00
batch_snapshot.go clientdb: add fetchPendingBatchSnapshot 2020-12-09 09:42:29 +01:00
batch_snapshot_test.go clientdb: add new key within order bucket for min node tier 2020-10-09 15:53:43 -07:00
batch_test.go multi: replace PendingBatch with PendingBatchSnapshot 2020-12-09 09:42:30 +01:00
codec.go clientdb: add new key within order bucket for min node tier 2020-10-09 15:53:43 -07:00
codec_test.go multi: rename project from llm to pool 2020-09-09 19:55:10 -07:00
db.go multi: specify DB filename when opening clientdb 2020-11-24 14:27:45 +01:00
event.go clientdb: add event storage 2020-10-01 13:16:48 +02:00
event_test.go multi: unify min/max durations into single field of LeaseDuration 2020-10-05 17:57:16 -07: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 Merge pull request #104 from guggero/del-order-timestamp 2020-10-13 16:21:41 -07:00
order_event.go rpcserver+clientdb: store match events for rejects 2020-10-01 13:16:58 +02:00
order_test.go Merge pull request #104 from guggero/del-order-timestamp 2020-10-13 16:21:41 -07:00