-
Notifications
You must be signed in to change notification settings - Fork 138
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
Allow different base activations per location in checker and interpreter #2887
Conversation
Cadence Benchstat comparisonThis branch with compared with the base branch onflow:master commit c16b00f Collapsed results for better readability
|
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## master #2887 +/- ##
==========================================
+ Coverage 79.40% 79.42% +0.02%
==========================================
Files 334 334
Lines 78914 79023 +109
==========================================
+ Hits 62664 62767 +103
- Misses 13943 13948 +5
- Partials 2307 2308 +1
Flags with carried forward coverage won't be shown. Click here to find out more.
☔ View full report in Codecov by Sentry. |
@dsainati1 Could you please also have a look? This unlocks implementation of the Flex/EVM contract |
Description
Allow types and values of an environment to be declared in specific locations.
Change the checker and interpreters configurations from values to handlers, which can return different base activations for different locations.
This will be used for the EVM integration in FVM.
master
branchFiles changed
in the Github PR explorer