Node Update 1.35.5
- nodeMinVersion set to 1.35.5
- nodeMinVersion set to 1.35.5
_tokenMetaServer="https://metadata.cardano-testnet.iohkdev.io/metadata"
_transactionExplorer="https://testnet.cexplorer.io/tx"
_koiosAPI=
_adahandlePolicyID="8d18d786e92776c824607fd8e193ec535c79dc61ea2405ddf3b09fe3"
_adahandlePolicyID="8d18d786e92776c824607fd8e193ec535c79dc61ea2405ddf3b09fe3" #PolicyIDs for the adaHandles -> autoresolve into ${adahandlePolicyID}
;;
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
#Don't allow to overwrite the needed Versions, so we set it after the overwrite part
minNodeVersion="1.35.4" #minimum allowed node version for this script-collection version
minNodeVersion="1.35.5" #minimum allowed node version for this script-collection version
maxNodeVersion="9.99.9" #maximum allowed node version, 9.99.9 = no limit so far
minLedgerCardanoAppVersion="4.1.2" #minimum version for the cardano-app on the Ledger HW-Wallet
minLedgerCardanoAppVersion="5.0.0" #minimum version for the cardano-app on the Ledger HW-Wallet
minTrezorCardanoAppVersion="2.5.2" #minimum version for the firmware on the Trezor HW-Wallet
minHardwareCliVersion="1.12.0" #minimum version for the cardano-hw-cli
c9f8846871b82f3d883b0894488d99aa8b4582bd674e94e9b6454ad2f6c23b11 00_common.sh
1295dcc2d4357d018487b74a84d76de603429cfb0f6cb958915b4441e81d89da 00_common.sh
9159933353a100c3bf9d3ef78cf48c628d2eca08f9359935dc30b4e155f02884 01_claimRewards.sh
5a31f33c423f7399e6be5d845a926008decaac226cb510cc5f24d1fa1a7fc08c 01_protectKey.sh
2370e141a54b00697dd9a9c54ea7a9a994d001866129b72c606d62bb3b69dac3 01_queryAddress.sh
Co-authored-by: Alexey Kuleshevich <[email protected]>