Releases: txpipe/pallas
Releases · txpipe/pallas
v0.10.1
v0.11.0-beta.1
v0.11.0-beta.1 (2022-06-25)
Features
- Introduce Addresses crate (#137)
Bug Fixes
- Add missing README blocking publish
- traverse: Handle Shelley's lack of invalid_transactions field (#138)
v0.11.0-beta.0
v0.11.0-beta.0 (2022-06-20)
Features
- Add Vasil / Babbage compatibility (#126)
- multiplexer: Use single channel for muxer (#133)
- traverse: Add ada amount method on output (#135)
Build
- deps: update bech32 requirement from 0.8.1 to 0.9.0 (#104)
v0.11.0-alpha.2
v0.11.0-alpha.2 (2022-06-17)
Features
- traverse: Add output-at helper method (#124)
- traverse: Add era-handling utilities (#123)
- traverse: Add output refs for inputs (#122)
- traverse: Add tx input traversing (#121)
Bug Fixes
- Add missing README preventing publish
v0.11.0-alpha.0
v0.11.0-alpha.0 (2022-06-10)
Bug Fixes
- multiplexer: Use buffers that own the inner channel (#113)
Docs
- Update changelog
Chore
- primitives: Organize test data on a single dir (#112)
v0.10.0
v0.10.0 (2022-06-04)
Features
- Improve multiplexer ergonomics (#111)
- Add mechanism to retain original CBOR (#110)
- multiplexer: Allow fine-grained control of concurrency strategy (#106)
- primitives: Add self-contained transaction struct (#107)
Chore
- deps: Upgrade to minicbor 0.17 (breaking changes) (#109)
v0.9.1
v0.9.0
v0.9.0 (2022-04-30)
Docs
- Add retroactive change log
Continuous Integration
- Skip publish confirmation prompt
- Enable tag-based release workflow
- Add draft version of the release workflow (#101)
v0.9.0-alpha.1 (2022-04-29)
Features
- Implement Plutus Data hashing / JSON (#100)
Bug Fixes
- Use correct struct for metadatum labels (#96)
- Update failing native script json test (#95)
- primitives: Fix native scripts policy id (add missing tag) (#94)
- primitives: Fix native scripts before/after type serialization (#93)