Skip to content

Releases: blinklabs-io/gouroboros

v0.78.0

06 Apr 12:50
c051f8e

Choose a tag to compare

Breaking changes

  • the API interface for all of the protocol callback functions has changed to include a "callback context" object
  • the API interface for the connection manager has changed to use the new ConnectionId type instead of an arbitrary int

What's Changed

Full Changelog: v0.77.0...v0.78.0

v0.77.0

28 Mar 20:52
09d79f4

Choose a tag to compare

What's Changed

Full Changelog: v0.76.0...v0.77.0

v0.76.0

19 Mar 21:48
d94a3fe

Choose a tag to compare

What's Changed

  • feat: peer-sharing server support by @agaffney in #545
  • docs: type/function docs for TxSubmission protocol by @agaffney in #546
  • feat: reference inputs in transaction interface by @wolf31o2 in #547
  • feat: generic custom CBOR tag handling by @agaffney in #549
  • chore(deps): bump github.com/utxorpc/go-codegen from 0.4.0 to 0.4.4 by @dependabot in #551

Full Changelog: v0.75.0...v0.76.0

v0.75.0

16 Mar 13:04
c2415ac

Choose a tag to compare

What's Changed

Full Changelog: v0.74.0...v0.75.0

v0.74.0

12 Mar 17:23
af2f6e1

Choose a tag to compare

What's Changed

  • feat: add IsValid method to Transaction interface by @igorcrevar in #537
  • chore(deps): bump golang.org/x/crypto from 0.20.0 to 0.21.0 by @dependabot in #524
  • fix: don't check Byron address length by @agaffney in #539

Full Changelog: v0.73.3...v0.74.0

v0.73.3

11 Mar 22:39
37ba290

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.73.2...v0.73.3

v0.73.2

11 Mar 13:19
8dc0b05

Choose a tag to compare

What's Changed

  • fix: remove use of sync.Once to avoid deadlocks by @agaffney in #523

Full Changelog: v0.73.1...v0.73.2

v0.73.1

09 Mar 22:58
9f9589f

Choose a tag to compare

What's Changed

Full Changelog: v0.73.0...v0.73.1

v0.73.0

07 Mar 16:58
96631ad

Choose a tag to compare

BREAKING CHANGES

The GetEraById function no longer returns a pointer and will now return an EraInvalid variable on error.

What's Changed

Full Changelog: v0.72.0...v0.73.0

v0.72.0

01 Mar 23:00
67ef861

Choose a tag to compare

What's Changed

  • chore(deps): bump github.com/fxamacker/cbor/v2 from 2.5.0 to 2.6.0 by @dependabot in #503
  • fix: changing entry conversations in mock connection manager caused r… by @rakshasa in #504
  • feat: ledger functions for utxorpc support by @wolf31o2 in #507

Full Changelog: v0.71.0...v0.72.0