release-notes-31560.md
1 Updated RPCs 2 ------------ 3 4 - The `dumptxoutset` RPC now supports writing to a named pipe 5 on UNIX-like systems (see mkfifo(1) and mkfifo(3) man pages). 6 This allows the raw UTXO set data to be consumed directly by 7 another process (e.g., the `contrib/utxo-tools/utxo_to_sqlite.py` 8 conversion script) without first writing it to disk. (#31560)