gakonst / ethers-rs

Complete Ethereum & Celo library and wallet implementation in Rust. https://docs.rs/ethers

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Allow blockoverrieds for `debug_traceCall`

lakshya-sky opened this issue · comments

Right now it is not possible to override block params in the trace call using ethers.rs while Geth has support for it.

See ethereum/go-ethereum#24871