lnd/chanacceptor
Oliver Gugger 7dfe4018ce
multi: use btcd's btcec/v2 and btcutil modules
This commit was previously split into the following parts to ease
review:
 - 2d746f68: replace imports
 - 4008f0fd: use ecdsa.Signature
 - 849e33d1: remove btcec.S256()
 - b8f6ebbd: use v2 library correctly
 - fa80bca9: bump go modules
2022-03-09 19:02:37 +01:00
..
acceptor_test.go multi: use btcd's btcec/v2 and btcutil modules 2022-03-09 19:02:37 +01:00
chainedacceptor.go ensure 64bit alignment of atomically accessed field in ChannelAcceptor 2020-12-28 10:04:13 -06:00
errors.go multi: add custom error messages to channel acceptor 2020-11-10 11:38:47 +02:00
interface.go multi: use btcd's btcec/v2 and btcutil modules 2022-03-09 19:02:37 +01:00
log.go multi: move channel acceptor logic out of rpcserver 2020-11-10 11:38:45 +02:00
merge_test.go multi: add channel open parameters to channel acceptor 2020-11-10 21:09:10 +02:00
merge.go multi: use btcd's btcec/v2 and btcutil modules 2022-03-09 19:02:37 +01:00
rpcacceptor_test.go multi: use btcd's btcec/v2 and btcutil modules 2022-03-09 19:02:37 +01:00
rpcacceptor.go multi: use btcd's btcec/v2 and btcutil modules 2022-03-09 19:02:37 +01:00