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
Expected behavior:
Expected gas output should be 0x4b1457b, the current implementation calculates 0x1310bb. Main difference comes from the fact that we do not apply the gas cap calculation for a call opcode.
make setup
make fetch-dump
make target=gas_d0g0v0_Shanghai ef-test
Failing output should be:
[!] Case ~/code/rust/ef-tests/crates/ef-testing/ethereum-tests/BlockchainTests/GeneralStateTests/VMTests/vmIOandFlowOperations/gas.json failed (description: gas): Test failed: failed test gas_d0g0v0_Shanghai: expected storage value 0x0000000000000000000000000000000000000000000000000000000004b1457b, got 0x00000000000000000000000000000000000000000000000000000000001310bb
The text was updated successfully, but these errors were encountered:
Bug Report
Kakarot version: ee6458a
Current behavior:
The gas accounting for the following suite of opcodes is incorrect:
Expected behavior:
Expected gas output should be
0x4b1457b
, the current implementation calculates0x1310bb
. Main difference comes from the fact that we do not apply the gas cap calculation for a call opcode.Steps to reproduce:
Failing output should be:
The text was updated successfully, but these errors were encountered: