Transient state
#8655
Replies: 1 comment
-
Hi @0xair I think this will be possible once #8165 has been implemented Let me know if this is still relevant to you |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello. In a contract, there is a modifier that checks which address is stored in a specific transient slot (tstore). I'm trying to test this contract. Is there any way in Foundry tests to bypass this check? MockCall doesn't help because the check is internal. I need something like vm.store, but for transient. Alternatively, how can I bypass a single revert() in the modifier?
Beta Was this translation helpful? Give feedback.
All reactions