ethereum / execution-specs

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

Make a dataclass for `apply_body`'s return value #875

Closed SamWilsn closed 2 months ago

SamWilsn commented 5 months ago

It's getting really unwieldy:

https://github.com/ethereum/execution-specs/blob/cd9b7d6a9af2f5e07cad02a4971744dd6a553b10/src/ethereum/london/fork.py#L492-L504

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