Francisco Giordano
Francisco Giordano
We don't have a function called `verifyUpgrade`. Do you mean `validateUpgrade`?
Are you sure that it is necessary to pass `constructorArgs` for `validateUpgrade` to work correctly?
Reported again in https://github.com/OpenZeppelin/openzeppelin-upgrades/issues/289.
The plugin needs a writable file system at the moment.
I'm not able to reproduce this. When I run the bytecode you shared through the function, it doesn't trigger the error. Please share the Solidity code that causes this.
Can you share your Solidity files or a repository where we can reproduce the problem? Also try `hardhat compile --force`.
We don't offer an out of the box way to get this information. A relatively easy option is to write the addresses manually in a JSON file and then retrieve...
@Magicking Do you have a preferred way of handling this for non-upgradeable contracts?
The Truffle fix doesn't really work because of what I explained in https://github.com/trufflesuite/truffle/issues/3167#issuecomment-658450445. Ideally we send Truffle a PR to fix it before our announcement. It's not a big deal...
We should definitely do that if it's available. How did you hear that it's available now? Can you provide a reference?