Skip to content

v0.28.0

Compare
Choose a tag to compare
@github-actions github-actions released this 16 Jul 01:48
· 54 commits to main since this release
412fde4

v0.28.0 (2024-07-01)

Features

  • network: add tx submission and tx monitor clients to network facades (#442)

Bug Fixes

  • relax CBOR decoding of Conway protocol params update (#473)
  • network: handle end of list in tx monitor response (#305)

Code Refactoring

  • interop: use batching for utxorpc ledger interface (#472)
  • network: don't treat rejected txs as submit protocol errors (#306)

Build

  • deps: update itertools requirement from 0.12.1 to 0.13.0 (#459)

Continuous Integration

  • skip gmp dep until we can build on windows (#476)

Chore

  • fix lint warnings and outdated tests (#475)
  • improve ImmutableDB error handling (#426)
  • math: initialize pallas-math crate (#474)