Releases: blinklabs-io/gouroboros
Releases · blinklabs-io/gouroboros
v0.119.0
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
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
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
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
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
What's Changed
- fix(genesis): Added json labels to all genesis structs by @arepala-uml in #964
- fix: expose Byron block number by @agaffney in #970
- chore: make format golines by @wolf31o2 in #969
Full Changelog: v0.115.1...v0.115.2
v0.115.1
What's Changed
Full Changelog: v0.115.0...v0.115.1
v0.115.0
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
What's Changed
Full Changelog: v0.114.0...v0.114.1
v0.114.0
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
- @arepala-uml made their first contribution in #947
Full Changelog: v0.113.1...v0.114.0