Releases: blinklabs-io/gouroboros
Releases · blinklabs-io/gouroboros
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
v0.24.0
v0.23.0
v0.22.0
v0.21.1
v0.21.0
Breaking change
- The API for the
chainsync
protocol has changed. There is now a single entry point, and you only need to provide handler functions for roll forward/backward
What's Changed
- feat: make the chainsync interface friendlier by @agaffney in #132
- feat: finish implementing local-state-query by @agaffney in #133
- feat: flesh out query result types by @agaffney in #135
Full Changelog: v0.20.0...v0.21.0