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
I think the issue comes from the a missing implementation of the Call trait for ScrollEthApi. You can find the equivalent implementation for OpEthApihere. You need to implement the Call trait in a similar fashion as Optimism and set the scroll field of the TxEnv to the correct value.
Describe the bug
Call scroll-reth
eth_estimateGas
, the API report an errorSteps to reproduce
feat/scroll-rpc1
eth_estimateGas
Node logs
Platform(s)
Mac (Apple Silicon)
Container Type
Not running in a container
What version/commit are you on?
#136
What database version are you on?
dev
Which chain / network are you on?
dev
What type of node are you running?
Archive (default)
What prune config do you use, if any?
No response
If you've built Reth from source, provide the full command you used
RUST_LOG=debug cargo run --bin scroll-reth --features "scroll,skip-state-root-validation" --manifest-path crates/scroll/bin/scroll-reth/Cargo.toml -- node --chain scroll-mainnet --debug.tip 0x6f2012d9a1bf955bd768b2626ab5f10dd0b31535c47502eeb630138fc19942de --http --http.addr 0.0.0.0 --http.port 8545 --http.api all --datadir ./datadir
Code of Conduct
The text was updated successfully, but these errors were encountered: