v0.73.0
BREAKING CHANGES
The GetEraById function no longer returns a pointer and will now return an EraInvalid variable on error.
What's Changed
- feat: replace mutex with state loop and channels in protocol by @rakshasa in #505
- chore: remove tx-monitor (see gouroboros-starter-kit) by @wolf31o2 in #508
- fix: wire up missing localtxmonitor config by @wolf31o2 in #509
- chore(deps): bump golang.org/x/crypto from 0.19.0 to 0.20.0 by @dependabot in #511
- chore: remove chain-tip command by @wolf31o2 in #510
- fix: nil pointers identified by nilaway (part 1) by @wolf31o2 in #512
- chore: update README by @agaffney in #513
- chore: remove block-fetch command by @wolf31o2 in #514
- fix: add mainnet babbage intersect to chainsync example by @wolf31o2 in #515
- chore: remove peer-sharing by @wolf31o2 in #516
- fix: nil pointers identified by nilaway (part 2) by @wolf31o2 in #517
Full Changelog: v0.72.0...v0.73.0