Releases: blinklabs-io/gouroboros
Releases · blinklabs-io/gouroboros
v0.126.0
What's Changed
- feat: added error return value to all Utxorpc() functions by @jkawan in #1050
- feat: Support getting ScriptRef from TransactionOutput interface by @arepala-uml in #1051
Full Changelog: v0.125.1...v0.126.0
v0.125.1
What's Changed
- fix: use raw address bytes for Shelley genesis UTxO TX ID hash by @agaffney in #1045
- fix(muxer): Return better error message when the peer closes the connection by @arepala-uml in #1038
- fix: slot length is a ratio by @wolf31o2 in #1046
- fix: prefer range over int vs for loop by @wolf31o2 in #1047
- fix: prefer any vs interface{} by @wolf31o2 in #1048
Full Changelog: v0.125.0...v0.125.1
v0.125.0
What's Changed
Full Changelog: v0.124.0...v0.125.0
v0.124.0
What's Changed
- test: fix error checking for utxorpc tx output by @wolf31o2 in #1033
- feat: support certificates in utxorpc conversions by @wolf31o2 in #1034
- style: make format golines by @wolf31o2 in #1035
- fix: sort cost model keys to determine index by @agaffney in #1037
Full Changelog: v0.123.0...v0.124.0
v0.123.0
What's Changed
- feat(ledger/babbage): Integer underflow issue in babbage.UtxoValidateCollateralEqBalance by @arepala-uml in #1024
- test(ledger): UTxO RPC functions for Shelley Transactions by @arepala-uml in #1026
- feat(ledger): Added error handling in ledger.Address Bytes() function by @jkawan in #1028
- feat(ledger):Create tests for UTxO RPC transaction functions by @arepala-uml in #1029
- refactor: return error from UpdateFromGenesis for consistency by @agaffney in #1031
- chore(deps): bump golang.org/x/crypto from 0.38.0 to 0.39.0 by @dependabot in #1030
Full Changelog: v0.122.0...v0.123.0
v0.122.0
What's Changed
- fix: avoid field access from nil object by @wolf31o2 in #1020
- Update paths to cardano-blueprint test data by @ch1bo in #1021
- feat: changes to support cost models while updating Alonzo protocols through genesis config by @jkawan in #984
- chore: split long lines using make format golines by @wolf31o2 in #1023
New Contributors
Full Changelog: v0.121.0...v0.122.0
v0.121.0
What's Changed
- chore(deps): bump github.com/blinklabs-io/ouroboros-mock from 0.3.7 to 0.3.8 by @dependabot in #1009
- chore(deps): bump golang.org/x/crypto from 0.37.0 to 0.38.0 by @dependabot in #1010
- feat(certs): Implemented Utxorpc() for Conway governance certs by @jkawan in #1006
- test: move cardano-blueprint git submodule under internal/test by @wolf31o2 in #1011
- fix: use maps.Copy instead of for loop by @wolf31o2 in #1016
- fix: use any instead of interface{} by @wolf31o2 in #1012
- fix: range over int instead of 3-clause condition by @wolf31o2 in #1013
- fix: use slices.Sort method instead of sort.Slice by @wolf31o2 in #1014
- fix: use min built-in for segment payload size by @wolf31o2 in #1015
New Contributors
Full Changelog: v0.120.1...v0.121.0
v0.120.1
What's Changed
- chore(deps): bump golangci/golangci-lint-action from 7 to 8 by @dependabot in #1007
- refactor: wait for connection close by @agaffney in #1008
Full Changelog: v0.120.0...v0.120.1
v0.120.0
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