Skip to content
New issue

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

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

Already on GitHub? Sign in to your account

Implement method to submit package of transactions (submitpackage call) #288

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

f321x
Copy link
Member

@f321x f321x commented Jan 21, 2025

Defines a protocol method blockchain.transaction.broadcast_package for protocol version 1.4.4 and implements it so clients can submit a package of transactions to the mempool using the bitcoin core submitpackage method. This allows clients to broadcast a package of transactions that would on their own not be accepted to the mempool (e.g. below purge fee parent and high fee child to bump)

remove venv

implement submitpackage call

add test, format log messages, improve docs

implement submitpackage method

fix linter error

implement submitpackage call
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant