ethereum / ethereum/execution-apis

Methods (e.g. `eth_call`, `eth_getStorageAt`) don't take transactionIndex, only blockNumber

Open
#466 1 comment 0 reactions 0 assignees View on GitHub
Dominant language
Io
Stars
1.1k
Forks
530
Avg merge
5d 8h
Merged PRs (30d)
9

Description

I don't know how hard this would be for implementers to support, but it would be nice to be able to simulate after e.g. the second transaction in a block.

Workaround is for the user to handle it: make a mainnet fork at height N, download block N+1, and then replay the first k transactions before doing analysis.

Well, maybe it could be a non-standard/optional feature like how some providers have nonstandard trace_* and debug_* methods.

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.