Skip to content

Releases: blinklabs-io/gouroboros

v0.82.0

03 May 12:43
2e915ed
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.81.0...v0.82.0

v0.81.0

30 Apr 15:46
0e01b91
Compare
Choose a tag to compare

What's Changed

  • chore(docs): update readme by @agaffney in #600
  • feat: add support for TX attribute: protocol parameters update by @verbotenj in #599
  • chore(deps): bump golangci/golangci-lint-action from 4 to 5 by @dependabot in #602
  • chore(deps): bump github.com/utxorpc/go-codegen from 0.5.0 to 0.5.1 by @dependabot in #601

Full Changelog: v0.80.0...v0.81.0

v0.80.0

27 Apr 20:12
bf45597
Compare
Choose a tag to compare

What's Changed

  • chore(deps): bump github.com/utxorpc/go-codegen from 0.4.4 to 0.5.0 by @dependabot in #593
  • feat:add Mary protocol parameters support by @verbotenj in #589
  • fix: better handling for addresses with trailing junk by @agaffney in #596
  • fix: stop chain-sync client in bulk mode in test program by @agaffney in #598
  • feat:add Alonzo protocol parameters support by @verbotenj in #594

Full Changelog: v0.79.0...v0.80.0

v0.79.0

22 Apr 06:22
0b2aa02
Compare
Choose a tag to compare

What's Changed

  • feat: add a timeout for handshake propose on server side by @agaffney in #583
  • chore(deps): bump golang.org/x/crypto from 0.21.0 to 0.22.0 by @dependabot in #581
  • feat: added state context to state transitions and enabled chainsync pipelining by @rakshasa in #585
  • feat: add Shelley protocol parameters support by @verbotenj in #587
  • feat:add Allegra protocol parameters support by @verbotenj in #588

Full Changelog: v0.78.0...v0.79.0

v0.78.0

06 Apr 12:50
c051f8e
Compare
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
Compare
Choose a tag to compare

What's Changed

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

v0.76.0

19 Mar 21:48
d94a3fe
Compare
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
Compare
Choose a tag to compare

What's Changed

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

v0.74.0

12 Mar 17:23
af2f6e1
Compare
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
Compare
Choose a tag to compare

What's Changed

New Contributors

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