No description
Find a file
Wilmer Paulino 4930da65b0 clmscript: use more efficient script construction for accounts
The new construction saves about 35 bytes over the existing one. The
reduction in size comes from only encoding each public key (the trader's
and auctioneer's) once and not using the extra opcodes for
OP_CHECKMULTISIG.
2020-02-03 12:15:47 -08:00
account multi: tweak trader key with shared secret and per-batch key 2020-01-29 13:23:15 -08:00
auctioneer multi: tweak trader key with shared secret and per-batch key 2020-01-29 13:23:15 -08:00
clientdb multi: tweak trader key with shared secret and per-batch key 2020-01-29 13:23:15 -08:00
clmrpc multi: tweak trader key with shared secret and per-batch key 2020-01-29 13:23:15 -08:00
clmscript clmscript: use more efficient script construction for accounts 2020-02-03 12:15:47 -08:00
cmd trader: prepare to be used as library 2020-01-20 14:44:22 +01:00
order multi: use btcec.PublicKey instead of [33]byte 2020-01-24 13:45:48 -08:00
trader multi: tweak trader key with shared secret and per-batch key 2020-01-29 13:23:15 -08:00
agorad.go trader: prepare to be used as library 2020-01-20 14:44:22 +01:00
config.go trader: prepare to be used as library 2020-01-20 14:44:22 +01:00
log.go trader: prepare to be used as library 2020-01-20 14:44:22 +01:00
version.go auctioneer+trader: add trader server daemon 2019-11-28 13:46:55 +01:00