Release v5.2.0 (#5419)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: Ernesto García <ernestognw@gmail.com> Co-authored-by: Hadrien Croubois <hadrien.croubois@gmail.com>release-v5.2 v5.2.0
parent
6c10bab3cc
commit
acd4ff74de
@ -1,5 +0,0 @@ |
|||||||
--- |
|
||||||
'openzeppelin-solidity': minor |
|
||||||
--- |
|
||||||
|
|
||||||
`Address`: bubble up revert data on `sendValue` failed call |
|
@ -1,5 +0,0 @@ |
|||||||
--- |
|
||||||
'openzeppelin-solidity': minor |
|
||||||
--- |
|
||||||
|
|
||||||
`Strings`: Add `parseUint`, `parseInt`, `parseHexUint` and `parseAddress` to parse strings into numbers and addresses. Also provide variants of these functions that parse substrings, and `tryXxx` variants that do not revert on invalid input. |
|
@ -1,5 +0,0 @@ |
|||||||
--- |
|
||||||
"openzeppelin-solidity": minor |
|
||||||
--- |
|
||||||
|
|
||||||
`Clones`: Add `cloneWithImmutableArgs` and `cloneDeterministicWithImmutableArgs` variants that create clones with per-instance immutable arguments. The immutable arguments can be retrieved using `fetchCloneArgs`. The corresponding `predictDeterministicWithImmutableArgs` function is also included. |
|
@ -1,5 +0,0 @@ |
|||||||
--- |
|
||||||
'openzeppelin-solidity': patch |
|
||||||
--- |
|
||||||
|
|
||||||
`VotesExtended`: Create an extension of `Votes` which checkpoints balances and delegates. |
|
@ -1,5 +0,0 @@ |
|||||||
--- |
|
||||||
'openzeppelin-solidity': minor |
|
||||||
--- |
|
||||||
|
|
||||||
`CAIP2` and `CAIP10`: Add libraries for formatting and parsing CAIP-2 and CAIP-10 identifiers. |
|
@ -1,5 +0,0 @@ |
|||||||
--- |
|
||||||
'openzeppelin-solidity': minor |
|
||||||
--- |
|
||||||
|
|
||||||
`Packing`: Add variants for packing `bytes10` and `bytes22` |
|
@ -1,5 +0,0 @@ |
|||||||
--- |
|
||||||
'openzeppelin-solidity': minor |
|
||||||
--- |
|
||||||
|
|
||||||
`NoncesKeyed`: Add a variant of `Nonces` that implements the ERC-4337 entrypoint nonce system. |
|
@ -1,5 +0,0 @@ |
|||||||
--- |
|
||||||
'openzeppelin-solidity': patch |
|
||||||
--- |
|
||||||
|
|
||||||
`GovernorCountingOverridable`: Add a governor counting module that enables token holders to override the vote of their delegate. |
|
@ -1,22 +0,0 @@ |
|||||||
{ |
|
||||||
"mode": "exit", |
|
||||||
"tag": "rc", |
|
||||||
"initialVersions": { |
|
||||||
"openzeppelin-solidity": "5.1.0" |
|
||||||
}, |
|
||||||
"changesets": [ |
|
||||||
"eighty-hounds-promise", |
|
||||||
"four-chairs-help", |
|
||||||
"great-lions-hear", |
|
||||||
"healthy-books-shout", |
|
||||||
"hot-shrimps-wait", |
|
||||||
"lovely-dodos-lay", |
|
||||||
"pink-wasps-hammer", |
|
||||||
"proud-planes-arrive", |
|
||||||
"seven-donkeys-tap", |
|
||||||
"seven-insects-taste", |
|
||||||
"small-seahorses-bathe", |
|
||||||
"tricky-bats-pretend", |
|
||||||
"weak-roses-bathe" |
|
||||||
] |
|
||||||
} |
|
@ -1,5 +0,0 @@ |
|||||||
--- |
|
||||||
'openzeppelin-solidity': minor |
|
||||||
--- |
|
||||||
|
|
||||||
`Bytes`: Add a library of common operations that operate on `bytes` objects. |
|
@ -1,5 +0,0 @@ |
|||||||
--- |
|
||||||
'openzeppelin-solidity': patch |
|
||||||
--- |
|
||||||
|
|
||||||
Update some pragma directives to ensure that all file requirements match that of the files they import. |
|
@ -1,5 +0,0 @@ |
|||||||
--- |
|
||||||
'openzeppelin-solidity': patch |
|
||||||
--- |
|
||||||
|
|
||||||
`ERC7579Utils`: Add ABI decoding checks on calldata bounds within `decodeBatch` |
|
@ -1,5 +0,0 @@ |
|||||||
--- |
|
||||||
'openzeppelin-solidity': minor |
|
||||||
--- |
|
||||||
|
|
||||||
`ERC7579Utils`: Add a reusable library to interact with ERC-7579 modular accounts |
|
@ -1,5 +0,0 @@ |
|||||||
--- |
|
||||||
'openzeppelin-solidity': minor |
|
||||||
--- |
|
||||||
|
|
||||||
`ERC1363Utils`: Add helper similar to the existing `ERC721Utils` and `ERC1155Utils` |
|
@ -1,5 +0,0 @@ |
|||||||
--- |
|
||||||
'openzeppelin-solidity': minor |
|
||||||
--- |
|
||||||
|
|
||||||
`ERC4337Utils`: Add a reusable library to manipulate user operations and interact with ERC-4337 contracts |
|
@ -1,7 +1,7 @@ |
|||||||
name: contracts |
name: contracts |
||||||
title: Contracts |
title: Contracts |
||||||
version: 5.x-rc |
version: 5.x |
||||||
prerelease: true |
prerelease: false |
||||||
nav: |
nav: |
||||||
- modules/ROOT/nav.adoc |
- modules/ROOT/nav.adoc |
||||||
- modules/api/nav.adoc |
- modules/api/nav.adoc |
||||||
|
Loading…
Reference in new issue