lnd.xprv/contractcourt
Johan T. Halseth 2a7a34ae10
contractcourt+lnwallet: use state num instead of commit height when
outdated local state

This commit fixes a bug that would cause us to not sweep our local
output in case we force closed, then lost state or attempted recovery.
The reason being that we would use or local commit height when deriving
our scripts, which would be incorrect. Instead we use the extracted
state number to derive the correct scripts, allowing us to sweep the
output.

Allthough being an unlikely scenario, we would leave money on chain in
this case without any warning (since we would just end up with an empty
delay script) and forget about the spend.
2020-12-03 08:01:08 +01:00
..
anchor_resolver.go cnct: cpfp-sweep anchors 2020-09-17 12:30:41 +02:00
briefcase_test.go contractcourt: pass in optional txns to lookups required for arb startup 2020-11-12 15:25:35 +02:00
briefcase.go contractcourt: pass in optional txns to lookups required for arb startup 2020-11-12 15:25:35 +02:00
chain_arbitrator_test.go multi: move mockChainIO, mockNotifier to lntest/mock 2020-08-31 19:41:09 -04:00
chain_arbitrator.go contractcourt: get arbitrator state before we start each arbitrator 2020-11-12 15:32:15 +02:00
chain_watcher_test.go contractcourt/chain_watcher test: do proper state rollback 2020-12-03 08:00:02 +01:00
chain_watcher.go contractcourt+lnwallet: use state num instead of commit height when 2020-12-03 08:01:08 +01:00
channel_arbitrator_test.go contractcourt: get arbitrator state before we start each arbitrator 2020-11-12 15:32:15 +02:00
channel_arbitrator.go contractcourt: get arbitrator state before we start each arbitrator 2020-11-12 15:32:15 +02:00
commit_sweep_resolver_test.go multi: move mockChainIO, mockNotifier to lntest/mock 2020-08-31 19:41:09 -04:00
commit_sweep_resolver.go contractcourt: persist commit sweep resolutions 2020-07-07 19:49:58 +02:00
contract_resolvers.go multi: add resolver reports to Checkpoint 2020-07-07 19:49:51 +02:00
htlc_incoming_contest_resolver.go contractcourt: persist timed out incoming htlc resolver reports 2020-07-07 19:49:54 +02:00
htlc_incoming_resolver_test.go multi: move mockChainIO, mockNotifier to lntest/mock 2020-08-31 19:41:09 -04:00
htlc_outgoing_contest_resolver_test.go multi: move mockChainIO, mockNotifier to lntest/mock 2020-08-31 19:41:09 -04:00
htlc_outgoing_contest_resolver.go cnct: add resolver report output type 2019-11-13 10:17:28 +01:00
htlc_success_resolver_test.go multi: move mockChainIO, mockNotifier to lntest/mock 2020-08-31 19:41:09 -04:00
htlc_success_resolver.go multi: add labels to lnd native transactions 2020-07-29 13:46:07 +02:00
htlc_timeout_resolver_test.go multi: move mockChainIO, mockNotifier to lntest/mock 2020-08-31 19:41:09 -04:00
htlc_timeout_resolver.go contractcourt: store htlc timeout sweeps 2020-07-07 19:49:57 +02:00
interfaces.go cnct: resolve anchors post-confirmation 2020-03-18 12:27:01 +01:00
log.go multi: init subsystem loggers via build pkg 2018-10-05 13:04:45 +09:00
mock_registry_test.go multi: replace htlcResolution with an interface 2020-02-06 19:41:36 +02:00
utils_test.go contractcourt/chain_watcher test: do proper state rollback 2020-12-03 08:00:02 +01:00