ref-fvm icon indicating copy to clipboard operation
ref-fvm copied to clipboard

FEVM | Eth Compliance Test | 23-stExtCodeHash | use-case Failures

Open shamb0 opened this issue 2 years ago • 1 comments

Following use-cases are failed.

  • Complete Trace

  • Following use-case are skipped due to transaction.tx empty. Have to re-check on revm

Test ID Use-Case
TID-23-23 extCodeHashInInitCode
  • Hit with error EVM_CONTRACT_UNDEFINED_INSTRUCTION (ExitCode::35)
Test ID Use-Case
TID-23-01 callToNonExistent
TID-23-02 callToSuicideThenExtcodehash
TID-23-03 codeCopyZero
TID-23-05 dynamicAccountOverwriteEmpty
TID-23-09 extCodeHashCALLCODE
TID-23-31 extCodeHashSubcallOOG
  • Hit with error EVM_CONTRACT_ILLEGAL_MEMORY_ACCESS (ExitCode::38)
Test ID Use-Case
TID-23-07 extCodeHashAccountWithoutCode
TID-23-08 extCodeHashCALL
TID-23-15 extCodeHashDELEGATECALL
TID-23-16 extCodeHashDeletedAccount
TID-23-24 extCodeHashMaxCodeSize
TID-23-26 extCodeHashNonExistingAccount
TID-23-30 extCodeHashSTATICCALL

shamb0 avatar Jan 30 '23 13:01 shamb0

=== KO Status ===
Count :: 13

But this again looks like normal errors.

vyzo avatar Feb 10 '23 18:02 vyzo