mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-11-09 21:47:34 +01:00
Merge bitcoin/bitcoin#30167: doc, rpc: Release notes and follow-ups for #29612
efc1b5be8atest: Add coverage for txid coins count check when loading snapshot (Fabian Jahr)6b6084850bassumeutxo: Add network magic ctor param to SnapshotMetadata (Fabian Jahr)1f1f998455assumeutxo: Deserialize trailing byte instead of Txid (Fabian Jahr)359967e310doc: Add release notes for #29612 (Fabian Jahr) Pull request description: This adds release notes for #29612 and addresses post-merge review comments. ACKs for top commit: maflcko: utACKefc1b5be8atheStack: utACKefc1b5be8aTree-SHA512: 3b270202e4f7b2576090ef1d970fd54a6840d96fc3621dddd28e888fb8696a97ff69af2e000bcee3b364316ca3f6e2a9b2f1694c6184f0e704dc487823127ce4
This commit is contained in:
8
doc/release-notes-29612.md
Normal file
8
doc/release-notes-29612.md
Normal 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.
|
||||
Reference in New Issue
Block a user