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
Like with the bug mentioned in the beginning, if I add the prefix RUST_LOG=forge=trace,foundry_evm=trace,ethers=trace to my original command forget test -m $FUNC -vvv, I can see all the RPC requests being done.
And also, like in that bug, adding a specific sender with targetSender(address) or the fuzz runs don't solve the issue.
The text was updated successfully, but these errors were encountered:
Component
Forge
Have you ensured that all of these are up to date?
What version of Foundry are you on?
forge 0.2.0 (97f070f 2023-03-17T09:30:30.350509Z)
What command(s) is the bug in?
No response
Operating System
macOS (Intel)
Describe the bug
Like #4656 , forge hangs when running tests against a fork. This time is when using
stdstore
tofind
the storage slot of a struct variable.Like with the bug mentioned in the beginning, if I add the prefix
RUST_LOG=forge=trace,foundry_evm=trace,ethers=trace
to my original commandforget test -m $FUNC -vvv
, I can see all the RPC requests being done.And also, like in that bug, adding a specific sender with
targetSender(address)
or the fuzz runs don't solve the issue.The text was updated successfully, but these errors were encountered: