docs: add release note for WalletKit.SubmitPackage
What changed, and why it matters
This commit only adds documentation to the release notes describing a new RPC command and lncli command that were already added in a previous pull request. It does not change any code, behavior, or security properties of the software.
No security action needed. This is a release-note documentation change only.
Security signals we found
No strong security signals were identified.
Evidence from the diff
The diff is a pure documentation update to docs/release-notes/release-notes-0.22.0.md. It adds two bullet points: one describing the new WalletKit.SubmitPackage RPC (PR #10900) and one describing the new lncli wallet submitpackage command. There are no code, configuration, protocol, or permission changes.
Changed components
docs/release-notes/release-notes-0.22.0.mdInspect captured patch +11 / −0
diff --git a/docs/release-notes/release-notes-0.22.0.md b/docs/release-notes/release-notes-0.22.0.md
index 2f7f0ca..f802501 100644
--- a/docs/release-notes/release-notes-0.22.0.md
+++ b/docs/release-notes/release-notes-0.22.0.md
@@ -53,6 +53,12 @@
channels](https://github.com/lightningnetwork/lnd/pull/10501) via the new
`outgoing_chan_ids` field in `RouteFeeRequest`.
+* A new
+ [`walletrpc.SubmitPackage`](https://github.com/lightningnetwork/lnd/pull/10900)
+ RPC submits a package of related transactions (parents first, child last) to
+ the chain backend via bitcoind's `submitpackage`, allowing a zero-fee v3/TRUC
+ parent to be accepted together with a fee-paying CPFP child.
+
## lncli Additions
* The `estimateroutefee` command now supports [restricting fee estimates to
@@ -60,6 +66,11 @@
channels](https://github.com/lightningnetwork/lnd/pull/10501) via the new
`--outgoing_chan_id` flag.
+* A new
+ [`wallet submitpackage`](https://github.com/lightningnetwork/lnd/pull/10900)
+ command submits a package of hex-encoded transactions via the new
+ `SubmitPackage` RPC.
+
# Improvements
## Functional Updates
Why this scored 15/100
Community notes
Notes can correct, qualify, or add evidence to the AI analysis. Every note shown here has been validated by a human moderator.
The AI analysis stands alone for now. Submit a note if you can add evidence or important context.