Skip to content

Releases: blinklabs-io/gouroboros

v0.114.0

19 Mar 22:48
a873303
Compare
Choose a tag to compare

What's Changed

  • fix(protocol/localstatequery): Added unit test function to validate GenesisConfigResult by @arepala-uml in #947
  • chore(golangci-lint): enable format, import, and unused presets; disable depguard by @wolf31o2 in #950
  • chore: inline comment to appease golangci-lint by @wolf31o2 in #952
  • feat(ledger): Decode block header as proper era type by @arepala-uml in #951
  • chore(deps): bump github.com/blinklabs-io/ouroboros-mock from 0.3.6 to 0.3.7 by @dependabot in #953
  • refactor: prefetch messages from muxer in protocol by @agaffney in #955
  • feat: make recv queue size configurable for chainsync/blockfetch by @agaffney in #956

New Contributors

Full Changelog: v0.113.1...v0.114.0

v0.113.1

10 Mar 12:21
98b40a0
Compare
Choose a tag to compare

What's Changed

  • fix: check for nil assets in collateral return by @agaffney in #944
  • chore(deps): bump golang.org/x/crypto from 0.35.0 to 0.36.0 by @dependabot in #946
  • fix: better comparison for MultiAsset by @agaffney in #945

Full Changelog: v0.113.0...v0.113.1

v0.113.0

07 Mar 15:23
ce98f6f
Compare
Choose a tag to compare

What's Changed

  • fix(protocol): include all protocol states in switch by @wolf31o2 in #932
  • fix: use proper slice capacity for errors by @agaffney in #933
  • build(deps): use andrewslotin/go-proxy-pull-action 1.3.0 by @wolf31o2 in #934
  • ci(golangci-lint): use bugs and performance presets by @wolf31o2 in #937
  • feat: account for stake/pool deposits in validation rules by @agaffney in #938
  • feat: support for querying pool/stake registration certs in validation rules by @agaffney in #939
  • feat: account for stake deregistration in validation rules by @agaffney in #940
  • fix: use Shelley address network ID for Byron addresses by @agaffney in #941
  • chore: make format golines by @wolf31o2 in #942
  • feat: allow collateral assets in Babbage if all are returned by @agaffney in #943

Full Changelog: v0.112.0...v0.113.0

v0.112.0

04 Mar 20:45
41fec8c
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.111.0...v0.112.0

v0.111.0

28 Feb 17:27
a71e9e3
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.110.0...v0.111.0

v0.110.0

21 Feb 15:25
8c92a01
Compare
Choose a tag to compare

What's Changed

  • ci(go): add 1.24 to test matrix by @wolf31o2 in #892
  • ci: remove pr workflow in favor of go-test by @wolf31o2 in #893
  • fix(cbor): return decode error if int too large by @wolf31o2 in #894
  • fix: guard muxer segment creation from oversized payload by @wolf31o2 in #895
  • fix: better handling for arbitrary CBOR data structures by @agaffney in #896
  • feat: define TX witness types by @agaffney in #897
  • fix: guard txsubmission server against int overflows by @wolf31o2 in #898
  • feat: common interface for accessing TX witnesses by @agaffney in #899
  • chore: guard localtxmonitor server against int overflows by @wolf31o2 in #900
  • fix(ledger): guard againt int overflows by @wolf31o2 in #901
  • ci(go-test): configure explicit permissions by @wolf31o2 in #902
  • chore: configuration for golangci-lint by @wolf31o2 in #903
  • chore: make format golines by @wolf31o2 in #904

Full Changelog: v0.109.0...v0.110.0

v0.109.0

14 Feb 22:47
d1f0b76
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.108.2...v0.109.0

v0.108.2

28 Jan 13:11
e62503b
Compare
Choose a tag to compare

What's Changed

  • chore(deps): bump github.com/utxorpc/go-codegen from 0.15.0 to 0.16.0 by @dependabot in #842
  • chore(deps): bump github.com/btcsuite/btcd/btcutil from 1.1.3 to 1.1.6 by @dependabot in #841
  • refactor: send RequestNext in batches for chainsync pipelining by @agaffney in #843

Full Changelog: v0.108.1...v0.108.2

v0.108.1

23 Jan 22:56
bbca805
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.108.0...v0.108.1

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