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
the silkworm RPC JSON result differs from erigon in the trace error field for opcode CALL at PC 244 (depth 2.
That's due to the check made in call_impl.
The call_impl function returns false We would need to receive also an error string indicating the specific reason for the OOG error.
Calling
the silkworm RPC JSON result differs from erigon in the trace error field for opcode CALL at PC 244 (depth 2.
That's due to the check made in call_impl.
The
call_impl
function returns false We would need to receive also an error string indicating the specific reason for the OOG error.Current JSON result:
Expected JSON result:
The related integration tests are test_62, test_74, test_75
The text was updated successfully, but these errors were encountered: