Skip to content

Feature/consensus broadcast #128

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

Merged
merged 28 commits into from
Apr 8, 2025
Merged

Feature/consensus broadcast #128

merged 28 commits into from
Apr 8, 2025

Conversation

zonotope
Copy link
Contributor

This patch changes the responsibility of broadcasting a new commit (back) to the transactor instead of the requesting server/process. There was the same amount of complexity to communicate the new transaction back to the requesting process as there would have been to broadcast the message in the first place, plus the extra complexity to broadcast the message out from the requesting process.

This patch also simplifies the broadcast and watcher apis to use generic events, and has some cleanup and cljfmt fixes.

@zonotope zonotope requested a review from a team March 26, 2025 23:48
Copy link
Contributor

@dpetran dpetran left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

📞

@zonotope zonotope merged commit ea1ea1a into main Apr 8, 2025
5 checks passed
@zonotope zonotope deleted the feature/consensus-broadcast branch April 8, 2025 20:12
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.

2 participants