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