ethereum / execution-specs

Specification for the Execution Layer. Tracking network upgrades.
Creative Commons Zero v1.0 Universal
831 stars 234 forks source link

Support transient storage in optimized state #919

Closed petertdavies closed 5 months ago

petertdavies commented 6 months ago

What was wrong?

The optimized state didn't work with Cancun.

How was it fixed?

Add Cancun support to optimized state.

Cute Animal Picture

Put a link to a cute animal picture inside the parenthesis-->

codecov-commenter commented 6 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 74.72%. Comparing base (bf47143) to head (20b718e). Report is 65 commits behind head on forks/cancun.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## forks/cancun #919 +/- ## ================================================ + Coverage 69.96% 74.72% +4.76% ================================================ Files 610 611 +1 Lines 34295 34904 +609 ================================================ + Hits 23993 26083 +2090 + Misses 10302 8821 -1481 ``` | [Flag](https://app.codecov.io/gh/ethereum/execution-specs/pull/919/flags?src=pr&el=flags&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=ethereum) | Coverage Δ | | |---|---|---| | [unittests](https://app.codecov.io/gh/ethereum/execution-specs/pull/919/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=ethereum) | `74.72% <ø> (+4.76%)` | :arrow_up: | Flags with carried forward coverage won't be shown. [Click here](https://docs.codecov.io/docs/carryforward-flags?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=ethereum#carryforward-flags-in-the-pull-request-comment) to find out more.

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

gurukamath commented 6 months ago

Pushed a commit to re-enable the optimised tests