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
QuorumProposalValidated
I am trying to integrate hotshot with evm. I have been reading the codebase, searching for a place where a set of transactions can be considered committed. My current guess is that the specific set of transactions is committed in this block of code: https://github.com/EspressoSystems/HotShot/blob/0.5.79/crates/task-impls/src/quorum_vote/handlers.rs#L42-L56 (using latest release - 0.5.79).
Is it correct? If not, where can I look to get a set of committed transactions / a committed block?
Thanks in advance!
The text was updated successfully, but these errors were encountered:
cc: @rob-maron :)
Sorry, something went wrong.
No branches or pull requests
I am trying to integrate hotshot with evm. I have been reading the codebase, searching for a place where a set of transactions can be considered committed. My current guess is that the specific set of transactions is committed in this block of code: https://github.com/EspressoSystems/HotShot/blob/0.5.79/crates/task-impls/src/quorum_vote/handlers.rs#L42-L56 (using latest release - 0.5.79).
Is it correct? If not, where can I look to get a set of committed transactions / a committed block?
Thanks in advance!
The text was updated successfully, but these errors were encountered: