ethereum / execution-specs

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

Replace gas_available with gas_used in the description of apply_body #872

Closed fradamt closed 5 months ago

fradamt commented 5 months ago

What was wrong?

The first return value in the description of apply_bodyis gas_available instead of gas_used.

How was it fixed?

Replacing gas_available with gas_used.

Cute Animal Picture

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

codecov-commenter commented 5 months ago

Codecov Report

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

Comparison is base (1fed0c0) 74.11% compared to head (f60cfb2) 74.11%.

:exclamation: Current head f60cfb2 differs from pull request most recent head 4fd0eb1. Consider uploading reports for the commit 4fd0eb1 to get more accurate results

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #872 +/- ## ======================================= Coverage 74.11% 74.11% ======================================= Files 572 572 Lines 32411 32411 ======================================= Hits 24022 24022 Misses 8389 8389 ``` | [Flag](https://app.codecov.io/gh/ethereum/execution-specs/pull/872/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/872/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=ethereum) | `74.11% <ø> (ø)` | | 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.