fix(deps): update dependency @openzeppelin/hardhat-upgrades to v3 #225
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
^1.22.1
->^3.0.0
Release Notes
OpenZeppelin/openzeppelin-upgrades (@openzeppelin/hardhat-upgrades)
v3.8.0
Compare Source
deployProxy
,upgradeProxy
,deployBeaconProxy
, anddefender.deployContract
. (#1099)v3.7.0
Compare Source
proxyFactory
anddeployFunction
options which can be used to deploy a custom proxy contract. (#1104)v3.6.0
Compare Source
v3.5.0
Compare Source
v3.4.0
Compare Source
Potentially breaking changes
initialOwner
is not a ProxyAdmin contract when deploying a transparent proxy. (#1083)v3.3.0
Compare Source
metadata
option. (#1079)v3.2.1
Compare Source
v3.2.0
Compare Source
defender.proposeUpgrade
from Defender legacy. Defender users should usedefender.proposeUpgradeWithApproval
instead. (#1041)v3.1.1
Compare Source
constructorArgs
option, support arbitrary constructor arguments. (#1029)v3.1.0
Compare Source
licenseType
andskipLicenseType
options. (#1013)Breaking changes
// SPDX-License-Identifier: UNLICENSED
according to Solidity docs, or set thelicenseType
option to"None"
.v3.0.5
Compare Source
admin.transferProxyAdminOwnership
. (#978)v3.0.4
Compare Source
v3.0.3
Compare Source
v3.0.2
Compare Source
v3.0.1
Compare Source
txOverrides
option with Defender. (#951)v3.0.0
Compare Source
This is a major version of the Hardhat Upgrades plugin that contains breaking changes. Please review the changes below.
This version deploys proxy contracts from OpenZeppelin Contracts 5.0, and no longer supports deploying proxy contracts from OpenZeppelin Contracts 4.x. However, it still supports importing and/or managing existing proxies that were deployed from previous versions.
If you are using Hardhat Verify, this plugin now requires Hardhat Verify 2.0.0 or higher.
Summary
initialOwner
option when deploying a transparent proxy or beacon. If not set, the externally owned account used during deployment will be the default owner for the transparent proxy's admin or the beacon, respectively.@nomicfoundation/hardhat-verify
to v2.0.0 or higher. (#937)Breaking changes
deployProxy
,deployBeacon
,deployBeaconProxy
: Deploys proxy contracts from OpenZeppelin Contracts 5.0.deployProxy
:deployProxyAdmin
: Removed, since proxy admins are deployed automatically by transparent proxies.admin.changeProxyAdmin
: Not supported with admins or proxies from OpenZeppelin Contracts 5.0. Only supported for previously deployed admins and proxies from OpenZeppelin Contracts 4.x or below.admin.transferProxyAdminOwnership
: This function no longer uses the proxy admin from the network file. It now requires aproxyAddress
argument to be passed in.@nomicfoundation/hardhat-verify
v1.x and@nomicfoundation/hardhat-toolbox
v3.x are no longer supported with this plugin. If you are using these packages, update them to@nomicfoundation/hardhat-verify
v2.x and@nomicfoundation/hardhat-toolbox
v4.x.v2.5.1
Compare Source
txOverrides
option with Defender. (#951)v2.5.0
Compare Source
defender.getDeployApprovalProcess
anddefender.getUpgradeApprovalProcess
functions. (#934)defender.getDefaultApprovalProcess
function. This function is equivalent todefender.getUpgradeApprovalProcess
.Note: OpenZeppelin Defender deployments is in beta and its functionality is subject to change.
v2.4.3
Compare Source
@openzeppelin/upgrades-core
. (#930)v2.4.2
Compare Source
upgradeProxy
from an implementation that has a fallback function and is not using OpenZeppelin Contracts 5.0. (#926)v2.4.1
Compare Source
Note: OpenZeppelin Defender deployments is in beta and its functionality is subject to change.
v2.4.0
Compare Source
createFactoryAddress
option for Defender deployments. (#920)Note: OpenZeppelin Defender deployments is in beta and its functionality is subject to change.
v2.3.3
Compare Source
v2.3.2
Compare Source
v2.3.1
Compare Source
v2.3.0
Compare Source
v2.2.1
Compare Source
v2.2.0
Compare Source
Note: Functions that were for OpenZeppelin Platform have breaking changes since the previous release and have been renamed for OpenZeppelin Defender. See (#863) for details. OpenZeppelin Defender deployments is in beta and its functionality is subject to change.
v2.1.1
Compare Source
hardhat-verify
. (#857)v2.1.0
Compare Source
txOverrides
option for overriding transaction parameters. (#852)v2.0.2
Compare Source
v2.0.1
Compare Source
v2.0.0
Compare Source
ethers
v6 andhardhat-ethers
v3. (#817)Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.