Skip to content

Releases: Python-Cardano/pycardano

v0.14.0

25 May 15:49
503fb68
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.13.2...v0.14.0

v0.13.2

11 Apr 21:56
8d451cb
Compare
Choose a tag to compare

What's Changed

  • Make plutus version detection more robust by @nielstron in #436
  • Keep the order of keys in cost models by @cffls in #435

Full Changelog: v0.13.1...v0.13.2

v0.13.1

03 Apr 05:15
6e20135
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.13.0...v0.13.1

v0.13.0

09 Mar 03:23
a312c08
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.12.3...v0.13.0

v0.12.3

04 Jan 23:57
e1189ba
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.12.2...v0.12.3

v0.12.2

08 Dec 15:47
38c348d
Compare
Choose a tag to compare

What's Changed

  • Fix StakeRegistration deser by @cffls in #380
  • Fix ogmios v6 backend / plutusv3 by @nielstron in #383
  • Fix failure to report blockfrost error when cbor decode fails by @kieransimkin in #386
  • Fix witness deser by @cffls in #385
  • Methods to add certificate scripts for smart staking by @SCMusson in #388
  • ExtendedSigningKey from hd wallet: use key type from class by @gszabo in #400
  • Fix min amount for collateral return by @cffls in #403

New Contributors

Full Changelog: v0.12.0...v0.12.2

v0.12.0

25 Sep 17:24
5bd5345
Compare
Choose a tag to compare

This release fully supports Chang hardfork.

Major changes

  • OgmiosChainContext will now be only compatible with Ogmios v6+, underlying class being OgmiosV6ChainContext. For backward support, OgmiosV5ChainContext could be used along with Ogmios v5, but the support will be limited in the future.
  • Redeemers will be serialized in a map instead of a list by default. The redeemers could be still serialized as a list by setting use_redeemer_map to False in a txbuilder.

What's Changed

New Contributors

Full Changelog: v0.11.1...v0.12.0

v0.11.1

08 Jun 16:57
2bb4820
Compare
Choose a tag to compare

What's Changed

  • Cannot init blockfrost chain context by @thaopt in #358

New Contributors

Full Changelog: v0.11.0...v0.11.1

v0.11.0

02 Jun 05:41
7fbbe68
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.10.0...v0.11.0

v0.10.0

06 Nov 17:41
9b5d367
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.9.0...v0.10.0