Update dependency @openzeppelin/hardhat-upgrades to v3 #81
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.16.1
->^3.0.0
Release Notes
OpenZeppelin/openzeppelin-upgrades (@openzeppelin/hardhat-upgrades)
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
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)hardhat-verify
for proxy verification. (#829)Breaking changes
This new major version requires
ethers
v6 and@nomicfoundation/hardhat-ethers
v3 as peer dependencies.For Etherscan verification, it also requires
@nomicfoundation/hardhat-verify
.How to update from a previous version
Update your existing project according to Hardhat Toolbox v3's release notes.
Then update this plugin, for example:
npm install @​openzeppelin/hardhat-upgrades@latest
v1.28.0
Compare Source
walletId
option torelayerId
for OpenZeppelin Platform deployments. Update dependencies. (#806)Note: OpenZeppelin Platform is in beta and its functionality is subject to change.
v1.27.0
Compare Source
salt
option for deployments on OpenZeppelin Platform. (#799)redeployImplementation
option, deprecateuseDeployedImplementation
. (#804)Note: OpenZeppelin Platform is in beta and its functionality is subject to change.
v1.26.0
Compare Source
Note: Some OpenZeppelin Platform functions have breaking changes since the previous release. See (#791) for details. OpenZeppelin Platform is in beta and its functionality is subject to change.
v1.25.3
Compare Source
v1.25.2
Compare Source
v1.25.1
Compare Source
platform.deployContract
. (#793)v1.25.0
Compare Source
Note: OpenZeppelin Platform is in beta and its functionality is subject to change.
v1.24.0
Compare Source
admin
functions. (#784)v1.23.1
Compare Source
verify
to fall back to hardhat-etherscan if proxy bytecode does not match. (#752)v1.23.0
Compare Source
prepareUpgrade
from an implementation address. (#777)v1.22.1
Compare Source
v1.22.0
Compare Source
verify
to verify beacons. (#695)v1.21.0
Compare Source
v1.20.1
Compare Source
verify:verify
subtask from hardhat-etherscan. (#619)Breaking change: To verify a proxy on Etherscan programmatically from a Hardhat script, call
verify:verify
instead ofverify
:v1.20.0
Compare Source
v1.19.1
Compare Source
debug
andethers
. (#600)upgradeProxy
. (#604)v1.19.0
Compare Source
proposeUpgrade
. (#554)v1.18.3
Compare Source
v1.18.2
Compare Source
verify
to be compatible with latest version of hardhat-etherscan. (#592)v1.18.1
Compare Source
v1.18.0
Compare Source
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by Mend Renovate. View repository job log here.