From a189d636184b1c28fa4a325b56c1fab8f44527b1 Mon Sep 17 00:00:00 2001 From: Greg Sanders Date: Tue, 6 May 2025 08:08:48 -0400 Subject: [PATCH] add release note for datacarriersize default change --- doc/release-notes-32406.md | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 doc/release-notes-32406.md diff --git a/doc/release-notes-32406.md b/doc/release-notes-32406.md new file mode 100644 index 00000000000..f1bbf188aff --- /dev/null +++ b/doc/release-notes-32406.md @@ -0,0 +1,3 @@ +- `-datacarriersize` is increased to 100,000 which effectively uncaps the limit (as the maximum transaction size limit will be hit first). It can be overridden with -datacarriersize=83 to revert to the limit enforced in previous versions. Both `-datacarrier` and `-datacarriersize` options have been marked as deprecated and are expected to be removed in a future release. (#32406) + +- Multiple data carrier (OP_RETURN) outputs in a transaction are now permitted for relay and mining. The `-datacarriersize` limit applies to the aggregate size of the scriptPubKeys across all such outputs in a transaction, not including the scriptPubKey size itself. (#32406)