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)