Skip to content

Commit 5b878be

Browse files
committed
[doc] add release note for submitpackage
1 parent 7a9bb2a commit 5b878be

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

doc/release-notes-27609.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
- A new RPC, `submitpackage`, has been added. It can be used to submit a list of raw hex
2+
transactions to the mempool to be evaluated as a package using consensus and mempool policy rules.
3+
These policies include package CPFP, allowing a child with high fees to bump a parent below the
4+
mempool minimum feerate (but not minimum relay feerate).
5+
6+
- Warning: successful submission does not mean the transactions will propagate throughout the
7+
network, as package relay is not supported.
8+
9+
- Not all features are available. The package is limited to a child with all of its
10+
unconfirmed parents, and no parent may spend the output of another parent. Also, package
11+
RBF is not supported. Refer to doc/policy/packages.md for more details on package policies
12+
and limitations.
13+
14+
- This RPC is experimental. Its interface may change.

0 commit comments

Comments
 (0)