v0.12.0
·
65 commits
to main
since this release
Immutable
release. Only release title and notes can be modified.
What's Changed
- build: go 1.24 by @wolf31o2 in #291
- chore(deps): Bump github.com/blinklabs-io/gouroboros from 0.129.0 to 0.131.0 by @dependabot[bot] in #296
- chore(deps): Bump google.golang.org/grpc from 1.73.0 to 1.74.2 by @dependabot[bot] in #293
- chore(deps): Bump blinklabs-io/go from 1.24.5-1 to 1.24.6-1 by @dependabot[bot] in #292
- chore(deps): Bump github.com/swaggo/swag from 1.16.5 to 1.16.6 by @dependabot[bot] in #294
- chore(deps): Bump github.com/prometheus/client_golang from 1.22.0 to 1.23.0 by @dependabot[bot] in #295
- chore(deps): Bump google.golang.org/api from 0.243.0 to 0.247.0 by @dependabot[bot] in #297
- chore(deps): Bump actions/setup-java from 4.7.1 to 5.0.0 by @dependabot[bot] in #300
- chore(deps): Bump github.com/blinklabs-io/gouroboros from 0.131.0 to 0.132.0 by @dependabot[bot] in #298
- chore(deps): Bump google.golang.org/grpc from 1.74.2 to 1.75.0 by @dependabot[bot] in #301
- chore(deps): Bump github.com/stretchr/testify from 1.10.0 to 1.11.0 by @dependabot[bot] in #299
- chore(deps): Bump github.com/spf13/cobra from 1.9.1 to 1.10.1 by @dependabot[bot] in #302
- chore(deps): Bump google-github-actions/setup-gcloud from 2 to 3 by @dependabot[bot] in #307
- chore(deps): Bump actions/attest-build-provenance from 2.4.0 to 3.0.0 by @dependabot[bot] in #306
- chore(deps): Bump google-github-actions/auth from 2 to 3 by @dependabot[bot] in #305
- chore(deps): Bump github.com/blinklabs-io/gouroboros from 0.132.0 to 0.133.0 by @dependabot[bot] in #303
- chore(deps): Bump github.com/stretchr/testify from 1.11.0 to 1.11.1 by @dependabot[bot] in #304
- chore(deps): Bump github.com/blinklabs-io/gouroboros from 0.133.0 to 0.134.2 by @dependabot[bot] in #310
- chore(deps): Bump actions/setup-go from 5.5.0 to 6.0.0 by @dependabot[bot] in #313
- chore(deps): Bump golang.org/x/sync from 0.16.0 to 0.17.0 by @dependabot[bot] in #308
- chore(deps): Bump google.golang.org/api from 0.248.0 to 0.249.0 by @dependabot[bot] in #309
- chore(deps): Bump github.com/prometheus/client_golang from 1.23.0 to 1.23.2 by @dependabot[bot] in #311
- chore(deps): Bump actions/github-script from 7.0.1 to 8.0.0 by @dependabot[bot] in #314
- chore(deps): Bump blinklabs-io/go from 1.24.6-1 to 1.24.7-1 by @dependabot[bot] in #312
- ci: enable nilaway scans by @wolf31o2 in #317
- ci: use go 1.25 by @wolf31o2 in #318
- chore(deps): Bump github.com/blinklabs-io/gouroboros from 0.134.2 to 0.135.1 by @dependabot[bot] in #315
- chore(deps): Bump google.golang.org/grpc from 1.75.0 to 1.75.1 by @dependabot[bot] in #316
- chore(deps): Bump github.com/blinklabs-io/gouroboros from 0.135.1 to 0.135.2 by @dependabot[bot] in #319
- chore(deps): Bump google.golang.org/api from 0.249.0 to 0.250.0 by @dependabot[bot] in #321
- chore(deps): Bump docker/login-action from 3.5.0 to 3.6.0 by @dependabot[bot] in #322
- chore(deps): Bump github.com/getsops/sops/v3 from 3.10.2 to 3.11.0 by @dependabot[bot] in #320
- chore: move assets under .github by @wolf31o2 in #323
- chore(deps): Bump google.golang.org/api from 0.250.0 to 0.251.0 by @dependabot[bot] in #324
- chore(deps): Bump peter-evans/dockerhub-description from 4.0.2 to 5.0.0 by @dependabot[bot] in #325
- chore(deps): Bump google.golang.org/api from 0.251.0 to 0.252.0 by @dependabot[bot] in #326
- chore(deps): Bump cloud.google.com/go/secretmanager from 1.15.0 to 1.15.1 by @dependabot[bot] in #328
- chore(deps): Bump google.golang.org/grpc from 1.75.1 to 1.76.0 by @dependabot[bot] in #327
- chore(deps): Bump github.com/blinklabs-io/gouroboros from 0.135.2 to 0.136.0 by @dependabot[bot] in #329
- chore(deps): Bump cloud.google.com/go/secretmanager from 1.15.1 to 1.16.0 by @dependabot[bot] in #330
- fix: align struct fields for smallest memory use by @wolf31o2 in #333
- chore(deps): Bump github.com/consensys/gnark-crypto from 0.19.0 to 0.19.1 by @dependabot[bot] in #334
- chore(deps): Bump github.com/blinklabs-io/gouroboros from 0.136.0 to 0.137.0 by @dependabot[bot] in #332
- chore(deps): Bump google.golang.org/api from 0.252.0 to 0.253.0 by @dependabot[bot] in #331
- feat(bursa): Debugging interface by @arepala-uml in #336
- chore(deps): Bump github.com/blinklabs-io/gouroboros from 0.137.0 to 0.137.1 by @dependabot[bot] in #338
- chore(deps): Bump google.golang.org/api from 0.253.0 to 0.254.0 by @dependabot[bot] in #337
- Implement BIP32-Ed25519 for Cardano HD wallets by @wolf31o2 in #339
- feat: Support parsing keys by @arepala-uml in #335
- fix: use range over int vs loop increment by @wolf31o2 in #347
- chore(deps): Bump docker/setup-qemu-action from 3.6.0 to 3.7.0 by @dependabot[bot] in #345
- chore(deps): Bump golang.org/x/sync from 0.17.0 to 0.18.0 by @dependabot[bot] in #342
- chore(deps): Bump github.com/blinklabs-io/gouroboros from 0.137.1 to 0.138.0 by @dependabot[bot] in #343
- chore(deps): Bump golangci/golangci-lint-action from 8.0.0 to 9.0.0 by @dependabot[bot] in #344
- chore(deps): Bump google.golang.org/api from 0.254.0 to 0.255.0 by @dependabot[bot] in #341
- chore(deps): Bump docker/metadata-action from 5.8.0 to 5.9.0 by @dependabot[bot] in #346
- chore(deps): Bump golang.org/x/crypto from 0.43.0 to 0.45.0 by @dependabot[bot] in #348
- fix(metrics): correct name for wallet updated count by @wolf31o2 in #349
- fix(api): correct ordering for new wallet call by @wolf31o2 in #351
- perf: CBOR caching and memory optimizations by @wolf31o2 in #350
- style: make format golines by @wolf31o2 in #352
- feat: add generic storage interface with file and GCP backends by @wolf31o2 in #353
- chore(deps): Bump github.com/blinklabs-io/gouroboros from 0.138.0 to 0.140.0 by @dependabot[bot] in #354
- chore(deps): Bump google.golang.org/grpc from 1.76.0 to 1.77.0 by @dependabot[bot] in #355
- chore(deps): Bump actions/checkout from 5.0.0 to 6.0.0 by @dependabot[bot] in #357
- chore(deps): Bump golangci/golangci-lint-action from 9.0.0 to 9.1.0 by @dependabot[bot] in #358
- chore(deps): Bump blinklabs-io/go from 1.24.7-1 to 1.25.4-1 by @dependabot[bot] in #359
- chore(deps): Bump actions/setup-go from 6.0.0 to 6.1.0 by @dependabot[bot] in #356
- feat: Add CIP-1852 conformance tests and improve error handling by @wolf31o2 in #360
- feat: add comprehensive input validation for all public APIs by @wolf31o2 in #361
- feat: support CIP-0005 bech32 string encoding by @wolf31o2 in #362
- feat: governance keys (CIP-105) by @wolf31o2 in #363
- chore(deps): Bump github.com/blinklabs-io/gouroboros from 0.140.0 to 0.142.0 by @dependabot[bot] in #364
- chore(deps): Bump docker/metadata-action from 5.9.0 to 5.10.0 by @dependabot[bot] in #365
- test(api): confirm validation methods by @wolf31o2 in #366
- chore(deps): Bump github.com/blinklabs-io/gouroboros from 0.142.0 to 0.143.0 by @dependabot[bot] in #369
- chore(deps): Bump actions/setup-java from 5.0.0 to 5.1.0 by @dependabot[bot] in #373
- chore(deps): Bump actions/checkout from 6.0.0 to 6.0.1 by @dependabot[bot] in #374
- chore(deps): Bump golangci/golangci-lint-action from 9.1.0 to 9.2.0 by @dependabot[bot] in #375
- chore(deps): Bump github.com/spf13/cobra from 1.10.1 to 1.10.2 by @dependabot[bot] in #370
- chore(deps): Bump google.golang.org/api from 0.256.0 to 0.257.0 by @dependabot[bot] in #368
- chore(deps): Bump blinklabs-io/go from 1.25.4-1 to 1.25.5-1 by @dependabot[bot] in #372
- chore(deps): Bump golang.org/x/sync from 0.18.0 to 0.19.0 by @dependabot[bot] in #371
- feat: multi-sig script (CIP-1854) by @wolf31o2 in #367
- chore(deps): Bump github.com/blinklabs-io/gouroboros from 0.143.0 to 0.145.0 by @dependabot[bot] in #378
- chore(deps): Bump golang.org/x/crypto from 0.45.0 to 0.46.0 by @dependabot[bot] in #377
- chore(deps): Bump github.com/go-playground/validator/v10 from 10.28.0 to 10.29.0 by @dependabot[bot] in #376
- chore(deps): Bump github.com/go-playground/validator/v10 from 10.29.0 to 10.30.0 by @dependabot[bot] in #380
- chore(deps): Bump actions/attest-build-provenance from 3.0.0 to 3.1.0 by @dependabot[bot] in #381
- chore(deps): Bump docker/setup-buildx-action from 3.11.1 to 3.12.0 by @dependabot[bot] in #382
- chore(deps): Bump google.golang.org/api from 0.257.0 to 0.258.0 by @dependabot[bot] in #379
- feat: multiple CIP compliance by @wolf31o2 in #385
- chore(deps): Bump google.golang.org/grpc from 1.77.0 to 1.78.0 by @dependabot[bot] in #383
- chore(deps): Bump github.com/go-playground/validator/v10 from 10.30.0 to 10.30.1 by @dependabot[bot] in #384
- feat: CIP-1853 stake pool cold keys by @wolf31o2 in #386
- chore(deps): Bump github.com/blinklabs-io/gouroboros from 0.145.0 to 0.146.0 by @dependabot[bot] in #388
- feat(cli): wallet restore by @wolf31o2 in #389
- refactor: use With* functional options by @wolf31o2 in #390
- feat(cli): key derivation commands by @wolf31o2 in #391
- chore(deps): Bump github.com/blinklabs-io/gouroboros from 0.146.0 to 0.147.0 by @dependabot[bot] in #394
- chore(deps): Bump google.golang.org/api from 0.258.0 to 0.259.0 by @dependabot[bot] in #392
- feat: forging policy keys by @wolf31o2 in #396
- feat:
bursa key pool-coldcommand by @wolf31o2 in #397 - chore(deps): Bump github.com/ethereum/go-ethereum from 1.16.7 to 1.16.8 by @dependabot[bot] in #395
- chore(deps): Bump golang.org/x/crypto from 0.46.0 to 0.47.0 by @dependabot[bot] in #393
- feat:
bursa key kesandbursa key vrfby @wolf31o2 in #399 - feat:
bursa key drepcommand by @wolf31o2 in #398 - feat(cli):
bursa cert op-certcommand by @wolf31o2 in #400 - feat(cli): committee-hot and committee-cold key commands by @wolf31o2 in #401
New Contributors
- @arepala-uml made their first contribution in #336
Full Changelog: v0.11.1...v0.12.0