-
-
Notifications
You must be signed in to change notification settings - Fork 819
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
transient storage keyword #3373
Conversation
utilizes TLOAD and TSTORE from EIP 1153 update TLOAD/TSTORE opcode values
Codecov Report
❗ Your organization is not using the GitHub App Integration. As a result you may experience degraded service beginning May 15th. Please install the Github App Integration for your organization. Read more. @@ Coverage Diff @@
## master #3373 +/- ##
==========================================
- Coverage 89.32% 89.29% -0.04%
==========================================
Files 84 84
Lines 10777 10789 +12
Branches 2459 2461 +2
==========================================
+ Hits 9627 9634 +7
- Misses 754 757 +3
- Partials 396 398 +2
... and 1 file with indirect coverage changes 📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
per 1ac8362, the DEFAULT_EVM_VERSION is updated to shanghai. however, entry points into the compiler which don't use the `@evm_wrapper` wrapper might continue using paris.
just that it compiles / is blocked pre-cancun. does not test the functionality yet
What I did
How I did it
todo:
- [ ] tests- [ ] separate allocator for transient(?)test cases will come in a follow up once we get the ability to test the functionality via py-evm.
How to verify it
Commit message
Description for the changelog
Cute Animal Picture