2023-08-16 - 2023-08-29
High level summary
CLI is making progress towards phases 3 and 4 of SanchoNet.
Ability to create info, no-confidence and new committee governance actions.
Voting as DREP is possible now on the CLI
API is now using Ledger's PParams and VotingProcedures
Expose following queries from consensus:
- GetGovState
- GetDRepState
- GetDRepStakeDistr
- GetCommitteeState
- GetConstitution
cardano-cli
- Add goverance info action creation to era based cli
- Add create-no-confidence command to era based cardano-cli
- Add create-new-committee command to era based cli
- Enable
--drep-script-hash
option - Remove
experimental
subcommand - Upgrade to
cardano-api-8.17.0.0
- New
governance drep id
command - Add
governance query
commands - Add
--verification-key
option tocommittee key-hash
command - Read and write
VotingProcedures
files instead ofVotingEntry
files - Release 8.6.0.0
- Merge
LegacyClientCmdError
intoCmdError
- Add test for conway governance action create-constitution
- Move legacy errors out of legacy command structure modules
- Governance
drep
andvote
command groups - Move command errors from era-based to
CmdError
module - Move some error types
- Delete unused module
- Refactor: Use
maybeFeatureInEra
instead offeatureInEra
where possible - Remove all uses of
toS
,purer
,cborError
andintercalate
fromCardano.Prelude
- Remove example era-based parsers we don't need anymore
- Bump CHaP index in preparation for 8.3.0 pre
cardano-api
- New version
cardano-api-8.17.0.0
- Replace ProtocolParameters usage with ledger's PParams
- Use injective type families to improve type inference
- Delete
TxVotes
andVotingEntry
and useVotingProcedures
instead - New functions
emptyVotingProcedures
,singletonVotingProcedures
andmergeVotingProcedures
- New
makeStakeAddressAndDRepDelegationCertificate
function - Expose ledger lenses for governance types
- New version cardano-api-8.16.1.0
- Add
VotingProcedures
type - Release 8.16.0.0
- Update createAnchor to use hashAnchorData
- Release 8.15.0.0
- Add consensus governance queries