Releases: Python-Cardano/pycardano
Releases · Python-Cardano/pycardano
v0.15.1
v0.15.0
What's Changed
- Fix transaction certificates in Conway and handle latest cardano-cli transaction commands by @KINGH242 in #446
- fix: reference to opshin by @0xBora in #447
- Add TextEnvelope class for saving and loading Witness and Transaction files by @KINGH242 in #448
- Support authenticated ogmios by @sassythesasquatchh in #449
- Add support for NonEmptyOrderedSet in Plutus_data by @KINGH242 in #451
New Contributors
- @0xBora made their first contribution in #447
- @sassythesasquatchh made their first contribution in #449
Full Changelog: v0.14.0...v0.15.0
v0.14.0
v0.13.2
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
What's Changed
- Added IndefiniteDecoder for round trip plutusdata serialization by @theeldermillenial in #431
Full Changelog: v0.13.0...v0.13.1
v0.13.0
What's Changed
- Add Certificate types for staking and voting delegation by @gszabo in #401
- Add path to Ogmios v6 backend by @theeldermillenial in #398
- Plomin deser by @cffls in #420
- Add Conway Certificates by @tacmota in #417
- Fix a few certificates by @cffls in #423
- Governance actions by @cffls in #425
- blockfrost Backend _get_script patches by @while0x1 in #428
- fix: use OrderedSet or List for pool_owners by @KINGH242 in #430
New Contributors
Full Changelog: v0.12.3...v0.13.0
v0.12.3
What's Changed
- Removed extra fee buffer by @theeldermillenial in #404
- generalize plutus scripts by @tacmota in #396
- Add unit tests to transaction.py by @tacmota in #406
- Bump up node version and simplify scripts by @cffls in #407
- Add more tests for serialization by @tacmota in #409
- Add tests for address and key by @tacmota in #410
- Skip collateral return if it is too small by @cffls in #411
- fix type check in deserialization of tx witness (#414) by @nullhashpixel in #415
- add more examples scripts by @Godspeed-exe in #399
New Contributors
- @nullhashpixel made their first contribution in #415
- @Godspeed-exe made their first contribution in #399
Full Changelog: v0.12.2...v0.12.3
v0.12.2
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
- @kieransimkin made their first contribution in #386
- @SCMusson made their first contribution in #388
- @gszabo made their first contribution in #400
Full Changelog: v0.12.0...v0.12.2
v0.12.0
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
toFalse
in a txbuilder.
What's Changed
- Added RawPlutusData to PlutusData primitive types by @theeldermillenial in #363
- Disable state logging in build_and_sign by @cffls in #367
- Improve example flow chart by @tacmota in #370
- Automatically reduce 0 and empty multiassets by @nielstron in #372
- Blockfrost for chang by @cffls in #373
- Fix Redeemer Deserialization Issue by @bhatt-deep in #374
- Make vkey witnesses None when empty by @theeldermillenial in #377
- Fixed transaction imbalance when burning assets from the same policy by @xxAVOGADROxx in #376
- Chang support by @nielstron in #371
New Contributors
- @tacmota made their first contribution in #370
- @xxAVOGADROxx made their first contribution in #376
Full Changelog: v0.11.1...v0.12.0