v0.111.0
What's Changed
- refactor: merge duplicate ExUnits types by @agaffney in #905
- build: go 1.23 by @wolf31o2 in #907
- chore(deps): bump golang.org/x/crypto from 0.33.0 to 0.35.0 by @dependabot in #908
- ci: publish workflow permissions by @wolf31o2 in #909
- fix: remove copy loop var as it's no longer necessary by @wolf31o2 in #910
- fix: remove unnecessary conversion to string by @wolf31o2 in #911
- fix(ledger): remove unnecessary type conversions by @wolf31o2 in #912
- fix(protocol): preallocate return struct by @wolf31o2 in #914
- Potential fix for code scanning alert no. 13: Potentially unsafe quoting by @wolf31o2 in #913
- fix(ledger): preallocate return structs by @wolf31o2 in #915
- chore(cbor): typo in rat unmarshal error message by @wolf31o2 in #916
- fix: use %w for errors by @wolf31o2 in #917
- fix: use errors instead of fmt by @wolf31o2 in #918
- fix: use errors or string concat to avoid fmt by @wolf31o2 in #919
- chore: enable golangci-lint performance linters by @wolf31o2 in #920
Full Changelog: v0.110.0...v0.111.0