v0.14.0 (2022-10-13)
Features
- return indexes along with outputs returned by produces() (#193)
- Provide access to all assets at a tx out (#180)
- Add magic constants for preview and preprod environments (#179)
- Introduce Bech32 crate (#176)
- addresses: Add hex and bech32 for Shelley parts (#181)
- primitives: Preserve order of map structures (#192)
- primitives: Enable serde of ledger structs (#169)
- traverse: Add helper methods to Asset data (#195)
- traverse: Provide access to original Datum hash (#189)
- traverse: Introduce new MultiEraTx helpers (#184)
Bug Fixes
- Stop double CBOR encoding of Plutus script used for hashing (#188)
- use correct prefix when hashing plutus v2 script (#182)
- codec: Make Int struct copy (#170)
- primitives: Add missing PartialOrd and Ord to TransactionInput (#191)
- traverse: Make ToHash trait public outside crate (#186)
- Handle undefined CBOR maps in Plutus data (#196)
Build
- deps: update minicbor requirement from 0.17 to 0.18 (#134)
- deps: update bech32 requirement from 0.8.1 to 0.9.1 (#177)