Skip to content

Releases: blinklabs-io/gouroboros

v0.33.2

04 Apr 01:04
e6a93ec
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.33.1...v0.33.2

v0.33.1

03 Apr 20:57
a5e649b
Compare
Choose a tag to compare

What's Changed

  • fix: don't try to parse Alonzo witness set redeemers data by @agaffney in #219

Full Changelog: v0.33.0...v0.33.1

v0.33.0

31 Mar 01:01
3c9aa73
Compare
Choose a tag to compare

Breaking changes

  • The library was renamed from cloudstruct/go-ouroboros-network to blinklabs-io/gouroboros and any imports will need to be updated

What's Changed

Full Changelog: v0.32.1...v0.33.0

v0.32.1

15 Mar 13:11
ad654fe
Compare
Choose a tag to compare

What's Changed

  • fix: store block type/CBOR in MsgRollForwardNtC by @agaffney in #215

Full Changelog: v0.32.0...v0.32.1

v0.32.0

12 Mar 21:59
24b3312
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.31.2...v0.32.0

v0.31.2

09 Mar 03:55
b28884a
Compare
Choose a tag to compare

What's Changed

  • fix: copy loop var to avoid overwriting value by @agaffney in #210

Full Changelog: v0.31.1...v0.31.2

v0.31.1

08 Mar 14:51
dac3d62
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.31.0...v0.31.1

v0.31.0

03 Mar 00:18
92dd606
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.30.1...v0.31.0

v0.30.1

27 Feb 03:38
f657adf
Compare
Choose a tag to compare

What's Changed

  • chore(deps): bump golang.org/x/sys from 0.0.0-20210615035016-665e8c7367d1 to 0.1.0 by @dependabot in #200
  • chore: update cloudstruct/go-cardano-ledger to v0.6.0 by @agaffney in #201

New Contributors

Full Changelog: v0.30.0...v0.30.1

v0.30.0

22 Feb 03:02
526a457
Compare
Choose a tag to compare

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

  • feat: simpler interface for blockfetch protocol by @agaffney in #199

Full Changelog: v0.29.1...v0.30.0