Skip to content

Conversation

@Davidson-Souza
Copy link
Member

@Davidson-Souza Davidson-Souza commented Nov 10, 2023

The Zero Message Queue is a lightweight protocol for inter process communication. It is used on Bitcoin Core to allow external softwares to be notified when some events happen (e.g. new block is accepted). This PR adds a simple PUSH/PULL socket that pushes a new block, and it's height over ZMQ every time a new block is accepted by chainstate.

@Davidson-Souza Davidson-Souza changed the title Feature/zmq feature: push blocks over zmq Nov 10, 2023
@Davidson-Souza Davidson-Souza marked this pull request as ready for review November 15, 2023 16:03
@Davidson-Souza Davidson-Souza merged commit 9c7e01b into master Nov 15, 2023
@Davidson-Souza Davidson-Souza deleted the feature/zmq branch January 8, 2024 15:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant