This repository contains sources for the command-line interface (CLI) tool for interacting with the Cardano blockchain.
Apache License 2.0
43
stars
15
forks
source link
Add Plutus script hash support in `update-committee`, `overnance committee create-cold-key-resignation-certificate` and `query committee-state` commands. #658
- description: |
Add Plutus script hash support in `update-committee`, `overnance committee create-cold-key-resignation-certificate` and `query committee-state` commands.
# uncomment types applicable to the change:
type:
- feature # introduces a new feature
# - breaking # the API has changed in a breaking way
# - compatible # the API has changed but is non-breaking
# - optimisation # measurable performance improvements
- improvement # QoL changes e.g. refactoring
# - bugfix # fixes a defect
# - test # fixes/modifies tests
# - maintenance # not directly related to the code
# - release # related to a new release preparation
# - documentation # change in code docs, haddocks...
Context
This PR consists of two commits:
Refactoring extending use of MonadTransIOError
Implementation of plutus script hash in update-committee.
It is better to review this PR commit-by-commit.
Requires changes from the following PR to compile successfully:
Changelog
Context
This PR consists of two commits:
MonadTransIOError
update-committee
.It is better to review this PR commit-by-commit.
Requires changes from the following PR to compile successfully:
Checklist