aboutsummaryrefslogtreecommitdiff
path: root/doc/release-notes-16525.md
blob: 220cb78de422ee927b6cbf0df3120cda0cb4c802 (plain)
1
2
3
4
5
6
7
8
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.