ethereum / execution-specs

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

Backport from Cancun #877

Closed gurukamath closed 7 months ago

gurukamath commented 7 months ago
          Is renaming `gas_fee` to `max_gas_fee` a semantic change for cancun, or should we backport it?

_Originally posted by @SamWilsn in https://github.com/ethereum/execution-specs/pull/867#discussion_r1475035835_

### Tasks
- [x] Backport `max_gas_fee` until London (See [comment](https://github.com/ethereum/execution-specs/pull/867#discussion_r1475035835))
- [x] Backport `has_access_list` function until Berlin and `has_max_fee_per_gas` function until London(See [comment](https://github.com/ethereum/execution-specs/pull/867#discussion_r1475043790))
- [x] Backport changes to `make_receipt` function (See [comment](https://github.com/ethereum/execution-specs/pull/867#discussion_r1475032326))
gurukamath commented 7 months ago

make_receipt changes merged in #884