Skip to content

SPO Scripts 29-04-2023

Compare
Choose a tag to compare
@gitmachtl gitmachtl released this 29 Apr 17:19
· 48 commits to master since this release
9cbccae

Thats a nice updateround, some highlights:

  • minimum Node & CLI Version is now 1.35.5

  • minimum HW-CLI Version is now 1.13.0

  • minimum Ledger-Cardano-App is now 6.0.3 for CIP36 Catalyst-Registration, 5.0.0 for other operations

  • minimum Trezor-Firmware is now 2.6.0

  • added support for CIP68 $adahandles (root-handles), original CIP25 $adahandels are still supported too

  • 01_claimRewards.sh can now also encrypt added transaction messages (CIP83)

  • 01_sendAssets.sh can now also encrypt added transaction messages (CIP83)

  • 01_sendLovelaces.sh can now also encrypt added transaction messages (CIP83)

  • 11a_mintAsset.sh can now also encrypt added transaction messages (CIP83)

  • 11b_burnAsset.sh can now also encrypt added transaction messages (CIP83)

  • 04b_genVRFKeys.sh is not writing an .skey file anymore to disc before doing the encryption

  • 05a_genStakepoolCert.sh is now using cardano-signer and not jcli anymore for ITN-Pool-Witness-generation

  • using cardano-signer instead of cardano-address, jcli, etc...

  • removed cardano-address and jcli binary dependencies

  • set preview explorer to use https://preview.cardanoscan.io

  • added a function to set the minVersion for HW-Wallet operations on a "per-call-base"

  • 09a_catalystVote.sh is now using the new CIP36 method with support for delegating the voting power to more than one vote-public-key (own, dReps, etc.)

  • 09a_catalystVote.sh can now generate mnemonics for wallets to be used as the vote-key-wallet later on with the CatalystVotingCenter

  • added information on how to get newer Ledger CardanoApp version via the experimental features

  • minor tweaks here and there