Merge bitcoin/bitcoin#31879: doc: add release note for #27432 (utxo-to-sqlite tool)

95722d048a85a313b35c69459680f734feb67695 doc: add release note for #27432 (utxo-to-sqlite tool) (Sebastian Falbesoner)

Pull request description:

  This PR adds a missing release note for https://github.com/bitcoin/bitcoin/pull/27432.

ACKs for top commit:
  kevkevinpal:
    ACK [95722d0](95722d048a)

Tree-SHA512: 47714182e814fb825dbaeede46a1b496c4b87f3c5bfa61ada00138926a6bf9eb9a3f99636eb698a7bcda6642f73d0a8c5bf531a726750d594decca8ba6a56e3a
This commit is contained in:
merge-script 2025-02-16 12:20:06 +01:00
commit db36a92c02
No known key found for this signature in database
GPG Key ID: 2EEB9F5CC09526C1

View File

@ -0,0 +1,7 @@
Tools and Utilities
-------------------
- A new tool [`utxo_to_sqlite.py`](/contrib/utxo-tools/utxo_to_sqlite.py)
converts a compact-serialized UTXO snapshot (as created with the
`dumptxoutset` RPC) to a SQLite3 database. Refer to the script's `--help`
output for more details. (#27432)