Releases: txpipe/pallas
Releases · txpipe/pallas
v0.14.0-alpha.4
v0.14.0-alpha.4 (2022-09-21)
Features
- return indexes along with outputs returned by produces() (#193)
- Provide access to all assets at a tx out (#180)
Chore
- Fix linter warnings (#194)
v0.14.0-alpha.3
v0.14.0-alpha.3 (2022-09-15)
Features
- primitives: Preserve order of map structures (#192)
Bug Fixes
- primitives: Add missing PartialOrd and Ord to TransactionInput (#191)
v0.14.0-alpha.2
v0.14.0-alpha.2 (2022-09-13)
Features
- traverse: Provide access to original Datum hash (#189)
Bug Fixes
- Stop double CBOR encoding of Plutus script used for hashing (#188)
Chore
- Fix lint warnings (#190)
v0.14.0-alpha.0
v0.14.0-alpha.0 (2022-09-11)
Features
- Add magic constants for preview and preprod environments (#179)
- Introduce Bech32 crate (#176)
- addresses: Add hex and bech32 for Shelley parts (#181)
- primitives: Enable serde of ledger structs (#169)
- traverse: Introduce new MultiEraTx helpers (#184)
Bug Fixes
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)
Chore
v0.13.2
v0.13.1
v0.13.0
v0.13.0 (2022-08-07)
Features
- primitives: Add ToHash to DatumOption (#163)
- traverse: Add missing getters on output (#162)
- traverse: Add missing getters for witness fields (#160)
- traverse: Add reference inputs to Tx (#161)
- traverse: Expose collateral return (#158)
Bug Fixes
- primitives: Handle alonzo headers without prev-hash (#164)
- primitives: Force CBOR null primitive for missing aux data (#159)
Chore
v0.12.0
v0.12.0-alpha.0
v0.12.0-alpha.0 (2022-07-20)
Features
- addresses: Improve API ergonomics (#148)
- miniprotocols: Add Tx-Mempool-Monitoring mini-Protocol (#150)
- traverse: Introduce more new accessor methods (#153)
- traverse: Introduce new accessor methods (#152)
- traverse: Expose multi-era metadata (#151)
- traverse: Integrate address library (#149)
Bug Fixes
- multiplexer: Honor read timeouts in bearer logic (#154)
Chore
- Apply code formatting
- primitives: Add Plutus script hash test (#147)