-
Notifications
You must be signed in to change notification settings - Fork 574
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
support ganache v7 #1406
Comments
It works fine for me. After the update the ganache-cli command still exists but shows version 0.7. I notice a problem with it though: To get the error below I tested a solidity onlyOwner function with a non-owner account and with pytest.raises(exceptions.VirtualMachineError). The workaround is to use AttributeError instead
|
Forking a network with ganache v7 also currently does not work. Looks like they changed |
@felixsc1 could it be that this is due to |
I found this PR which should address this issue: #1410 |
Support for ganache v7 is added in the |
Environment information
brownie
Version: 1.17.0ganache-cli
ganache
Version: 7.0.0What was wrong?
How can it be fixed?
obviously starting v7
ganache-cli
got renamed toganache
, but i do not know if there are any other breaking changes. there is an official upgrade guide here: https://github.com/trufflesuite/ganache/blob/develop/UPGRADE-GUIDE.mdThe text was updated successfully, but these errors were encountered: