Eric Lau
Eric Lau
`Upgrades.upgradeProxy` consists of two separate calls: one to deploy the new implementation, and another to upgrade the proxy to use that new implementation. It looks like the error is occurring...
Closing as described above. Feel free to reopen if needed.
Related to https://github.com/OpenZeppelin/openzeppelin-upgrades/pull/535. As that PR hasn't had recent activity, this may be open to contribution if anyone is interested in picking it up.
Fixed by #1099 and available in [@openzeppelin/[email protected]](https://github.com/OpenZeppelin/openzeppelin-upgrades/releases/tag/%40openzeppelin%2Fhardhat-upgrades%403.8.0)
The option `importsNotUsedAsValues` is deprecated and no longer supported in the latest versions of TypeScript v5. This project previously used `"importsNotUsedAsValues": "error"` but needs to be removed. The recommended alternative...
Requires https://github.com/OpenZeppelin/contracts-wizard/pull/381 Closing since this should be part of #381
Deploying with create2 requires a factory contract. It doesn't seem possible to just broadcast a create2 call directly from a script. Using create2 with Defender is recommended because Defender keeps...
Hi @mrscottyrose, thanks a lot for your efforts here. However, from reviewing the proposed changes for these NatSpec descriptions, we’ve determined that these may not be beneficial for users, and...
Related discussion: https://github.com/OpenZeppelin/openzeppelin-upgrades/issues/1126 @geolffreym If you are still encountering this issue, would you be able to share the following? - Output of `forge --version` - Which version of `openzeppelin-foundry-upgrades` you...
Thanks for reporting. This appears to be an issue in the Hardhat Upgrades plugin, and we will look into resolving this. However, note that your example appears to be incorrect...