-
Notifications
You must be signed in to change notification settings - Fork 3.5k
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
solc version upgrade #13105
base: develop
Are you sure you want to change the base?
solc version upgrade #13105
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## develop #13105 +/- ##
===========================================
- Coverage 44.51% 44.34% -0.17%
===========================================
Files 801 801
Lines 72026 72035 +9
===========================================
- Hits 32059 31942 -117
- Misses 37359 37487 +128
+ Partials 2608 2606 -2
Flags with carried forward coverage won't be shown. Click here to find out more.
|
There may also be an issue running this on older forks of op stack, ie before |
58295d2
to
db3fe2d
Compare
db3fe2d
to
a8e3e34
Compare
This pr has been automatically marked as stale and will be closed in 5 days if no updates |
Description
Bump the SOLC version of all OP stack contracts from 0.8.15 and 0.8.19 to 0.8.25.
Also involves updating the lib-keccak dependency to the latest that has a loose pragma version of ^0.8.0 and not a strict 0.8.15.
Metadata
0.8.15
code to0.8.25
#11527