doc: Add release notes for #29612

This commit is contained in:
Fabian Jahr 2024-05-24 10:32:55 +02:00
parent 413844f1c2
commit 359967e310
No known key found for this signature in database
GPG key ID: F13D1E9D890798CD

View file

@ -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.