You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Governance-Update / CLI 10.2.0 / More accurate voting results
- Multiple changes to scripts 24a_genVote.sh and 24c_queryVote.sh:
* Pool-DefaultVoting behavior via the Pool-Rewards-Account delegation is now taken into account for calculating correct voting results
* Calculating AutoAbstain for inactive dRep-VotingPower is now taken into account for calculating correct voting results
- Node 10.1.4 is now the minimum version (Hotfix-Version)
- CLI 10.2.0 is now the minimum version (adds needed queries)
Copy file name to clipboardexpand all lines: cardano/mainnet/00_common.sh
+11-6
Original file line number
Diff line number
Diff line change
@@ -190,6 +190,8 @@ case "${network,,}" in
190
190
_adahandleAPI="https://api.handle.me"#Adahandle-API URLs -> autoresolve into ${adahandleAPI}
191
191
_catalystAPI="https://api.projectcatalyst.io/api/v1"#Catalyst-API URLs -> autoresolve into ${catalystAPI}
192
192
_lightModeParametersURL="https://uptime.live/data/cardano/parms/mainnet-parameters.json"#Parameters-JSON-File with current informations about cardano-cli version, tip, era, protocol-parameters
_catalystAPI= #Catalyst-API URLs -> autoresolve into ${catalystAPI}
254
256
_lightModeParametersURL="https://uptime.live/data/cardano/parms/sanchonet-parameters.json"#Parameters-JSON-File with current informations about cardano-cli version, tip, era, protocol-parameters
@@ -300,15 +302,15 @@ if [[ "${adahandleAPI: -1}" == "/" ]]; then adahandleAPI=${adahandleAPI%?}; fi #
300
302
if [[ "${magicparam}"==""||${addrformat}==""||${byronToShelleyEpochs}=="" ]];then majorError "The 'magicparam', 'addrformat' or 'byronToShelleyEpochs' is not set!\nOr maybe you have set the wrong parameter network=\"${network}\" ?\nList of preconfigured network-names: ${networknames}";exit 1;fi
301
303
302
304
#Don't allow to overwrite the needed Versions, so we set it after the overwrite part
303
-
minCliVersion="10.1.0"#minimum allowed cli version for this script-collection version
305
+
minCliVersion="10.2.0"#minimum allowed cli version for this script-collection version
304
306
maxCliVersion="99.99.9"#maximum allowed cli version, 99.99.9 = no limit so far
305
-
minNodeVersion="10.1.0"#minimum allowed node version for this script-collection version
307
+
minNodeVersion="10.1.4"#minimum allowed node version for this script-collection version
306
308
maxNodeVersion="99.99.9"#maximum allowed node version, 99.99.9 = no limit so far
307
309
minLedgerCardanoAppVersion=${ENV_MINLEDGERCARDANOAPPVERSION:-"7.1.1"}#minimum version for the cardano-app on the Ledger HW-Wallet
308
310
minTrezorCardanoAppVersion="2.7.2"#minimum version for the firmware on the Trezor HW-Wallet
309
311
minKeystoneCardanoAppVersion="1.7.7"#minimum version for the firmware on the Keystone HW-Wallet
310
312
minHardwareCliVersion="1.15.0"#minimum version for the cardano-hw-cli
311
-
minCardanoSignerVersion="1.18.0"#minimum version for the cardano-signer binary
313
+
minCardanoSignerVersion="1.20.1"#minimum version for the cardano-signer binary
312
314
minCatalystToolboxVersion="0.5.0"#minimum version for the catalyst-toolbox binary
if [[ $?-ne 0 ]];then majorError "The provided koiosApiToken '${koiosApiToken}'\nis not a valid one! Please recheck for typos, register a new one or leave the koiosApiToken="" entry empty.";exit 1;fi
if [[ ${koiosApiExpireDate}-gt 0 ]];then koiosApiExpireDate=$(date --date="@${koiosApiExpireDate}");fi#get the local expire date from the utc seconds since unix-time-start
Copy file name to clipboardexpand all lines: cardano/testnet/00_common.sh
+11-6
Original file line number
Diff line number
Diff line change
@@ -190,6 +190,8 @@ case "${network,,}" in
190
190
_adahandleAPI="https://api.handle.me"#Adahandle-API URLs -> autoresolve into ${adahandleAPI}
191
191
_catalystAPI="https://api.projectcatalyst.io/api/v1"#Catalyst-API URLs -> autoresolve into ${catalystAPI}
192
192
_lightModeParametersURL="https://uptime.live/data/cardano/parms/mainnet-parameters.json"#Parameters-JSON-File with current informations about cardano-cli version, tip, era, protocol-parameters
_catalystAPI= #Catalyst-API URLs -> autoresolve into ${catalystAPI}
254
256
_lightModeParametersURL="https://uptime.live/data/cardano/parms/sanchonet-parameters.json"#Parameters-JSON-File with current informations about cardano-cli version, tip, era, protocol-parameters
@@ -300,15 +302,15 @@ if [[ "${adahandleAPI: -1}" == "/" ]]; then adahandleAPI=${adahandleAPI%?}; fi #
300
302
if [[ "${magicparam}"==""||${addrformat}==""||${byronToShelleyEpochs}=="" ]];then majorError "The 'magicparam', 'addrformat' or 'byronToShelleyEpochs' is not set!\nOr maybe you have set the wrong parameter network=\"${network}\" ?\nList of preconfigured network-names: ${networknames}";exit 1;fi
301
303
302
304
#Don't allow to overwrite the needed Versions, so we set it after the overwrite part
303
-
minCliVersion="10.1.0"#minimum allowed cli version for this script-collection version
305
+
minCliVersion="10.2.0"#minimum allowed cli version for this script-collection version
304
306
maxCliVersion="99.99.9"#maximum allowed cli version, 99.99.9 = no limit so far
305
-
minNodeVersion="10.1.0"#minimum allowed node version for this script-collection version
307
+
minNodeVersion="10.1.4"#minimum allowed node version for this script-collection version
306
308
maxNodeVersion="99.99.9"#maximum allowed node version, 99.99.9 = no limit so far
307
309
minLedgerCardanoAppVersion=${ENV_MINLEDGERCARDANOAPPVERSION:-"7.1.1"}#minimum version for the cardano-app on the Ledger HW-Wallet
308
310
minTrezorCardanoAppVersion="2.7.2"#minimum version for the firmware on the Trezor HW-Wallet
309
311
minKeystoneCardanoAppVersion="1.7.7"#minimum version for the firmware on the Keystone HW-Wallet
310
312
minHardwareCliVersion="1.15.0"#minimum version for the cardano-hw-cli
311
-
minCardanoSignerVersion="1.18.0"#minimum version for the cardano-signer binary
313
+
minCardanoSignerVersion="1.20.1"#minimum version for the cardano-signer binary
312
314
minCatalystToolboxVersion="0.5.0"#minimum version for the catalyst-toolbox binary
if [[ $?-ne 0 ]];then majorError "The provided koiosApiToken '${koiosApiToken}'\nis not a valid one! Please recheck for typos, register a new one or leave the koiosApiToken="" entry empty.";exit 1;fi
if [[ ${koiosApiExpireDate}-gt 0 ]];then koiosApiExpireDate=$(date --date="@${koiosApiExpireDate}");fi#get the local expire date from the utc seconds since unix-time-start
0 commit comments