Skip to content

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

Cardano Clusterlib 0.5.0

22 Jun 11:58
ef79664
Compare
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
Compare
Choose a tag to compare

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

Cardano Clusterlib 0.4.0

16 Mar 13:38
ecfe8cb
Compare
Choose a tag to compare

Version 0.4.0 breaks compatibility with 0.3.0.

There was a large number of unorganized methods that made usage of the library difficult. In 0.4.0 the methods are organized into functionality groups. Each group is prefixed with g_. The group names mimics cardano-cli.

For example, instead of cluster.get_tip() we now have cluster.g_query.get_tip().

There is a sed script that might help with refactoring to 0.4.0 methods organization.