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
Solidity and end to end tests are currently using randomized blocks which means that it require specific entryKeys to be inserted into the inbox. This is currently done by abusing foundry to overwrite storage slots directly. Remove the force insertion and insert actual messages into the inbox instead.
The text was updated successfully, but these errors were encountered:
Solidity and end to end tests are currently using randomized blocks which means that it require specific entryKeys to be inserted into the inbox. This is currently done by abusing foundry to overwrite storage slots directly. Remove the force insertion and insert actual messages into the inbox instead.
The text was updated successfully, but these errors were encountered: