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
I'm trying to deploy an upgradable vyper contract, and to check if the implementation of this contract is safe before deployment. But when i run the validateImplementation with the ethers.ContractFactory associated to my vyper contract i have this error:
Error: The requested contract was not found. Make sure the source code is available for compilation
There is an option for vyper contracts, or it's simply not available with the plugin ? (seems that it only target .sol contract)
The text was updated successfully, but these errors were encountered:
Vyper contracts are not currently supported with the plugins. The Vyper compiler's output format and storage layout description are different than Solidity's.
If anyone would like to see this supported with the plugins, feel free to comment further and let us know what use cases you are interested in (e.g. proxy deployments and/or upgrade safety validations).
ericglau
changed the title
validateImplementation for Vyper contract doesn't work
Support Vyper contracts
Jun 28, 2023
I'm trying to deploy an upgradable vyper contract, and to check if the implementation of this contract is safe before deployment. But when i run the validateImplementation with the ethers.ContractFactory associated to my vyper contract i have this error:
There is an option for vyper contracts, or it's simply not available with the plugin ? (seems that it only target .sol contract)
The text was updated successfully, but these errors were encountered: