You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
due to the way pyspec is constructing tests. this return leads to invalid test generation
such issue happens:
src/ethereum_test_fixtures/verify_format.py:28: in verify_blockchain_fixture_json
raise Exception(
E Exception: Error in generated blockchain test json (tests/frontier/opcodes/test_dup.py::test_dup[fork_Frontier-evm_code_type_LEGACY-blockchain_test-DUP1])[{"type":"extra_forbidden","loc":["baseFeePerGas"],"msg":"Extra inputs are not permitted","input":"0x00","url":"https://errors.pydantic.dev/2.9/v/extra_forbidden"}]
test is created with blockheader having this field on legacy forks.
other transition tools don't report this field on legacy fields.
we think evmone t8n should follow the majority of t8n's
The text was updated successfully, but these errors were encountered:
The parent/current base fee fields are related to EIP-1559 from London.
Don't place the default value of the `"currentBaseFee"` in the out.json
if the EVM revision is before London.
Fixes#1073.
The parent/current base fee fields are related to EIP-1559 from London.
Don't place the default value of the `"currentBaseFee"` in the out.json
if the EVM revision is before London.
Fixes#1073.
ethereum/execution-spec-tests#968
due to the way pyspec is constructing tests. this return leads to invalid test generation
such issue happens:
test is created with blockheader having this field on legacy forks.
other transition tools don't report this field on legacy fields.
we think evmone t8n should follow the majority of t8n's
The text was updated successfully, but these errors were encountered: