Skip to content

Separate broadcast and watcher #121

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 34 commits into from
Mar 11, 2025
Merged

Separate broadcast and watcher #121

merged 34 commits into from
Mar 11, 2025

Conversation

zonotope
Copy link
Contributor

This patch separates the transaction watching logic, which is mainly to allow processes local to the server instance to monitor a transaction, from the broadcasting logic, which allows connected systems to monitor the changes to a ledger. Separating those two abstractions allows them to be used and built upon more easily independently.

This patch also provides a method to inject custom routes into the request handler at start time to allow for customizing the types of requests a server deployment can accept.

Lastly, this patch refactors some of the command processing code for easier reuse.

@zonotope zonotope requested a review from a team March 11, 2025 19:31
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 0d411e4 into main Mar 11, 2025
5 checks passed
@zonotope zonotope deleted the refactor/config-parsing branch March 11, 2025 22:46
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