0
0
Fork 0
mirror of https://github.com/bitcoin/bitcoin.git synced 2025-02-23 12:33:26 -05:00
bitcoin-bitcoin-core/src/ipc
Sjors Provoost c991cea1a0
Remove processNewBlock() from mining interface
processNewBlock was added in 7b4d3249ce, but became unnecessary with the introduction of interfaces::BlockTemplate::submitSolution in 7b4d3249ce.

getTransactionsUpdated() is only needed by the implementation of waitFeesChanged() (not yet part of the interface).
2024-12-18 09:20:26 +07:00
..
capnp Remove processNewBlock() from mining interface 2024-12-18 09:20:26 +07:00
CMakeLists.txt multiprocess: Add serialization code for BlockValidationState 2024-09-23 16:03:04 -04:00
context.h Add ipc::Context and ipc::capnp::Context structs 2021-06-10 09:58:45 -05:00
exception.h multiprocess: Add Ipc interface implementation 2021-04-23 03:02:50 -05:00
interfaces.cpp multiprocess: Add IPC connectAddress and listenAddress methods 2024-09-06 09:08:10 -04:00
process.cpp refactor: Fix "modernize-use-starts-ends-with" clang-tidy warning 2024-12-12 11:51:40 +00:00
process.h multiprocess: Add IPC connectAddress and listenAddress methods 2024-09-06 09:08:10 -04:00
protocol.h doc: correct typos 2024-11-11 14:14:39 +00:00