Implement bumping engine in ChannelMonitor::block_connected
authorAntoine Riard <ariard@student.42.fr>
Tue, 2 Jul 2019 19:52:58 +0000 (15:52 -0400)
committerMatt Corallo <git@bluematt.me>
Tue, 10 Dec 2019 03:22:54 +0000 (22:22 -0500)
Add RBF-bumping of justice txn, given they are only signed by us we
can RBF at wish.

Aggregation of bump-candidates and more aggresive bumping heuristics
are left open

Fix tests broken by introduction of more txn broadcast.
Some tests may have a relaxed check (claim_htlc_ouputs_single_tx)
as broadcast bumped txn are now interwining in previous broadcast ones
and breaking simple expectations

Use bumping engine to rebuild claiming transaction in case of partial-
claim of its outpoints set.


No differences found