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

Docs and other minor improvements #716

Merged

Conversation

skozin
Copy link
Member

@skozin skozin commented Mar 29, 2023

No description provided.

@skozin skozin marked this pull request as ready for review March 29, 2023 13:30
@@ -820,6 +833,7 @@ contract HashConsensus is AccessControlEnumerable {

function _submitReport(uint256 slot, bytes32 report, uint256 consensusVersion) internal {
if (slot > type(uint64).max) revert NumericOverflow();
if (report == ZERO_HASH) revert EmptyReport();
Copy link
Contributor

Choose a reason for hiding this comment

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

👍 Certora also noted this

Copy link
Contributor

@TheDZhon TheDZhon left a comment

Choose a reason for hiding this comment

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

Looks tidy 👍

@TheDZhon TheDZhon merged commit 5ab42c3 into fix/shapella-upgrade-from-rc0-to-rc1 Mar 30, 2023
@TheDZhon TheDZhon deleted the fix/docs-and-minor-improvements branch March 30, 2023 16:43
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.

2 participants