aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorFabian Jahr <fjahr@protonmail.com>2024-05-24 10:32:55 +0200
committerFabian Jahr <fjahr@protonmail.com>2024-05-24 12:42:06 +0200
commit359967e310794e0bbdbe2bca38ee440a88bc4f43 (patch)
tree98d061ab4715bc4f1bcd0fa4a436dcfc334b5f74 /doc
parent413844f1c2a3d8f7cfef822f348f26df488b03c7 (diff)
downloadbitcoin-359967e310794e0bbdbe2bca38ee440a88bc4f43.tar.xz
doc: Add release notes for #29612
Diffstat (limited to 'doc')
-rw-r--r--doc/release-notes-29612.md8
1 files changed, 8 insertions, 0 deletions
diff --git a/doc/release-notes-29612.md b/doc/release-notes-29612.md
new file mode 100644
index 0000000000..31af3cab09
--- /dev/null
+++ b/doc/release-notes-29612.md
@@ -0,0 +1,8 @@
+RPC
+---
+
+- The `dumptxoutset` RPC now returns the UTXO set dump in a new and
+ improved format. At the same time the `loadtxoutset` RPC now
+ expects this new format in dumps it tries to load. Dumps with the
+ old format are no longer supported and need to be recreated using
+ the new format in order to be usable.