Skip to content

Commit a60baa2

Browse files
Release v5.4.0 (rc) (#5759)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 85cc62b commit a60baa2

File tree

12 files changed

+16
-10
lines changed

12 files changed

+16
-10
lines changed

.changeset/pre.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
"openzeppelin-solidity": "5.3.0"
66
},
77
"changesets": [
8+
"all-geese-stand",
89
"clean-ways-push",
910
"fine-frogs-bake",
1011
"full-ways-help",

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Changelog
22

3+
4+
## 5.4.0-rc.1 (2025-06-20)
5+
6+
- Add constructors to the different signers.
7+
38
## 5.4.0-rc.0 (2025-06-18)
49

510
### Breaking changes

contracts/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@openzeppelin/contracts",
33
"description": "Secure Smart Contract library for Solidity",
4-
"version": "5.4.0-rc.0",
4+
"version": "5.4.0-rc.1",
55
"files": [
66
"**/*.sol",
77
"/build/contracts/*.json",

contracts/utils/cryptography/signers/MultiSignerERC7913.sol

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// SPDX-License-Identifier: MIT
2-
// OpenZeppelin Contracts (last updated v5.4.0-rc.0) (utils/cryptography/signers/MultiSignerERC7913.sol)
2+
// OpenZeppelin Contracts (last updated v5.4.0-rc.1) (utils/cryptography/signers/MultiSignerERC7913.sol)
33

44
pragma solidity ^0.8.26;
55

contracts/utils/cryptography/signers/MultiSignerERC7913Weighted.sol

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// SPDX-License-Identifier: MIT
2-
// OpenZeppelin Contracts (last updated v5.4.0-rc.0) (utils/cryptography/signers/MultiSignerERC7913Weighted.sol)
2+
// OpenZeppelin Contracts (last updated v5.4.0-rc.1) (utils/cryptography/signers/MultiSignerERC7913Weighted.sol)
33

44
pragma solidity ^0.8.27;
55

contracts/utils/cryptography/signers/SignerECDSA.sol

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// SPDX-License-Identifier: MIT
2-
// OpenZeppelin Contracts (last updated v5.4.0-rc.0) (utils/cryptography/signers/SignerECDSA.sol)
2+
// OpenZeppelin Contracts (last updated v5.4.0-rc.1) (utils/cryptography/signers/SignerECDSA.sol)
33

44
pragma solidity ^0.8.20;
55

contracts/utils/cryptography/signers/SignerERC7913.sol

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// SPDX-License-Identifier: MIT
2-
// OpenZeppelin Contracts (last updated v5.4.0-rc.0) (utils/cryptography/signers/SignerERC7913.sol)
2+
// OpenZeppelin Contracts (last updated v5.4.0-rc.1) (utils/cryptography/signers/SignerERC7913.sol)
33

44
pragma solidity ^0.8.24;
55

contracts/utils/cryptography/signers/SignerP256.sol

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// SPDX-License-Identifier: MIT
2-
// OpenZeppelin Contracts (last updated v5.4.0-rc.0) (utils/cryptography/signers/SignerP256.sol)
2+
// OpenZeppelin Contracts (last updated v5.4.0-rc.1) (utils/cryptography/signers/SignerP256.sol)
33

44
pragma solidity ^0.8.20;
55

contracts/utils/cryptography/signers/SignerRSA.sol

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// SPDX-License-Identifier: MIT
2-
// OpenZeppelin Contracts (last updated v5.4.0-rc.0) (utils/cryptography/signers/SignerRSA.sol)
2+
// OpenZeppelin Contracts (last updated v5.4.0-rc.1) (utils/cryptography/signers/SignerRSA.sol)
33

44
pragma solidity ^0.8.20;
55

contracts/utils/cryptography/verifiers/ERC7913P256Verifier.sol

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// SPDX-License-Identifier: MIT
2-
// OpenZeppelin Contracts (last updated v5.4.0-rc.0) (utils/cryptography/verifiers/ERC7913P256Verifier.sol)
2+
// OpenZeppelin Contracts (last updated v5.4.0-rc.1) (utils/cryptography/verifiers/ERC7913P256Verifier.sol)
33

44
pragma solidity ^0.8.20;
55

0 commit comments

Comments
 (0)