Releases: OpenZeppelin/openzeppelin-upgrades
Releases · OpenZeppelin/openzeppelin-upgrades
@openzeppelin/[email protected]
- Support contract verification via etherscan V2 API. (#1166)
- Potentially breaking changes: Changes peer dependencies to the following:
"@nomicfoundation/hardhat-ethers": "^3.0.6"
"@nomicfoundation/hardhat-verify": "^2.0.14"
"hardhat": "^2.24.1"
- Potentially breaking changes: Changes peer dependencies to the following:
@openzeppelin/[email protected]
- Fix
Missing initializer calls
error when initializer name ends with_unchained
(#1161)
@openzeppelin/[email protected]
- Validate Solidity custom storage layouts, use proxies from OpenZeppelin Contracts 5.3.0. (#1144)
@openzeppelin/[email protected]
@openzeppelin/[email protected]
- Fix
ASTDereferencerError
for additional scenario when validating initializers. (#1137)
@openzeppelin/[email protected]
- Fix
ASTDereferencerError
when validating initializers. (#1118)
@openzeppelin/[email protected]
@openzeppelin/[email protected]
- Update Defender SDK to v2.1.0, set Hardhat origin for Defender deployments. (#1111)
@openzeppelin/[email protected]
- Support TypeChain in
deployProxy
,upgradeProxy
,deployBeaconProxy
, anddefender.deployContract
. (#1099)
@openzeppelin/[email protected]
- Add
proxyFactory
anddeployFunction
options which can be used to deploy a custom proxy contract. (#1104)