Skip to content

Releases: blinklabs-io/gouroboros

v0.119.0

01 May 12:07
45259de
Compare
Choose a tag to compare

What's Changed

  • chore: make format golines by @wolf31o2 in #999
  • test(protocol): localstatequery using cardano blueprint tests by @wolf31o2 in #1001
  • fix: require explicit muxer start before handshake by @agaffney in #1002
  • feat(ledger): consume deposit for stake registration delegation certificate by @wolf31o2 in #1003

Full Changelog: v0.118.0...v0.119.0

v0.118.0

27 Apr 14:02
34fe34a
Compare
Choose a tag to compare

What's Changed

  • chore: remove positive logging in tests by @agaffney in #996
  • refactor: switch various hash types to aliases by @agaffney in #997
  • fix(chainsync): Handle error in chainsync.NewWrappedHeader by @arepala-uml in #998

Full Changelog: v0.117.1...v0.118.0

v0.117.1

24 Apr 13:27
d6f3ddb
Compare
Choose a tag to compare

What's Changed

  • fix(ledger): conway consume/produce deposits from (de)registration by @wolf31o2 in #988
  • fix(ledger): consume deposits from drep registration in conway by @wolf31o2 in #989
  • fix(ledger): consume deposits from governance proposal deposits in conway by @wolf31o2 in #990
  • feat(ledger): Add Byron transaction output support to NewTransactionOutputFromCbor by @arepala-uml in #993
  • fix(ledger): return deposits from drep registration on retire in conway by @wolf31o2 in #995

Full Changelog: v0.117.0...v0.117.1

v0.117.0

15 Apr 17:35
7d4fc0b
Compare
Choose a tag to compare

What's Changed

  • chore(golangci-lint): migrate configuration to v2 by @wolf31o2 in #975
  • chore: make format golines by @wolf31o2 in #976
  • chore(deps): bump golang.org/x/crypto from 0.36.0 to 0.37.0 by @dependabot in #977
  • refactor: remove embeds in per-era TransactionBody types by @agaffney in #979
  • chore: fix typo in comment by @agaffney in #980
  • refactor: remove embedding in TX witness set types by @agaffney in #981
  • refactor: remove reflection when storing CBOR on decode by @agaffney in #983
  • refactor: remove embedding in pparam types by @agaffney in #985
  • refactor: remove additional uses of reflection for CBOR decoding by @agaffney in #986
  • fix: save original CBOR after decoding in BabbageTransactionOutput by @agaffney in #987

Full Changelog: v0.116.0...v0.117.0

v0.116.0

01 Apr 22:04
2a8568e
Compare
Choose a tag to compare

What's Changed

  • feat(ledger): Add a method to get the Certificate type to the interface by @arepala-uml in #971
  • chore(deps): bump github.com/fxamacker/cbor/v2 from 2.7.0 to 2.8.0 by @dependabot in #973
  • refactor: return Blake2b256 for block and TX hash by @agaffney in #974

Full Changelog: v0.115.2...v0.116.0

v0.115.2

29 Mar 15:06
e70e43f
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.115.1...v0.115.2

v0.115.1

25 Mar 19:46
d308be0
Compare
Choose a tag to compare

What's Changed

  • fix: use correct TX size calc for min-fee in Alonzo and later by @agaffney in #967

Full Changelog: v0.115.0...v0.115.1

v0.115.0

25 Mar 15:44
d60aa9d
Compare
Choose a tag to compare

What's Changed

  • chore: rename StakeCredential to Credential by @goofy-liskov in #961
  • Add JSON labels to Genesis structs by @arepala-uml in #960
  • fix(ledger): use a named type for credential hash by @wolf31o2 in #962
  • fix: use stored CBOR in TX validation rules by @agaffney in #965
  • refactor: make CredentialHash/AddrKeyHash aliases of Blake2b224 by @agaffney in #966

New Contributors

  • @goofy-liskov made their first contribution in #961

Full Changelog: v0.114.1...v0.115.0

v0.114.1

21 Mar 13:06
928a938
Compare
Choose a tag to compare

What's Changed

  • fix: add missing UnmarshalCBOR for types using cbor.DecodeStoreCbor by @agaffney in #957

Full Changelog: v0.114.0...v0.114.1

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