Enable test_tracer_json (#2326)

This commit is contained in:
andri lim 2024-06-08 18:36:51 +07:00 committed by GitHub
parent db8c5b90bd
commit 4497b5f4f1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 3 additions and 3 deletions

View File

@ -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,

View File

@ -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
}
]