Releases: input-output-hk/partner-chains-smart-contracts
Releases · input-output-hk/partner-chains-smart-contracts
v7.0.1
v7.0.0
What's Changed
Removed
- Removed
InitToken
- Removed
init-tokens-mint
command - Removed
init-token-status
command - Removed
--chainId
,--threshold-numerator
and--threshold-denominator
- Removed
SidechainParams
type
Added
- Updateable governance system.
init-governance
commandupdate-governance
command
Changed
DParameter
,PermissionedCandidates
now use the updateable governance.- Dropped
--version
parameter from all commands. - Dropped
--old-version
and--new-version
parameters fromupdate-version
command. - Moved DParameter, Permissioned Candidates, CommitteeCandidateValidator, Reserve and IlliquidCirculationSupply to Generic Validators implementation.
- Serialization for
BlockProducerRegistrationMsg
- Renamed
--genesis-committee-hash-utxo
to--genesis-utxo
Compatibility matrix
partner-chains-smart-contracts | cardano-node | kupo | ogmios |
---|---|---|---|
6.2.0 | 9.1.0 | 2.9.0 | 6.8.0 |
v6.2.2
What's Changed
- fix: add missing newline to stderr output by @kpinter-iohk in #153
- feat(release): use package.json version as default by @tgunnoe in #152
- Make pc-contracts-cli the default package by @gilligan in #154
- Improve some error messages by @jankun4 in #143
- ETCM-8767 Generate raw-scripts crate by @kpinter-iohk in #155
- Remove the usage of InitTokens from NativeTokenManagement by @jankun4 in #159
- Ensure raw-scripts crate is updated by @kpinter-iohk in #160
- chore: bump version to v6.2.2 by @jankun4 in #161
Full Changelog: v6.2.1...v6.2.2
v6.2.1
Bugfixes
CLI now prints errors on stderr instead of stdout
Compatibility matrix
partner-chains-smart-contracts | cardano-node | kupo | ogmios |
---|---|---|---|
6.2.0 | 9.1.0 | 2.9.0 | 6.8.0 |
For further changes in this version, please refer to the CHANGELOG.md.
v6.2.0
Major updates
- Updated the following smart contracts:
InitTokenPolicy
,VersionOraclePolicy
,CommitteePlainSchnorrSecp256k1ATMSPolicy
,ReserveValidator
,ReserveAuthPolicy
,IlliquidCirculationSupplyValidator
- Updated cardano-transaction-lib to v9.3.1
- Removed unused commands and options, like
--atms-kind
- CLI now returns non-zero exit code on failure
- Fee calculation now supports Conway
- Bugfixes
Compatibility matrix
partner-chains-smart-contracts | cardano-node | kupo | ogmios |
---|---|---|---|
6.2.0 | 9.1.0 | 2.9.0 | 6.8.0 |
For further changes in this version, please refer to the CHANGELOG.md.
v6.1.0
Major updates
- supports Cardano Node 9.1.0
- added Conway Hard Fork compatibility
- updated plutus-tx from 1.0 to 1.27 and removed plutonic dependency
- added
--network
parameter to CLI which takes either testnet or mainnet
Compatibility matrix
partner-chains-smart-contracts | cardano-node | kupo | ogmios |
---|---|---|---|
6.1.0 | 9.1.0 | 2.9.0 | 6.5.0 |
For further changes in this version, please refer to the CHANGELOG.md.
v6.0.0
Major updates:
- CTL updated to version which supports ogmios 6.0.3 and 6.4.0
- supports cardano-node 8.9.3
For further changes in this version please refer to the CHANGELOG.md.