What's Changed
- chore(codeowners): move under .github by @wolf31o2 in #427
- build: go 1.23 by @wolf31o2 in #428
- build(deps): bump github.com/prometheus/client_golang from 1.20.5 to 1.21.0 by @dependabot in #426
- fix(state): preallocate return struct by @wolf31o2 in #429
- fix(txsubmission): remove copy loop var as it's no longer needed by @wolf31o2 in #431
- fix(utxorpc): avoid unnecessary type conversions by @wolf31o2 in #430
- fix: use %w in errors by @wolf31o2 in #433
- fix(utxorpc): use getter methods by @wolf31o2 in #434
- ci(docker): explicit read permissions by @wolf31o2 in #435
- refactor(database): sqlite metadata plugin by @wolf31o2 in #432
- fix: use errors, strconv, and concatenation to avoid fmt by @wolf31o2 in #436
- chore: enable golangci-lint performance linters by @wolf31o2 in #437
- ci: fix permissions in ci-docker workflow by @agaffney in #438
- chore(deps): gouroboros 0.111.0 by @wolf31o2 in #439
- docs: remove contributing in favor of global version by @wolf31o2 in #440
- fix: use %w in database/plugin for errors by @wolf31o2 in #441
- fix(database): remove none plugin option type by @wolf31o2 in #442
- fix: use errors method to check equivalence by @wolf31o2 in #443
- fix: use errors func instead of direct type assignment by @wolf31o2 in #444
- fix: use pointer receivers by @wolf31o2 in #445
- ci(golangci-lint): use bugs and performance presets by @wolf31o2 in #446
- refactor: use more specific type for pparams by @agaffney in #448
- feat: track deposit for certs by @agaffney in #449
- chore(golangci-lint): enable sql preset by @wolf31o2 in #450
- chore: make format golines by @wolf31o2 in #451
- feat: validate TXs by @agaffney in #452
- ci: fix permissions in publish workflow by @agaffney in #453
Full Changelog: v0.3.5...v0.3.6