[1.2.0] - 2026-09-16
๐ Features
- (network2) Implement Leios mini-protocols (LeiosNotify, LeiosFetch) (#788)
- (addresses) Add strict pointer and varuint parsing (#787)
- (primitives) Introduce Dijkstra era ledger primitives as unstable (#799)
๐ Bug Fixes
- (ci) Restore green CI under current stable clippy and cddl 0.10.7 (#795)
- (utxorpc) Convert block timestamp from seconds to ms in u5c mapping (#793)
- (configs) Support the "extra config" of the current alonzo genesis (#798)
- (primitives) Prevent stack overflow on deeply nested native scripts (#802)
- (primitives) [breaking] ScriptNOfK's threshold is the ledger's signed int64, not u32 (#803)
๐ Documentation
- (examples) Add tutorial-style README for leios-testnet (#790)
โก Performance
- (network2) Send a leios fetch when it is issued instead of waiting (#796)
๐งช Testing
- (txbuilder) Add a Conway build test harness (#781)
โ๏ธ Miscellaneous Tasks
- Release v1.2.0
Example
- Add a Leios TUI example (#791)