hirosystems / chainhook

Extract transactions from Stacks and Bitcoin and build event driven re-org resistant indexers and databases.
GNU General Public License v3.0
155 stars 63 forks source link

Ability to use signaling coming from bitcoind #224

Closed lgalabru closed 1 year ago

lgalabru commented 1 year ago

As of today, when running as a node, chainhook node knows that a bitcoin block was mined thanks to the signaling coming from a stacks-node. We want to support bitcoind signaling as well (leveraging the bitcoind baked-in zeromq integration), to simplify the stack when a team is only working with bitcoin.

lgalabru commented 1 year ago

Addressed with https://github.com/hirosystems/chainhook/pull/232