Add RBF-bumping of preimage/timeout txn on remote HTLC outputs
authorAntoine Riard <ariard@student.42.fr>
Wed, 3 Jul 2019 14:26:17 +0000 (10:26 -0400)
committerAntoine Riard <ariard@student.42.fr>
Tue, 10 Dec 2019 20:50:51 +0000 (15:50 -0500)
commit6eb290d780946de7f5d6b3e9a85598062a17b92c
tree5e8516ec666df7b992116cae67eeee33405f2b44
parent116b1eb028e02f32718ddd688348f64b719de31e
Add RBF-bumping of preimage/timeout txn on remote HTLC outputs

Given they are only signed by us we can RBF at wish

Fix tests broken by introduction of more txn broadcast
(channel_monitor_network_test)

Add locktime in RemoteHTLC as it's needed to generate
timeout txn.
fuzz/fuzz_targets/full_stack_target.rs
lightning/src/ln/channelmonitor.rs
lightning/src/ln/functional_tests.rs