runtimeverification / runtimeverification/evm-semantics
Conformance test failing list
Nobody has claimed this yet.
- Dominant language
- KCL
- Stars
- 591
- Forks
- 156
- Avg merge
- 2h 19m
- Merged PRs (30d)
- 1
Description
KEVM failing conformance tests
- v11
- tests/ethereum-tests/BlockchainTests/GeneralStateTests/stBadOpcode/invalidAddr.json
- tests/ethereum-tests/BlockchainTests/GeneralStateTests/stRandom2/randomStatetest649.json
- tests/ethereum-tests/BlockchainTests/GeneralStateTests/stCreate2/CREATE2_HighNonceDelegatecall.json
v11.1
- tests/ethereum-tests/BlockchainTests/GeneralStateTests/stCallCodes/touchAndGo.json
- tests/ethereum-tests/BlockchainTests/GeneralStateTests/stPreCompiledContracts/delegatecall09Undefined.json
v11.2
These tests fail because there is an expected schedule string that does not match Merge+3540+3670.
EIP3540 and 3670 need to be investigated/implemented.
- tests/ethereum-tests/BlockchainTests/GeneralStateTests/stEIP3540/CREATE2_EOF1.json
- tests/ethereum-tests/BlockchainTests/GeneralStateTests/stEIP3540/CREATE2_EOF1Invalid.json
- tests/ethereum-tests/BlockchainTests/GeneralStateTests/stEIP3540/CREATE2_EOF1Invalid_FromEOF.json
- tests/ethereum-tests/BlockchainTests/GeneralStateTests/stEIP3540/CREATE2_EOF1_FromEOF.json
- tests/ethereum-tests/BlockchainTests/GeneralStateTests/stEIP3540/CREATE_EOF1.json
- tests/ethereum-tests/BlockchainTests/GeneralStateTests/stEIP3540/CREATE_EOF1Invalid.json
- tests/ethereum-tests/BlockchainTests/GeneralStateTests/stEIP3540/CREATE_EOF1_FromEOF.json
- tests/ethereum-tests/BlockchainTests/GeneralStateTests/stEIP3540/CreateTransactionEOF1.json
- tests/ethereum-tests/BlockchainTests/GeneralStateTests/stEIP3540/CREATE_EOF1Invalid_FromEOF.json
- tests/ethereum-tests/BlockchainTests/GeneralStateTests/stEIP3540/CreateTransactionInvalidEOF1.json
- tests/ethereum-tests/BlockchainTests/GeneralStateTests/stEIP3540/EOF1_Calls.json
- tests/ethereum-tests/BlockchainTests/GeneralStateTests/stEIP3860/createInitCodeSizeLimit.json
- tests/ethereum-tests/BlockchainTests/GeneralStateTests/stEIP3860/create2InitCodeSizeLimit.json
- tests/ethereum-tests/BlockchainTests/GeneralStateTests/stEIP3860/creationTxInitCodeSizeLimit.json
- tests/ethereum-tests/BlockchainTests/GeneralStateTests/stEIP3540/EOF1_Execution.json
v11.3
Same list as v11.2
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by running the listed Ethereum conformance tests, especially the unchecked JSON cases under stCreate2 and stCallCodes. Compare their failures with the expected schedule string Merge+3540+3670 and investigate the EIP3540/EIP3670 behavior. Done means the remaining unchecked tests pass and the conformance list can be updated.
Written by the indexing model from the issue text.
Assessment
- Domain
- blockchain, testing
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100