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
If you only have astar-90_evm_tracing_runtime.compact.compressed.wasm, it will only work for transactions which were submitted since the astar-90 upgrade.
If you're tracing an older transaction, you need to have runtime appropriate for that block.
Ideally, your /data/wasm folder would contain all of the astar wasm blobs with tracing API enabled.
I want to run a tracing node for astar mainnet. I also encountered the
Runtime api version call failed (trace)
error like #905dockerfile:
here is my docker command:
When I run debug_traceTransaction, it returns the following:
i used
astar-90_evm_tracing_runtime.compact.compressed.wasm
wasm file to override.could you pls help me check this? thanks!
The text was updated successfully, but these errors were encountered: