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

Add event when a ScriptBuf is found at a block #206

Closed
rustaceanrob opened this issue Nov 5, 2024 · 1 comment
Closed

Add event when a ScriptBuf is found at a block #206

rustaceanrob opened this issue Nov 5, 2024 · 1 comment
Assignees
Labels
api Changes to the public API enhancement New feature or request

Comments

@rustaceanrob
Copy link
Owner

When changes must be applied in chain order, users may want to know what blocks they will receive at a later time. Emitting this event allows users to either fetch the header or wait for a block at a specific height.

@rustaceanrob rustaceanrob added the enhancement New feature or request label Nov 5, 2024
@rustaceanrob rustaceanrob self-assigned this Nov 5, 2024
@rustaceanrob rustaceanrob added the api Changes to the public API label Nov 5, 2024
@rustaceanrob
Copy link
Owner Author

This would be an O(log(N)) read for a simple log message. Not worth the overhead.

@rustaceanrob rustaceanrob closed this as not planned Won't fix, can't repro, duplicate, stale Jan 8, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
api Changes to the public API enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant