mirror of
https://github.com/bitcoin/bitcoin.git
synced 2026-02-21 06:43:34 +01:00
Move IPC helpers into ipc_util.py and update interface_ipc.py to use them. Rename some helpers for clarity: - parse_and_deserialize_block -> mining_get_block - parse_and_deserialize_coinbase_tx -> mining_get_coinbase_tx - get_coinbase_raw_tx -> mining_get_coinbase_raw_tx - wait_next_template -> mining_wait_next_template