bitcoin-dev-project / warnet

Monitor and analyze the emergent behaviors of Bitcoin networks
https://warnet.dev
MIT License
81 stars 35 forks source link

Incorporate Mempool and Chain events for ZMQ #415

Open mplsgrant opened 1 month ago

mplsgrant commented 1 month ago

Issue

Can we integrate more granular mempool and chain information via https://github.com/0xB10C/bitcoin-zmq-mempool-chain-events/blob/v23.0-zmce/PATCH.md

Example of the patch in action: https://github.com/bitcoin/bitcoin/pull/26451#issuecomment-1313934927

0xB10C commented 1 month ago

fwiw there's also https://github.com/coinmetrics/fullnode/blob/master/fullnodes/bitcoin-zmce/patches/v27.0-zmce.patch

0xB10C commented 1 month ago

(but I don't know if you really want to keep updating these patches)

this boils back down to: Bitcoin Core's real-time interfaces are meh

josibake commented 1 week ago

Is this needed for Tabconf?

mplsgrant commented 1 week ago

This is not needed for TabConf.