-
Notifications
You must be signed in to change notification settings - Fork 1.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
bug(cast run
): cast
does not select correct hardfork for given transaction
#8446
Comments
Looks like this is related to When running |
cast
does not select correct hardfork for given transaction
Thanks! And I wonder: maybe stupid Q: curl -X POST https://rpc.ankr.com/eth -d '{"jsonrpc":"2.0","method":"trace_transaction","params":["0x6b5ca68eb4c4b38690ec12ba9f85409b618759646e50ab53b28f9d67f74978fc"],"id":1}' there’s only 8 traces of the tx missing the trace of calling the 0x4 precompile contract. curl 'archive rpc url' \
-X POST \
-H "Content-Type: application/json" \
--data '{"method":"debug_traceTransaction","params":["0x6b5ca68eb4c4b38690ec12ba9f85409b618759646e50ab53b28f9d67f74978fc", {"tracer": "callTracer"}], "id":1,"jsonrpc":"2.0"}' |
cast
does not select correct hardfork for given transactioncast run
): cast
does not select correct hardfork for given transaction
looking to add a warning if the evm version cannot be inferred automatically |
Component
Cast
Have you ensured that all of these are up to date?
What version of Foundry are you on?
forge 0.2.0 (ef62fdb 2024-07-12T00:22:06.894449000Z)
What command(s) is the bug in?
cast run
Operating System
macOS (Apple Silicon)
Describe the bug
but when I use cast run to repro the tx it revert locally.
The text was updated successfully, but these errors were encountered: