Skip to content

Commit 975480d

Browse files
Transpile a60baa22c
1 parent dad727e commit 975480d

11 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: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@openzeppelin/contracts-upgradeable",
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",
@@ -30,6 +30,6 @@
3030
},
3131
"homepage": "https://openzeppelin.com/contracts/",
3232
"peerDependencies": {
33-
"@openzeppelin/contracts": "5.4.0-rc.0"
33+
"@openzeppelin/contracts": "5.4.0-rc.1"
3434
}
3535
}

contracts/utils/cryptography/signers/MultiSignerERC7913Upgradeable.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/MultiSignerERC7913WeightedUpgradeable.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/SignerECDSAUpgradeable.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/SignerERC7913Upgradeable.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/SignerP256Upgradeable.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/SignerRSAUpgradeable.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

package.json

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

0 commit comments

Comments
 (0)