Skip to content

Releases: txpipe/pallas

v0.10.1

02 Jul 09:33
Compare
Choose a tag to compare

v0.10.1 (2022-07-02)

Bug Fixes

  • primitives: Handle bytes indef in Plutus data

v0.11.0-beta.1

25 Jun 15:20
Compare
Choose a tag to compare
v0.11.0-beta.1 Pre-release
Pre-release

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

21 Jun 01:31
Compare
Choose a tag to compare
v0.11.0-beta.0 Pre-release
Pre-release

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

17 Jun 15:58
Compare
Choose a tag to compare
v0.11.0-alpha.2 Pre-release
Pre-release

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

10 Jun 15:12
Compare
Choose a tag to compare
v0.11.0-alpha.0 Pre-release
Pre-release

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

05 Jun 21:12
Compare
Choose a tag to compare

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

10 Jun 15:12
Compare
Choose a tag to compare

v0.9.1 (2022-05-03)

Bug Fixes

  • Provide access to PlutusScript bytes (#102)

v0.9.0

30 Apr 15:38
Compare
Choose a tag to compare

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)

Chore

  • Add unit test for native script hash (#98)
  • Move miniprotocol examples to custom crate (#97)

v0.9.0-alpha.0 (2022-04-26)

Features

  • primitives: Implement length-preserving uints (#92)
  • primitives: Implement canonical JSON serialization (#90)