-
Notifications
You must be signed in to change notification settings - Fork 237
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
switch to foundry v1 (stable) #2052
Conversation
Changelog ReminderReminder to update the CHANGELOG.md for any of the modified packages in this PR.
|
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## dev #2052 +/- ##
==========================================
+ Coverage 88.09% 90.03% +1.94%
==========================================
Files 109 109
Lines 6903 6904 +1
Branches 999 1001 +2
==========================================
+ Hits 6081 6216 +135
+ Misses 820 686 -134
Partials 2 2
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
@@ -3,6 +3,8 @@ root = '../../../' | |||
libs = ['lib'] | |||
src = 'packages/automation-contracts/autowrap' | |||
solc_version = "0.8.23" |
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.
shall we also mark evm_version explicitly?
@@ -3,6 +3,8 @@ root = '../../../' | |||
libs = ['lib'] | |||
src = 'packages/automation-contracts/scheduler' | |||
solc_version = "0.8.23" | |||
optimizer = true | |||
optimizer_runs = 200 |
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.
ditto.
XKCD Comic RelifLink: https://xkcd.com/2052 |
No description provided.