From 95722d048a85a313b35c69459680f734feb67695 Mon Sep 17 00:00:00 2001 From: Sebastian Falbesoner Date: Sun, 16 Feb 2025 02:20:34 +0100 Subject: [PATCH] doc: add release note for #27432 (utxo-to-sqlite tool) --- doc/release-notes-27432.md | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 doc/release-notes-27432.md diff --git a/doc/release-notes-27432.md b/doc/release-notes-27432.md new file mode 100644 index 00000000000..ef651a249e2 --- /dev/null +++ b/doc/release-notes-27432.md @@ -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)