bug(cheatcodes
): calling eth_getTransactionByHash
with rpc
cheatcode failed
#7858
Closed
2 tasks done
Labels
Milestone
Component
Forge
Have you ensured that all of these are up to date?
What version of Foundry are you on?
forge 0.2.0 (aa333c6 2024-05-05T00:18:50.527833809Z)
What command(s) is the bug in?
forge test
Operating System
Linux
Describe the bug
When I call
eth_getTransactionByHash
withrpc
cheatcode, always got an error[Revert] panic: memory allocation error (0x41)
.A minimal reproducible example is the following:
The execution result of
forge test
is the following:The
forge config
isThe text was updated successfully, but these errors were encountered: