-
Notifications
You must be signed in to change notification settings - Fork 3.3k
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
fix code coverage - stack too deep issues #12843
Closed
Closed
Changes from 9 commits
Commits
Show all changes
21 commits
Select commit
Hold shift + click to select a range
40b771b
fix code coverage - stack too deep issues
AmadiMichael d496004
fix ci
AmadiMichael 88a12fb
fix
AmadiMichael 9102a55
fix safe call tests for forge coverage
AmadiMichael 5ba910d
fix safe call tests for forge coverage
AmadiMichael 204f9fc
fix failing cannon fuzz tests
AmadiMichael 84db6cd
fix
AmadiMichael 2910308
update lib-keccak dep
AmadiMichael 48f4228
semver lock
AmadiMichael 0e1476e
Merge branch 'develop' of https://github.com/ethereum-optimism/optimi…
AmadiMichael 6409a48
add safe call test comment
AmadiMichael e7ae34f
fix failing coverage test
AmadiMichael dafad3c
pull develop in
AmadiMichael 60f18c7
fixes
AmadiMichael 316c93e
Merge branch 'develop' of https://github.com/ethereum-optimism/optimi…
AmadiMichael 573cdef
pull develop and fix compilation fail
AmadiMichael 4954115
Merge branch 'develop' of https://github.com/ethereum-optimism/optimi…
AmadiMichael adb5b4d
Merge branch 'develop' of https://github.com/ethereum-optimism/optimi…
AmadiMichael a1c23c6
Merge branch 'develop' of https://github.com/ethereum-optimism/optimi…
AmadiMichael d00ac35
Merge branch 'develop' of https://github.com/ethereum-optimism/optimi…
AmadiMichael 7a2eb56
pull
AmadiMichael File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
Submodule lib-keccak
updated
2 files
+1 −1 | contracts/StatefulSponge.sol | |
+30 −29 | contracts/lib/LibKeccak.sol |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
accidental semver bump?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nope, lib-keccak was updated
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
That makes sense, but do we normally bump semvers when a dependency bump happens? I'm supportive of it because it changes the bytecode, but I suspect historically we've been bad at this and need a way to better automate semver bumps (cc @smartcontracts)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yeah it's actually on the to-do @smartcontracts
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
CI will at least force you to semver bump when dependencies are changed
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We are planning to simplify things and remove contract-specific semvers as part of the OPCM Upgrades work in ethereum-optimism/design-docs#159. That design review is today (at 1030am PT)