Skip to content

Commit 394d21a

Browse files
committed
Update 2025-09 - Force cardano-signer minVersion 1.27.0
- Forces the scripts to only accept a cardano-signer version 1.27.0 and above because of a critical update about governance metadata canonization - This update includes the cardano-signer 1.27.0 binary
1 parent 85e74b9 commit 394d21a

File tree

5 files changed

+4
-4
lines changed

5 files changed

+4
-4
lines changed

cardano/mainnet/00_common.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -331,7 +331,7 @@ minLedgerCardanoAppVersion=${ENV_MINLEDGERCARDANOAPPVERSION:-"7.1.4"} #minimum
331331
minTrezorCardanoAppVersion="2.7.2" #minimum version for the firmware on the Trezor HW-Wallet
332332
minKeystoneCardanoAppVersion="1.7.7" #minimum version for the firmware on the Keystone HW-Wallet
333333
minHardwareCliVersion="1.18.2" #minimum version for the cardano-hw-cli
334-
minCardanoSignerVersion="1.24.3" #minimum version for the cardano-signer binary
334+
minCardanoSignerVersion="1.27.0" #minimum version for the cardano-signer binary
335335
minCatalystToolboxVersion="0.5.0" #minimum version for the catalyst-toolbox binary
336336

337337
#Defaults - Variables and Constants

cardano/mainnet/cardano-signer

6.67 KB
Binary file not shown.

cardano/mainnet/sha256sum_sposcripts.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
9056b677576b471fbff0a129d95fbf78215caf60fd753f063770440606af4ff6 00_common.sh
1+
b2fde6e865c936ec9670d8139a1958c86c879954df8db2f5ba950f986b1f385a 00_common.sh
22
3f5685d008f29a31085082f72670de881ecb89b7c549b260e1a0771bd6c69ecf 01_claimRewards.sh
33
8f98ef3f0983ed12ba714390b9a528ccf06b41f51dfcd1d52c50d86f038455c8 01_protectKey.sh
44
0bf24a499ccc8f6665cc9b5b2e40f8af3f653656b23cd5e3eb99e27ac9279678 01_queryAddress.sh
@@ -51,4 +51,4 @@ d7d4753a6066fd792d9b46238c4cfe365e0ba342b3bdf891048f8795df8962cd 23d_checkComOn
5151
b7b13da87eeafe5dbd0f0d1810e2f4e69dc02c8c1e0697f8c7847740dc73a4fb bech32
5252
6c5df521e2848c6767f878bbe81a7ec077ff8d1b0dbd01819aea45e1701d5a4a token-metadata-creator
5353
0ae1c4ae68451994edceafc2282af23ef5f1fdd641efb907c769ef135c701e03 catalyst-toolbox
54-
ddaaae54127f006e450cadccde22443d8fdf66339d267d15a5b84ef25affa157 cardano-signer
54+
423ca8e676ba54a62baff377e99ed1ebcd68677ccf8baa44734d1abdf114e42a cardano-signer

cardano/testnet/00_common.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -331,7 +331,7 @@ minLedgerCardanoAppVersion=${ENV_MINLEDGERCARDANOAPPVERSION:-"7.1.4"} #minimum
331331
minTrezorCardanoAppVersion="2.7.2" #minimum version for the firmware on the Trezor HW-Wallet
332332
minKeystoneCardanoAppVersion="1.7.7" #minimum version for the firmware on the Keystone HW-Wallet
333333
minHardwareCliVersion="1.18.2" #minimum version for the cardano-hw-cli
334-
minCardanoSignerVersion="1.24.3" #minimum version for the cardano-signer binary
334+
minCardanoSignerVersion="1.27.0" #minimum version for the cardano-signer binary
335335
minCatalystToolboxVersion="0.5.0" #minimum version for the catalyst-toolbox binary
336336

337337
#Defaults - Variables and Constants

cardano/testnet/cardano-signer

6.67 KB
Binary file not shown.

0 commit comments

Comments
 (0)