Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

multi: RBF signalling #8213

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

madskrogh
Copy link
Contributor

@madskrogh madskrogh commented Nov 21, 2023

Change Description

This pr addreses #8064 and implements explicit RBF signalling for the following commands:

  • openchannel (Including with sweepall flag)
  • sendcoins
  • sendmany
  • psbt fund
  • batchopenchannel
  • funding txs created by the autopilot

It depends on and is blocked by btcsuite/btcwallet#895

Steps to Test

Run the commands. Check that created txs have inputs with a sequence of 4294967293.

To do

Signed-off-by: madskrogh <madskrogh@protonmail.com>
Signed-off-by: madskrogh <madskrogh@protonmail.com>
Signed-off-by: madskrogh <madskrogh@protonmail.com>
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

funding: use mempool.MaxRBFSequence for funding transactions we create
1 participant