Skip to content

Conversation

bhandras
Copy link
Contributor

@bhandras bhandras commented May 5, 2025

Change Description

This commit introduces first-class support for Bitcoin Core's submitpackage RPC (v26+), allowing btcwallet users to broadcast (potentially zero‑fee) parent txns together with their (fee‑paying) child txn in one call.

Depends on: btcsuite/btcd#2366

Steps to Test

N/A

Pull Request Checklist

Testing

  • Your PR passes all CI checks.
  • Tests covering the positive and negative (error paths) are included.
  • Bug fixes contain tests triggering the bug to prevent regressions.

Code Style and Documentation

📝 Please see our Contribution Guidelines for further guidance.

@bhandras bhandras changed the title chain: add SubmitPackage API for atomic parent+children relay chain: add SubmitPackage API for atomic parents+child relay May 5, 2025
@bhandras bhandras marked this pull request as ready for review May 5, 2025 20:04
This commit introduces first-class support for Bitcoin Core's
`submitpackage` RPC (v26+), allowing btcwallet users to broadcast
(potentially zero‑fee) unconfirmed parent txns together with its
(fee‑paying) child in one 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.

2 participants