Releases: blinklabs-io/gouroboros
Releases · blinklabs-io/gouroboros
v0.54.0
What's Changed
- chore(deps): update go to 1.20 by @wolf31o2 in #382
- chore(deps): bump golang.org/x/crypto from 0.12.0 to 0.13.0 by @dependabot in #383
- fix: use os instead of io/ioutil to appease golangci-lint by @wolf31o2 in #384
- chore: update fxamacker/cbor to 2.5.0 by @agaffney in #385
- ci: scheduled chainsync test by @agaffney in #386
- feat: support for decoding rational numbers in CBOR by @agaffney in #388
- feat: support for CBOR tag 24 (wrapped CBOR) by @agaffney in #389
- fix: parse Byron transaction as array by @agaffney in #390
- ci: allow manual triggering of chainsync test workflow by @agaffney in #391
- ci: remove scheduled chainsync test by @agaffney in #392
Full Changelog: v0.53.0...v0.54.0
v0.53.0
v0.52.0
What's Changed
- chore(deps): bump github.com/jinzhu/copier from 0.3.5 to 0.4.0 by @dependabot in #376
- feat: use pointer for TX metadata to better handle nil value by @agaffney in #377
Full Changelog: v0.51.0...v0.52.0
v0.51.0
v0.50.0
v0.49.0
What's Changed
- chore(deps): bump golang.org/x/crypto from 0.11.0 to 0.12.0 by @dependabot in #365
- chore(ci): update golangci-lint by @wolf31o2 in #366
- feat: finish basic tx-submission client implementation by @agaffney in #367
Full Changelog: v0.48.0...v0.49.0
v0.48.0
What's Changed
- chore(deps): bump golang.org/x/crypto from 0.10.0 to 0.11.0 by @dependabot in #359
- feat: support for CBOR tags for arbitrarily large ints by @agaffney in #361
- fix: use chain origin when no intersect points are specified by @agaffney in #362
- feat: expose values for CBOR constructor type by @agaffney in #363
Full Changelog: v0.47.0...v0.48.0
v0.47.0
v0.46.0
What's Changed
- feat: return full transaction instead of just the body by @agaffney in #306
- chore: update README by @agaffney in #307
- chore(deps): bump golang.org/x/crypto from 0.9.0 to 0.10.0 by @dependabot in #310
- feat: support for parsing TX output datum by @agaffney in #311
- chore(doc): update README checklist layout by @wolf31o2 in #313
- fix: recover panics when decoding CBOR maps by @agaffney in #354
- feat: generate JSON for arbitrary CBOR by @agaffney in #355
- ci: remove code coverage workflow by @agaffney in #357
- feat: use interfaces for NewTransaction(Body)FromCbor functions by @agaffney in #356
Full Changelog: v0.45.1...v0.46.0