Releases: blinklabs-io/gouroboros
Releases · blinklabs-io/gouroboros
v0.128.2
What's Changed
- fix: store redeemers in legacy format when needed by @agaffney in #1079
- fix: reset TxSubmission ack count on protocol restart by @agaffney in #1081
- fix: Conway witness set optional CBOR set tags by @agaffney in #1083
- fix: cbor.Value custom CBOR marshaling by @agaffney in #1085
- fix: Conway redeemer CBOR marshaling by @agaffney in #1087
Full Changelog: v0.128.1...v0.128.2
v0.128.1
What's Changed
Full Changelog: v0.128.0...v0.128.1
v0.128.0
What's Changed
- refactor: use separate type for TX pparam update by @agaffney in #1060
- fix: exclude empty datum hash from Alonzo TX output CBOR by @agaffney in #1061
- test(ledger): added blocks required for testing for all the eras except Conway by @jkawan in #1056
- fix: CBOR encoding for TX inputs by @agaffney in #1062
- fix: Byron address CBOR encoding by @agaffney in #1068
- refactor: use CBOR set tags when encoding TX body fields by @agaffney in #1069
- feat: TxSubmission MsgDone callback support by @agaffney in #1072
- feat: support for client Done in TxSubmission by @agaffney in #1074
- refactor: allow cleanly stopping TxSubmission server by @agaffney in #1076
Full Changelog: v0.127.0...v0.128.0
v0.127.0
What's Changed
Full Changelog: v0.126.0...v0.127.0
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