From cea39b679b93d2ef6da359b6c95d3e02092411cf Mon Sep 17 00:00:00 2001 From: Greg Sanders Date: Thu, 5 Sep 2024 11:39:11 -0400 Subject: [PATCH] Add release note for ephemeral dust --- doc/release-notes-30239.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 doc/release-notes-30239.md diff --git a/doc/release-notes-30239.md b/doc/release-notes-30239.md new file mode 100644 index 00000000000000..7b3f683b27e3b3 --- /dev/null +++ b/doc/release-notes-30239.md @@ -0,0 +1,12 @@ +P2P and network changes +----------------------- + +Ephemeral dust is a new concept that allows a single +dust output in a tranasction, provided the transaction +is zero fee. In order to spend any unconfirmed outputs +from this transaction, the spender must also spend +this dust in addition to any other outputs. + +In other words, this type of transaction +should be created in a transaction package where +the dust is both created and spend simultaneously.