Skip to content

Releases: synonymdev/ldk-node

v0.6.0-rc.2

10 Jun 13:25
c5dcd19

Choose a tag to compare

This release:

  • Syncs with upstream v0.6.0 release.

v0.6.0-rc.1

02 Jun 15:01
ad86b64

Choose a tag to compare

Add Replace-By-Fee (RBF) and Child-Pays-For-Parent (CPFP) functionality
to allow users to bump fees on stuck transactions.

  • Add bump_fee_by_rbf to replace transactions with higher fee versions
  • Add accelerate_by_cpfp to create child transactions that pay for parent
  • Add calculate_cpfp_fee_rate helper for automatic fee calculation
  • Add new error variants for transaction fee bumping operations
  • Expose methods through OnchainPayment API
  • Add UniFFI bindings for RBF/CPFP functionality

RBF allows replacing an existing unconfirmed transaction with a new version
that pays a higher fee. CPFP allows accelerating a transaction by spending
one of its outputs with a high-fee child transaction.