-
Notifications
You must be signed in to change notification settings - Fork 677
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
Extension: report any burnchain block hash #2663
Comments
Atleast we need that for Bithority project 🎩👍💯 |
For this issue, I think this should be implemented as a new function, e.g., |
Currently, the logic for
Does anyone know what the backend call would be for the new function? |
Should the solution use this following method
from |
Yes -- that's the method that should be used. Unfortunately, getting the correct Then, I'd recommend just changing the signature of get_burn_header_hash in that trait to accept a ConsensusHash instead of SortitionId. The implementation of that method would need to call |
Worth thinking about: clarity-lang/reference#49 |
Implemented in #2770 |
This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
Add a field to
get-block-info?
that allows the caller to load the burnchain block hash for any burnchain block height. This is not provided byburnchain-header-hash
, which returns the burnchain block hash for a Stacks block height.If we're going to verify Bitcoin transactions in the presence of flash blocks, this needs to be added for 2.1.
The text was updated successfully, but these errors were encountered: