Skip to content

Releases: OpenZeppelin/openzeppelin-upgrades

@openzeppelin/[email protected]

03 Jul 19:58
542818d
Compare
Choose a tag to compare
  • 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"

@openzeppelin/[email protected]

21 May 14:51
2f26508
Compare
Choose a tag to compare
  • Fix Missing initializer calls error when initializer name ends with _unchained (#1161)

@openzeppelin/[email protected]

14 Apr 14:36
9836884
Compare
Choose a tag to compare
  • Validate Solidity custom storage layouts, use proxies from OpenZeppelin Contracts 5.3.0. (#1144)

@openzeppelin/[email protected]

11 Apr 20:39
5e0cc33
Compare
Choose a tag to compare
  • Add Sonic network to manifest file names. (#1146)
  • Support annotation to validate functions as initializers. (#1148)

@openzeppelin/[email protected]

19 Mar 20:33
1afeb91
Compare
Choose a tag to compare
  • Fix ASTDereferencerError for additional scenario when validating initializers. (#1137)

@openzeppelin/[email protected]

24 Jan 18:46
696e20f
Compare
Choose a tag to compare
  • Fix ASTDereferencerError when validating initializers. (#1118)

@openzeppelin/[email protected]

23 Jan 14:22
19b866c
Compare
Choose a tag to compare
  • Update dependencies. (#1096)
  • Detect issues in parent initializer calls. (#1095)

@openzeppelin/[email protected]

13 Jan 21:31
84bd878
Compare
Choose a tag to compare
  • Update Defender SDK to v2.1.0, set Hardhat origin for Defender deployments. (#1111)

@openzeppelin/[email protected]

20 Dec 04:50
451d217
Compare
Choose a tag to compare
  • Support TypeChain in deployProxy, upgradeProxy, deployBeaconProxy, and defender.deployContract. (#1099)

@openzeppelin/[email protected]

05 Dec 21:00
1824f94
Compare
Choose a tag to compare
  • Add proxyFactory and deployFunction options which can be used to deploy a custom proxy contract. (#1104)