erigontech / erigontech/silkworm
Update ethereum/tests
- Dominant language
- C++
- Stars
- 318
- Forks
- 84
- PR merge metrics
- No merged PRs in 30d
Description
Currently the following tests fail when updating to [v14.1](https://github.com/ethereum/tests/releases/tag/v14.1):
```
Validation error kWrongBlockGas
RevertInCreateInInit_Paris_d0g0v0_Cancun ....................................... Failed
Validation error kWrongBlockGas
dynamicAccountOverwriteEmpty_Paris_d0g0v0_Cancun ............................... Failed
Validation error kWrongBlockGas
RevertInCreateInInitCreate2Paris_d0g0v0_Cancun ................................. Failed
Validation error kWrongBlockGas
create2collisionStorageParis_d0g0v0_Cancun ..................................... Failed
Validation error kWrongBlockGas
create2collisionStorageParis_d1g0v0_Cancun ..................................... Failed
Validation error kWrongBlockGas
create2collisionStorageParis_d2g0v0_Cancun ..................................... Failed
Validation error kWrongBlockGas
InitCollisionParis_d0g0v0_Cancun ............................................... Failed
Validation error kWrongBlockGas
InitCollisionParis_d1g0v0_Cancun ............................................... Failed
Validation error kWrongBlockGas
InitCollisionParis_d2g0v0_Cancun ............................................... Failed
Validation error kWrongBlockGas
InitCollisionParis_d3g0v0_Cancun ............................................... Failed
Validation error kWrongStateRoot
src/GeneralStateTestsFiller/Pyspecs/constantinople/create2/test_recreate.py::test_recreate[fork_Berlin-blockchain_test-recreate_on_separate_block_True] Failed
Validation error kWrongStateRoot
src/GeneralStateTestsFiller/Pyspecs/constantinople/create2/test_recreate.py::test_recreate[fork_Constantinople-blockchain_test-recreate_on_separate_block_True] Failed
Validation error kWrongStateRoot
src/GeneralStateTestsFiller/Pyspecs/constantinople/create2/test_recreate.py::test_recreate[fork_ConstantinopleFix-blockchain_test-recreate_on_separate_block_True] Failed
Validation error kWrongStateRoot
src/GeneralStateTestsFiller/Pyspecs/constantinople/create2/test_recreate.py::test_recreate[fork_Istanbul-blockchain_test-recreate_on_separate_block_True] Failed
Validation error kWrongStateRoot
src/GeneralStateTestsFiller/Pyspecs/constantinople/create2/test_recreate.py::test_recreate[fork_London-blockchain_test-recreate_on_separate_block_True] Failed
Validation error kWrongStateRoot
src/GeneralStateTestsFiller/Pyspecs/constantinople/create2/test_recreate.py::test_recreate[fork_Paris-blockchain_test-recreate_on_separate_block_True] Failed
Validation error kWrongStateRoot
src/GeneralStateTestsFiller/Pyspecs/constantinople/create2/test_recreate.py::test_recreate[fork_Shanghai-blockchain_test-recreate_on_separate_block_True] Failed
36421 tests passed, 17 failed, 2 skipped in 983.992ms
```
Contributor guide
Assessment
This issue has not been assessed yet.