Skip to content

Releases: blinklabs-io/gouroboros

v0.108.0

19 Jan 16:43
0b3d6ee
Compare
Choose a tag to compare

What's Changed

  • feat: optional blockfetch callback for raw block by @agaffney in #828
  • ci: use go 1.22 and upgrade golangci-lint by @wolf31o2 in #829
  • chore(deps): bump github.com/blinklabs-io/ouroboros-mock from 0.3.5 to 0.3.6 by @dependabot in #830
  • chore(deps): bump golang.org/x/crypto from 0.31.0 to 0.32.0 by @dependabot in #831
  • feat: nonce calculation by @agaffney in #832
  • refactor: Babbage block header VRF result decoding by @agaffney in #833
  • refactor: update block header signature field type by @agaffney in #834
  • refactor: move VrfResult to common and use for Shelley block header by @agaffney in #835

Full Changelog: v0.107.1...v0.108.0

v0.107.1

10 Jan 00:50
861cf60
Compare
Choose a tag to compare

What's Changed

  • fix: use correct type for Byron address network ID by @agaffney in #827

Full Changelog: v0.107.0...v0.107.1

v0.107.0

08 Jan 22:38
474274b
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.106.2...v0.107.0

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