Foundry panics after executing 3 transactions using transact
on a forked state
#7481
Closed
2 tasks done
Labels
T-bug
Type: bug
Component
Forge
Have you ensured that all of these are up to date?
What version of Foundry are you on?
forge 0.2.0 (7922fd5 2024-02-04T20:07:05.638459000Z)
What command(s) is the bug in?
forge test
Operating System
macOS (Apple Silicon)
Describe the bug
I use this simple test to get token balances from a forked state. When I run
forge test --mc ForkSimulate -vvvvv
the test panics after executing the first three transactions. The output isAfter sending my question on Telegram, I also found that the test runs correctly if I remove the last three lines. I am not a Solidity expert; this might be a trivial mistake in my test. Any help would be appreciated.
The text was updated successfully, but these errors were encountered: