Skip to content
This repository was archived by the owner on May 23, 2023. It is now read-only.
This repository was archived by the owner on May 23, 2023. It is now read-only.

Implementation of EIP106 breaks state tests #390

@konradkonrad

Description

@konradkonrad

See here: https://travis-ci.org/ethereum/pyethereum/jobs/143355805#L472-L553

EIP 106 was implemented in 03e1c88

ethereum/testutils.py:run_state_tests expects to create a Block object, even from invalid data. Therefore the current implementation of EIP 106 (raising a ValueError when __init__ializing with a too high gas_limit) is not compatible with the test function.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions