pool/clientdb
Wilmer Paulino 6a64971396 clientdb+order: use 2-step commit for batch persistence
This commits serves as preparatory work for committing a pending batch
before providing signatures to the auctioneer. This is achieved by first
storing the batch as pending upon receiving a new batch and marking it
as complete upon receiving a finalize message.
2020-04-24 10:57:41 -07:00
..
account.go clientdb: allow multiple account updates in same TX 2020-03-12 15:17:32 +01:00
account_test.go multi: allow account closure through expiration and multi-sig paths 2020-02-05 12:09:47 -08:00
batch.go clientdb+order: use 2-step commit for batch persistence 2020-04-24 10:57:41 -07:00
batch_test.go clientdb+order: use 2-step commit for batch persistence 2020-04-24 10:57:41 -07:00
codec.go clientdb: add missing types to codec 2020-04-14 15:41:22 +02:00
db.go clientdb+order: use 2-step commit for batch persistence 2020-04-24 10:57:41 -07:00
log.go multi: add persistent bolt storage 2019-12-11 18:59:58 -08:00
metadata.go multi: add persistent bolt storage 2019-12-11 18:59:58 -08:00
order.go clientdb: allow multiple order updates in same TX 2020-03-12 15:18:19 +01:00
order_test.go client: add batch persistence 2020-04-03 21:53:04 +02:00