mirror of
https://github.com/status-im/nimbus-eth1.git
synced 2025-01-12 05:14:14 +00:00
Enable test_tracer_json (#2326)
This commit is contained in:
parent
db8c5b90bd
commit
4497b5f4f1
@ -19,7 +19,7 @@ cliBuilder:
|
||||
./test_genesis,
|
||||
./test_precompiles,
|
||||
./test_generalstate_json,
|
||||
#./test_tracer_json,
|
||||
./test_tracer_json,
|
||||
#./test_persistblock_json, -- fails
|
||||
#./test_rpc, -- fails
|
||||
./test_filters,
|
||||
|
4
tests/fixtures/TracerTests/block46402.json
vendored
4
tests/fixtures/TracerTests/block46402.json
vendored
@ -283,7 +283,7 @@
|
||||
"0000000000000000000000000000000000000000000000000000000000000000",
|
||||
"0000000000000000000000000000000000000000000000000000000000000060"
|
||||
],
|
||||
"error": "Opcode Dispatch Error: Out of gas: Needed 20000 - Remaining 412 - Reason: SSTORE, depth=1",
|
||||
"error": "Opcode Dispatch Error: OutOfGas, depth=1",
|
||||
"gasCost": 0
|
||||
}
|
||||
],
|
||||
@ -705,7 +705,7 @@
|
||||
"0000000000000000000000000000000000000000000000000000000000000000",
|
||||
"0000000000000000000000000000000000000000000000000000000000000060"
|
||||
],
|
||||
"error": "Opcode Dispatch Error: Out of gas: Needed 20000 - Remaining 412 - Reason: SSTORE, depth=1",
|
||||
"error": "Opcode Dispatch Error: OutOfGas, depth=1",
|
||||
"gasCost": 0
|
||||
}
|
||||
]
|
||||
|
Loading…
x
Reference in New Issue
Block a user