Releases: blinklabs-io/gouroboros
Releases · blinklabs-io/gouroboros
v0.30.0
Breaking changes
- The API for the
blockfetch
protocol has changed. There are now only 2 entrypoint functions, one for fetching a single block and one for fetching a range that uses a callback function to deliver each block
What's Changed
Full Changelog: v0.29.1...v0.30.0
v0.29.1
v0.29.0
v0.28.0
v0.27.0
What's Changed
- docs: code docs for muxer package by @agaffney in #184
- docs: code docs for ouroboros package by @agaffney in #185
- docs: code docs for protocol package by @agaffney in #186
- docs: code docs for protocol/chainsync package by @agaffney in #188
- docs: code docs for utils package by @agaffney in #187
- docs: code docs for protocol/handshake package by @agaffney in #189
- docs: code docs for protocol/localtxsubmission by @agaffney in #190
- docs: code docs for protocol/localstatequery package by @agaffney in #191
Full Changelog: v0.26.0...v0.27.0
v0.26.0
v0.25.0
What's Changed
- test: encode/decode unit tests for handshake messages by @agaffney in #149
- test: encode/decode unit tests for localtxsubmission messages by @agaffney in #150
- test: encode/decode unit tests for localstatequery messages by @agaffney in #151
- docs: inline docs for protocol/common package by @agaffney in #164
- feat: support for timeouts on protocol state transitions by @agaffney in #166
- feat: functional options for mini-protocols by @agaffney in #174
- feat: make keep-alive timeout/period configurable by @agaffney in #175
- feat: make handshake timeout configurable by @agaffney in #177
- feat: make blockfetch timeout configurable by @agaffney in #178
- feat: make chainsync timeouts configurable by @agaffney in #179
- feat: make localtxsubmission timeout configurable by @agaffney in #180
- feat: make txsubmission timeout configurable by @agaffney in #181
- feat: make localstatequery timeouts configurable by @agaffney in #182
Full Changelog: v0.24.0...v0.25.0