Skip to content

Releases: blinklabs-io/gouroboros

v0.106.2

31 Dec 21:16
23aebae
Compare
Choose a tag to compare

What's Changed

  • fix: custom CBOR marshaling for ShelleyGenesisConfig by @agaffney in #818

Full Changelog: v0.106.1...v0.106.2

v0.106.1

31 Dec 01:38
eedb336
Compare
Choose a tag to compare

What's Changed

  • chore(deps): bump github.com/utxorpc/go-codegen from 0.14.0 to 0.15.0 by @dependabot in #814
  • fix: adjust UTxO by Txin query field type by @agaffney in #816
  • fix: custom CBOR marshaling for UtxoId by @agaffney in #817

Full Changelog: v0.106.0...v0.106.1

v0.106.0

30 Dec 03:01
52b4697
Compare
Choose a tag to compare

What's Changed

  • feat: support for acquire immutable tip in local-state-query by @agaffney in #811
  • refactor: improve local-state-query callback interface by @agaffney in #812
  • feat: support for decoding localstatequery queries by @agaffney in #813

Full Changelog: v0.105.3...v0.106.0

v0.105.3

27 Dec 16:38
71842b5
Compare
Choose a tag to compare

What's Changed

  • refactor: use specific types for localtxsubmission callback by @agaffney in #808
  • fix: use correct comparison for bounds check in localtxmonitor by @agaffney in #809

Full Changelog: v0.105.2...v0.105.3

v0.105.2

23 Dec 01:19
43fe186
Compare
Choose a tag to compare

What's Changed

  • fix: log transactions as hex ids in txsubmission server by @wolf31o2 in #806
  • fix: guard against a nil roll forward message by @wolf31o2 in #807

Full Changelog: v0.105.1...v0.105.2

v0.105.1

13 Dec 16:11
0ddfdef
Compare
Choose a tag to compare

What's Changed

  • chore(deps): bump github.com/stretchr/testify from 1.9.0 to 1.10.0 by @dependabot in #801
  • chore(deps): bump golang.org/x/crypto from 0.29.0 to 0.30.0 by @dependabot in #802
  • chore(deps): utxorpc/go-codegen 0.14.0 by @wolf31o2 in #804
  • chore(deps): bump golang.org/x/crypto from 0.30.0 to 0.31.0 by @dependabot in #805

Full Changelog: v0.105.0...v0.105.1

v0.105.0

25 Nov 00:22
6092fdd
Compare
Choose a tag to compare

What's Changed

  • fix: unlock mutex on error in chainsync client by @agaffney in #795
  • refactor: cache reflection result in CBOR generic encode/decode by @agaffney in #796
  • feat: expose previous block hash in block interface by @agaffney in #798
  • refactor: move block to ledger/common w/ compat by @wolf31o2 in #799
  • feat: block function to get header by @wolf31o2 in #800

Full Changelog: v0.104.2...v0.105.0

v0.104.2

18 Nov 23:00
68c6e9b
Compare
Choose a tag to compare

What's Changed

  • fix: unlock mutex on shutdown in blockfetch by @agaffney in #794

Full Changelog: v0.104.1...v0.104.2

v0.104.1

16 Nov 18:01
128b731
Compare
Choose a tag to compare

What's Changed

  • fix: support larger num/denom for CBOR rational numbers by @agaffney in #792
  • fix: properly support negative numerator for CBOR rational numbers by @agaffney in #793

Full Changelog: v0.104.0...v0.104.1

v0.104.0

15 Nov 00:49
f2064fa
Compare
Choose a tag to compare

What's Changed

  • refactor: simplify channel send by removing unnecessary nil check by @Newt6611 in #789
  • fix: guard against a nil roll forward message by @wolf31o2 in #790
  • feat: block-fetch BatchDone callback function support by @agaffney in #791

Full Changelog: v0.103.6...v0.104.0