Implement go-ethereum "debug_" endpoints #260

Open
opened 2023-10-19 17:44:51 +00:00 by i-norden · 1 comment
Member

We want to implement the "debug_" namespace methods from go-ethereum. Using ipld-eth-statedb in some cases this ought to be as straight forward as copying over the existing go-ethereum code and inserting said ipld-eth-statedb.StateDB in place of the normal geth state.StateDB.

We want to implement the "debug_" namespace methods from go-ethereum. Using [ipld-eth-statedb](https://github.com/cerc-io/ipld-eth-statedb) in some cases this ought to be as straight forward as copying over the existing go-ethereum code and inserting said ipld-eth-statedb.StateDB in place of the normal geth state.StateDB.
Author
Member

The two "debug_" endpoints we want to support are:

"debug_traceCall"
"debug_traceBlock"

The two "debug_" endpoints we want to support are: "debug_traceCall" "debug_traceBlock"
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: cerc-io/ipld-eth-server#260