No description
Find a file
Wilmer Paulino ec0ecfa065 account: add support for withdrawals
This commit introduces support for trader account withdrawals to
arbitrary outputs. Traders are able to withdraw their accounts through
either spending paths, multi-sig or expiry, with the latter requiring a
new expiration (to be done as a follow-up). When spending through the
multi-sig path, traders submit their outputs to the auctioneer,
excluding the new account output as that can be reconstructed by the
auctioneer. The auctioneer then creates a transaction adhering to the
trader's constraints and provides a signature back.
2020-05-08 14:25:42 -07:00
account account: add support for withdrawals 2020-05-08 14:25:42 -07:00
auctioneer clmrpc: extend account modification parameters provided to auctioneer 2020-05-08 14:25:41 -07:00
chaninfo chaninfo: add new package to retrieve channel info for auctioneer 2020-05-01 16:08:17 -07:00
clientdb clientdb: prevent test race condition by not modifying global test var 2020-05-05 14:20:49 -07:00
clmrpc clmrpc: extend account modification parameters provided to auctioneer 2020-05-08 14:25:41 -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 client: add logic to register funding shims and open chans in batch lifecycle 2020-05-07 19:37:05 -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 client: add logic to register funding shims and open chans in batch lifecycle 2020-05-07 19:37:05 -07:00
server.go client: add logic to register funding shims and open chans in batch lifecycle 2020-05-07 19:37:05 -07:00
version.go auctioneer+trader: add trader server daemon 2019-11-28 13:46:55 +01:00