Skip to content

Releases: input-output-hk/partner-chains-smart-contracts

v7.0.1

14 Nov 15:29
Compare
Choose a tag to compare

7.0.1 - 2024-11-14

Removed

  • Removed redundant --governance-authority from most commands (except init-governance) and the config

Compatibility matrix

partner-chains-smart-contracts cardano-node kupo ogmios
6.2.0 9.1.0 2.9.0 6.8.0

v7.0.0

07 Nov 13:59
a27f7b7
Compare
Choose a tag to compare

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 command
  • update-governance command

Changed

  • DParameter, PermissionedCandidates now use the updateable governance.
  • Dropped --version parameter from all commands.
  • Dropped --old-version and --new-version parameters from update-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

31 Oct 11:09
87a1d42
Compare
Choose a tag to compare

What's Changed

Full Changelog: v6.2.1...v6.2.2

v6.2.1

23 Oct 11:58
938c283
Compare
Choose a tag to compare

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

17 Oct 15:30
fda17bf
Compare
Choose a tag to compare

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

15 Aug 07:56
38f4c17
Compare
Choose a tag to compare

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

25 Jul 16:48
04f656d
Compare
Choose a tag to compare

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.