We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
clock::Clock
It could be nice to have a way to broadcast clock events (new slot, new epoch) similar to how we stream slots.
I have this example handy so I'll link here: https://github.com/paradigmxyz/reth/blob/main/crates/payload/builder/src/events.rs
it would kind of look like this; just for the clock events, rather than payload events
The text was updated successfully, but these errors were encountered:
No branches or pull requests
It could be nice to have a way to broadcast clock events (new slot, new epoch) similar to how we stream slots.
I have this example handy so I'll link here: https://github.com/paradigmxyz/reth/blob/main/crates/payload/builder/src/events.rs
it would kind of look like this; just for the clock events, rather than payload events
The text was updated successfully, but these errors were encountered: