mirror of
https://github.com/bitcoin/bitcoin.git
synced 2026-03-16 08:22:46 +00:00
doc: add release note for #31560 (named pipe support for dumptxoutset RPC)
This commit is contained in:
parent
61a5460d0d
commit
b19caeea09
8
doc/release-notes-31560.md
Normal file
8
doc/release-notes-31560.md
Normal file
@ -0,0 +1,8 @@
|
||||
Updated RPCs
|
||||
------------
|
||||
|
||||
- The `dumptxoutset` RPC now supports writing to a named pipe
|
||||
on UNIX-like systems (see mkfifo(1) and mkfifo(3) man pages).
|
||||
This allows the raw UTXO set data to be consumed directly by
|
||||
another process (e.g., the `contrib/utxo-tools/utxo_to_sqlite.py`
|
||||
conversion script) without first writing it to disk. (#31560)
|
||||
Loading…
x
Reference in New Issue
Block a user