v0.26.0
v0.26.0 (2024-05-21)
Features
- add a simple Crawler example (#453)
- configs: add serde for Alonzo genesis file (#436)
- interop: add ledger context for utxorpc mapping logic (#450)
- interop: re-export utxorpc spec to unify downstream versions (#448)
- network: add an extra ergonomic method for n2c chainsync (#439)
- network: implement
GetChainBlockNo
local state query (#441) - network: implement background keep-alive loop (#427)
- primitives: derive Eq on relevant structs (#446)
- traverse: track original era for tx outputs (#447)
Bug Fixes
- applying: fix tx size calculation (#443)
- configs: parse directly into rational numbers (#437)
- hardano: exclude last chunk file during immutable db read (#454)
- primitives: handle conway extreme param updates (#462)
Code Refactoring
- applying: unify approach for protocol params access (#432)
- interop: use stateful mapper for u5 (#460)
Test
- hardano: contemplate skip of last chunk in immutable read (#457)
Chore
- apply lint recommendations (#458)
- move txbuilder to stable feature (#451)
- applying: prepare pparams for folding logic (#438)
- deps: use cryptoxide sha3 instead of depending on sha3 crate (#452)
Contributors
@MaicoLeberle @alekswithakayy @Mr-Leshiy @Quantumplation @vincenthz @falcucci @scarmuega