lnd/contractcourt
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
..
anchor_resolver.go multi: use btcd's btcec/v2 and btcutil modules 2022-03-09 19:02:37 +01:00
breach_resolver.go server+contractcourt: add breachResolver that subscribes to breacharbiter 2022-01-25 15:42:20 -05:00
breacharbiter_test.go multi: use btcd's btcec/v2 and btcutil modules 2022-03-09 19:02:37 +01:00
breacharbiter.go multi: use btcd's btcec/v2 and btcutil modules 2022-03-09 19:02:37 +01:00
briefcase_test.go multi: use btcd's btcec/v2 and btcutil modules 2022-03-09 19:02:37 +01:00
briefcase.go multi: use btcd's btcec/v2 and btcutil modules 2022-03-09 19:02:37 +01:00
chain_arbitrator_test.go multi: move all channelstate operations to ChannelStateDB 2021-09-29 17:00:03 +02:00
chain_arbitrator.go multi: use btcd's btcec/v2 and btcutil modules 2022-03-09 19:02:37 +01:00
chain_watcher_test.go contractcourt/chainwatcher test: add test cases for future force close 2020-12-03 08:01:08 +01:00
chain_watcher.go multi: use btcd's btcec/v2 and btcutil modules 2022-03-09 19:02:37 +01:00
channel_arbitrator_test.go multi: use btcd's btcec/v2 and btcutil modules 2022-03-09 19:02:37 +01:00
channel_arbitrator.go multi: use btcd's btcec/v2 and btcutil modules 2022-03-09 19:02:37 +01:00
commit_sweep_resolver_test.go multi: use btcd's btcec/v2 and btcutil modules 2022-03-09 19:02:37 +01:00
commit_sweep_resolver.go multi: use btcd's btcec/v2 and btcutil modules 2022-03-09 19:02:37 +01:00
contract_resolvers.go contractcourt: handle sweeping script-enforced leased channel outputs 2021-10-19 18:30:37 -07:00
htlc_incoming_contest_resolver.go multi: use btcd's btcec/v2 and btcutil modules 2022-03-09 19:02:37 +01:00
htlc_incoming_resolver_test.go multi: formatting and comment fixes 2022-02-10 11:02:02 +01:00
htlc_outgoing_contest_resolver_test.go kvdb: move channeldb/kvdb to top level 2021-05-07 14:18:56 +02:00
htlc_outgoing_contest_resolver.go multi: use btcd's btcec/v2 and btcutil modules 2022-03-09 19:02:37 +01:00
htlc_success_resolver_test.go multi: use btcd's btcec/v2 and btcutil modules 2022-03-09 19:02:37 +01:00
htlc_success_resolver.go multi: use btcd's btcec/v2 and btcutil modules 2022-03-09 19:02:37 +01:00
htlc_timeout_resolver_test.go multi: use btcd's btcec/v2 and btcutil modules 2022-03-09 19:02:37 +01:00
htlc_timeout_resolver.go multi: use btcd's btcec/v2 and btcutil modules 2022-03-09 19:02:37 +01:00
interfaces.go cnct: resolve anchors post-confirmation 2020-03-18 12:27:01 +01:00
log.go multi: move breach arbiter and utxo nursery into contractcourt package 2021-09-27 19:10:31 -07:00
mock_registry_test.go multi: replace htlcResolution with an interface 2020-02-06 19:41:36 +02:00
nursery_store_test.go multi: move breach arbiter and utxo nursery into contractcourt package 2021-09-27 19:10:31 -07:00
nursery_store.go multi: formatting and comment fixes 2022-02-10 11:02:02 +01:00
setup_test.go channeldb/test: test with postgres 2021-10-29 10:54:44 +02:00
utils_test.go multi: move all channelstate operations to ChannelStateDB 2021-09-29 17:00:03 +02:00
utxonursery_test.go multi: use btcd's btcec/v2 and btcutil modules 2022-03-09 19:02:37 +01:00
utxonursery.go multi: use btcd's btcec/v2 and btcutil modules 2022-03-09 19:02:37 +01:00