Skip to content

Releases: input-output-hk/cardano-clusterlib-py

v0.9.7

30 Oct 13:01
3be650f

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.9.6...v0.9.7

v0.9.6

23 Oct 15:52
9054c54

Choose a tag to compare

What's Changed

  • feat: add get_proposals to query governance proposals by @mkoura in #326
  • fix(tx): handle ConwayMempoolFailure for spent inputs by @mkoura in #327

Full Changelog: v0.9.5...v0.9.6

v0.9.5

23 Oct 15:51
25ee3d9

Choose a tag to compare

What's Changed

  • feat(query): add hex fields to StakeAddrInfo by @mkoura in #323

Full Changelog: v0.9.4...v0.9.5

v0.9.4

10 Sep 16:46
0d482ef

Choose a tag to compare

What's Changed

  • feat(key): add mnemonic generation and key derivation by @mkoura in #322

Full Changelog: v0.9.3...v0.9.4

v0.9.3

02 Sep 09:23
322e7e6

Choose a tag to compare

What's Changed

  • refactor(build): migrate to PEP 621 and pyproject.toml only by @mkoura in #314
  • feat(query): add get_spo_stake_distribution method by @mkoura in #316
  • feat(stake-pool): add reward account key pair support by @mkoura in #317
  • feat: add default fee buffer to TransactionGroup by @mkoura in #318
  • fix(build): update setuptools package discovery config by @mkoura in #319

Full Changelog: v0.9.1...v0.9.3

v0.9.1

28 May 15:40
655a67d

Choose a tag to compare

What's Changed

  • Add byron witness and ref script size params by @mkoura in #311

Full Changelog: v0.9.0...v0.9.1

v0.9.0

28 May 09:28
457224b

Choose a tag to compare

What's Changed

  • refactor: remove deprecated send_funds method by @mkoura in #306
  • refactor(gov): move governance query methods to query_group by @mkoura in #307

Full Changelog: v0.8.1...v0.9.0

Cardano Clusterlib 0.6.3

16 Dec 15:17
a643bfb

Choose a tag to compare

Adds support for Conway eras and on-chain governance.

Cardano Clusterlib 0.5.0

22 Jun 11:58
ef79664

Choose a tag to compare

  • Removes usage of --protocol-params-file with transaction build.
  • Drops support for the --cddl-format flag.

Cardano Clusterlib 0.4.1

20 Mar 16:35
235356a

Choose a tag to compare

Match new message indicating that operational certificates counter is valid. Implemented in PR #170