-
Notifications
You must be signed in to change notification settings - Fork 96
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
# Mainnet Release for Conway-Era and Cardano-Node 9.0.0 NOTICE-1: For Ledger HW-Wallet users, at the time of the commit, the Cardano-App 7.1.x for Ledger release was still pending. However, you can load it anyway via Ledger-Live by going into the Settings -> Experimental Features -> My Ledger Provider = 3 NOTICE-2: This commit is only a subset of updated scripts for conway era. The governance scripts (starting with 2*.sh) will be published into the mainnet folder once the light-mode is also working with koios support. Some of the changes: - Min. Node- and CLI-Version is now 9.0.0 - The requirement for 'curl' is removed in offline-mode - The currentEpoch offline calculation was corrected to support unusual byron-era epoch/slot lengths - The currentSlot/Tip offline calculation was corrected to support unusual byron-era epoch/slot lengths - Parameter Support added for .coinsPerUTxOByte - Added offline support for governance - 01_clainRewards.sh updated fee calculation - 01_protectKey.sh can encrypt/decrypt DRep and CC-Hot/CC-Cold keys - 01_queryAddress.sh now shows a DRep delegation for stake accounts - 01_sendAssets.sh updated fee calculation - 01_sendLovelaves.sh updated fee calculation - 01_workOffline.sh now supports DRep entries and takes care of last action IDs and the constitution values - 03b_regStakingAddrCert.sh now also signs the tx with the staking.skey, thats a new requirement for conway-era - 03c_checkStakingAddrOnChain.sh now also shows a DRep delegation - 04e_checkNodeOpCert.sh added errorcheck for onDiekKESStart - 05c_regStakepoolCert.sh enhanced error message if there is no xxx.pool.json file present - 05c_regStakepoolCert.sh updated fee calculation - 06_regDelegationCert.sh updated fee calculation - 07b_deregStakepoolCert.sh updated fee calculation - 08b_deregStakingAddrCert.sh udpated fee calculation - 09a_catalystVoteF10.sh was removed, the normal 09a_catalystVote.sh can be used - 11a_mintAsset.sh updated fee calculation - 11b_burnAsset.sh updated fee calculation - 12b_checkAssetMetaServer.sh better error handling if there was no data found on the metadata server - 13a_spoPoll.sh and 13b_sendSpoPoll.sh was removed, will be done via governance info-actions in the future - cardano-signer version bumped to v1.16.1 - README.md updated with the new minimum versions
- Loading branch information
Showing
39 changed files
with
902 additions
and
1,669 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.