Draft: recovery: add HTLC sweep for recovery
Changelog-Added: add logic to filter and sign htlcs that have expired and were offered by node to recover their funds
Initial implementation with logic for simple HTLC recovery
related to #303
Summary by CodeRabbit
-
New Features
- Enhanced the
Channel
implementation to handle HTLC transactions more effectively, including signing and managing expired HTLCs. - Added functionality to broadcast multiple HTLC transactions using the
bitcoind_client
.
- Enhanced the
Edited by dev random