Releases: OpenZeppelin/openzeppelin-upgrades
Releases · OpenZeppelin/openzeppelin-upgrades
@openzeppelin/[email protected]
- Fix an error in the
unsafeAllowCustomTypes
flag that would cause other storage layout incompatibilities to be ignored. (#259)
Users of this flag are advised to update to this version.
More details in the announcement post.
@openzeppelin/[email protected]
- Fix an error in the
unsafeAllowCustomTypes
flag that would cause other storage layout incompatibilities to be ignored. (#259)
Users of this flag are advised to update to this version.
More details in the announcement post.
@openzeppelin/[email protected]
- Fix a bug that prevented some solc errors from reaching the console. (#253)
@openzeppelin/[email protected]
- Fix a problem in deployment logic when used with Hyperledger Besu. (#244)
@openzeppelin/[email protected]
- Add
admin
to the TypeScript type forhre.upgrades
.
@openzeppelin/[email protected]
- Add
silenceWarnings
to emit a single warning and silence all subsequent ones. (#228)
@openzeppelin/[email protected]
- Add
silenceWarnings
to emit a single warning and silence all subsequent ones. (#228)
@openzeppelin/[email protected]
- Allow ommitting
args
indeployProxy
when it's an empty array.
@openzeppelin/[email protected]
- Allow ommitting
args
indeployProxy
when it's an empty array.
@openzeppelin/[email protected]
- Fix spurious "Artifacts are from different compiler runs" error when using dependencies through
artifacts.require
. (#225)