-
Notifications
You must be signed in to change notification settings - Fork 704
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[FAIL. Reason: revert: INITIALIZATION_FAILED] #1060
Comments
Looks like it's coming from a failed
... and I could be even a totally unrelated bug caused by me 😬 |
Right, this seems like it might be an user bug as this comes from solmate—mind if we take this to the foundry telegram chat so we or other people can help you? This way we keep the issue tracker clean. Thanks! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I have some strange errors
[FAIL. Reason: revert: INITIALIZATION_FAILED]
and nowhere I can find/google some information about it.I have a factory deploying a ERC20 (actually xERC20 token), working fine so far, made some changes which should not affect this code (replaced Ownable with AccessControl)
It looks like these errors may not have much to do with the code or show up at least asynchronously.
Like, I have this simple test
If I run unit and e2e tests, this error shows up between the two (apparently successful) tests ... and also in later tests.
If I just run the unit tests , at least the two simple tests run fine ... (No
[FAIL. Reason: revert: INITIALIZATION_FAILED]
messages between these two tests).The text was updated successfully, but these errors were encountered: