Skip to content

debug_traceCall The returned result is inconsistent with op-geth #234

@rayn316

Description

@rayn316

System information

Erigon version: erigon version 0.08.0-unstable

OS & Version: Linux

Commit hash:

Erigon Command (with flags/config):

Consensus Layer:

Consensus Layer Command (with flags/config):

Chain/Network:

Expected behaviour

Actual behaviour

Execute the request and compare the result returned by op-geth. The gas value returned is much less than the official one.
Normal situation should be the same

curl --location --request POST '127.0.0.1:8545' \
--header 'Content-Type: application/json' \
--data-raw '{"method":"debug_traceCall","params":[{"from":"0xdeaddeaddeaddeaddeaddeaddeaddeaddead0001","to":"0x4200000000000000000000000000000000000015","data":"0x"}, "latest"],"id":1,"jsonrpc":"2.0"}'

The result returned by erigon is on the right side of the figure.
image

Steps to reproduce the behaviour

Backtrace

[backtrace]

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions