Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feature: push blocks over zmq #93

Merged
merged 1 commit into from
Nov 15, 2023
Merged

feature: push blocks over zmq #93

merged 1 commit into from
Nov 15, 2023

Conversation

Davidson-Souza
Copy link
Collaborator

@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 merged commit 9c7e01b into master Nov 15, 2023
11 checks passed
@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