Skip to content

Releases: Python-Cardano/pycardano

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

v0.9.0

07 May 20:20
bea3047
Compare
Choose a tag to compare

What's Changed

  • fix minor inaccuracies in the plutus smart contract tutorial by @chrissiwaffler in #196
  • Fix keys in plutus tutorial by @cffls in #200
  • Automatically add build_and_sign signers to required_signers by @nielstron in #202
  • Simplifies the backend interface (use available classes!) by @nielstron in #206
  • Validate field type on serializing by @cffls in #208
  • Make use of spent_at and unspent flag by @nielstron in #210
  • Only resolve inline datums in kupo by @nielstron in #214
  • Per default refetch the chain tip at most every 20 seconds by @nielstron in #211
  • Fix _get_script in blockfrost context by @cffls in #218
  • Return empty utxo list from blockfrost when an address is never used before by @cffls in #219
  • Fix/parse raw plutus data by @nielstron in #220
  • Restore ogmios tests by @cffls in #221
  • Support potential inputs in txbuilder by @cffls in #223
  • Include utxo with datum and script in utxo selection by @cffls in #222
  • Fix deep copy of plutus data by @cffls in #225
  • implement no type checking flag by @juliusfrost in #230
  • Freeze dictionary keys to make them hashable by @nielstron in #228
  • Accept cbor and str as input type in submit_tx by @cffls in #231
  • Change the default returning type of 'to_cbor' to bytes by @cffls in #232
  • Datum hash was assigned to the wrong field when deserializing pre-alonzo tx by @cffls in #233
  • Update docker images in integration tests by @cffls in #234

Breaking changes

  • On querying an unused address, chain context will now return an empty list instead of throwing an exception. #219
  • Before v0.9.0, to_cbor will return a hex string by default, and it also accepts an encoding argument. After v0.9.0, it will no longer accept an argument and will only return cbor bytes. To get cbor hex string, users will need to call to_cbor_hex. #232

New Contributors

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