We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 12f48d5 commit ea17a94Copy full SHA for ea17a94
doc/release-notes-31385.md
@@ -0,0 +1,14 @@
1
+RPC
2
+
3
+The `submitpackage` RPC, which allows submissions of child-with-parents
4
+packages, no longer requires that all unconfirmed parents be present. The
5
+package may contain other in-mempool ancestors as well. (#31385)
6
7
+P2P
8
9
+Opportunistic 1-parent-1-child package relay has been improved to handle
10
+situations when the child already has unconfirmed parent(s) in the mempool.
11
+This means that 1p1c packages can be accepted and propagate, even if they are
12
+connected to broader topologies: multi-parent-1-child (where only 1 parent
13
+requires fee-bumping), grandparent-parent-child (where only parent requires
14
+fee-bumping) etc. (#31385)
0 commit comments