No description
Find a file
Wilmer Paulino c2ae197406 order: commit pending batch before providing signatures to auctioneer
Previously, if the connection between the trader and auctioneer was torn
down before the trader received a batch's finalize message, then the
trader would lose all context about the batch they participated in.
Committing the batch before providing our signatures to the auctioneer
ensures that this cannot happen. Follow-up work will allow the trader to
obtain the latest information regarding a pending batch upon
reconnections.
2020-04-24 10:57:42 -07:00
account account+order: use proper account batch key when storing batch 2020-04-20 11:45:16 -07:00
auctioneer auctioneer: prevent subscribing to already subscribed accounts 2020-04-20 11:45:14 -07:00
clientdb clientdb+order: use 2-step commit for batch persistence 2020-04-24 10:57:41 -07:00
clmrpc multi: remove expiry from account diffs 2020-04-20 11:53:33 -07:00
clmscript client/clmscript: fix errors in witness size estimation 2020-03-09 20:00:20 -07:00
cmd make+auctioncli: add CLI to interact with auction 2020-04-14 16:27:06 +02:00
order order: commit pending batch before providing signatures to auctioneer 2020-04-24 10:57:42 -07:00
config.go client: implement stream RPC 2020-03-04 15:11:08 +01:00
log.go client: implement stream RPC 2020-03-04 15:11:08 +01:00
rpcserver.go multi: add StatePendingUpdate 2020-04-20 11:45:12 -07:00
server.go client: verify batch 2020-04-03 21:50:22 +02:00
version.go auctioneer+trader: add trader server daemon 2019-11-28 13:46:55 +01:00