aboutsummaryrefslogtreecommitdiff
path: root/doc/release-notes-16525.md
diff options
context:
space:
mode:
Diffstat (limited to 'doc/release-notes-16525.md')
-rw-r--r--doc/release-notes-16525.md9
1 files changed, 9 insertions, 0 deletions
diff --git a/doc/release-notes-16525.md b/doc/release-notes-16525.md
new file mode 100644
index 0000000000..220cb78de4
--- /dev/null
+++ b/doc/release-notes-16525.md
@@ -0,0 +1,9 @@
+RPC changes
+-----------
+
+Exposed transaction version numbers are now treated as unsigned 32-bit integers
+instead of signed 32-bit integers. This matches their treatment in consensus
+logic. Versions greater than 2 continue to be non-standard (matching previous
+behavior of smaller than 1 or greater than 2 being non-standard). Note that
+this includes the joinpsbt command, which combines partially-signed
+transactions by selecting the highest version number.