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

refactor(protocol): extract SgxVerifierBase to be reused #18231

Merged
merged 2 commits into from
Oct 11, 2024

Conversation

dantaik
Copy link
Contributor

@dantaik dantaik commented Oct 11, 2024

No description provided.

@dantaik dantaik marked this pull request as ready for review October 11, 2024 03:37
/// @notice Gets the prover that actually proved a verified block.
/// @param _blockId Index of the block.
/// @return The prover's address. If the block is not verified yet, address(0) will be returned.
function getVerifiedBlockProver(uint64 _blockId) external view returns (address);
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

change function order

Copy link

openzeppelin-code bot commented Oct 11, 2024

refactor(protocol): extract SgxVerifierBase to be reused

Generated at commit: 62a47465cb9b06c222e77b04fdc83d6d72c0adda

🚨 Report Summary

Severity Level Results
Contracts Critical
High
Medium
Low
Note
Total
3
3
0
7
42
55
Dependencies Critical
High
Medium
Low
Note
Total
0
0
0
0
0
0

For more details view the full report in OpenZeppelin Code Inspector

@dantaik dantaik merged commit c9982e6 into ontake_cleanup2 Oct 11, 2024
5 checks passed
@dantaik dantaik deleted the minor_refactor branch October 11, 2024 06:12
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.

3 participants