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
Current behavior:
The envInfo test fail on the first test. This is due to a missing post state value corresponding to the coinbase address. It looks like the post state of the test takes into account any transfer of fees done to the coinbase address.
Expected behavior:
Test should pass for the envInfo which is currently under test (which doesn't concern the coinbase).
make setup
make fetch-dump
make target=envInfo_d0g0v0_Shanghai ef-test
Failing output should be:
[!] Case /Users/greg/code/rust/ef-tests/crates/ef-testing/ethereum-tests/BlockchainTests/GeneralStateTests/VMTests/vmTests/envInfo.json failed:
Test failed: missing evm address 0x2adc25665018aa1fe0e6bc666dac8fc2697ff9ba in post state storage
The text was updated successfully, but these errors were encountered:
Bug Report
Kakarot version: ee6458a
Current behavior:
The
envInfo
test fail on the first test. This is due to a missing post state value corresponding to the coinbase address. It looks like the post state of the test takes into account any transfer of fees done to the coinbase address.Expected behavior:
Test should pass for the envInfo which is currently under test (which doesn't concern the coinbase).
Steps to reproduce:
Failing output should be:
The text was updated successfully, but these errors were encountered: