Skip to content

Releases: blinklabs-io/adder

v0.30.2

09 Jun 22:11
5d1d7a8
Compare
Choose a tag to compare

What's Changed

  • Added timeout for kupo client by @jkawan in #430
  • chore(deps): bump docker/build-push-action from 6.17.0 to 6.18.0 by @dependabot in #431
  • chore(deps): update blinklabs-io/gouroboros to v0.123.0 by @agaffney in #435

Full Changelog: v0.30.1...v0.30.2

v0.30.1

29 May 16:11
e96f4b9
Compare
Choose a tag to compare

What's Changed

  • chore(deps): bump docker/build-push-action from 6.16.0 to 6.17.0 by @dependabot in #425
  • chore(deps): bump github.com/blinklabs-io/gouroboros from 0.120.1 to 0.121.0 by @dependabot in #427
  • chore(deps): bump github.com/gin-gonic/gin from 1.10.0 to 1.10.1 by @dependabot in #428
  • chore(deps): kugo 1.2.0 and ogmigo 6.0.1 by @wolf31o2 in #429

Full Changelog: v0.30.0...v0.30.1

v0.30.0

18 May 23:47
407edc1
Compare
Choose a tag to compare

What's Changed

  • fix: use any instead of interface{} by @wolf31o2 in #422
  • feat: configurable delay confirmations for chainsync events by @agaffney in #423
  • chore(deps): bump actions/setup-go from 5.4.0 to 5.5.0 by @dependabot in #420
  • chore(deps): bump github.com/blinklabs-io/gouroboros from 0.120.0 to 0.120.1 by @dependabot in #421
  • build(makefile): append .exe to windows binaries by @wolf31o2 in #424

Full Changelog: v0.29.0...v0.30.0

v0.29.0

07 May 16:58
8810643
Compare
Choose a tag to compare

What's Changed

  • chore(deps): bump golang.org/x/net from 0.36.0 to 0.38.0 by @dependabot in #404
  • ci(publish): use windows-latest and powershell for windows builds by @wolf31o2 in #405
  • chore(deps): bump github.com/blinklabs-io/gouroboros from 0.116.0 to 0.117.0 by @dependabot in #407
  • chore(deps): bump github.com/SundaeSwap-finance/ogmigo from 0.9.0 to 0.10.0 by @dependabot in #406
  • chore: make format golines by @wolf31o2 in #409
  • chore(deps): bump github.com/blinklabs-io/gouroboros from 0.117.0 to 0.118.0 by @dependabot in #408
  • chore(ci): pin all actions to commit hash and comment with version and release link by @overcookedpanda in #410
  • chore(deps): bump golangci/golangci-lint-action from 7.0.0 to 8.0.0 by @dependabot in #411
  • Feat: Transaction Witnesses by @MIxAxIM in #419
  • chore(deps): bump golang.org/x/oauth2 from 0.29.0 to 0.30.0 by @dependabot in #413
  • chore(deps): bump github.com/blinklabs-io/gouroboros from 0.118.0 to 0.120.0 by @dependabot in #414

New Contributors

Full Changelog: v0.28.0...v0.29.0

v0.28.0

11 Apr 22:28
8e13822
Compare
Choose a tag to compare

What's Changed

  • feat(filter): check StakeDeregistrationCertificate and StakeDelegationCertificate StakeCredential by @jkawan in #390
  • chore(deps): bump github.com/blinklabs-io/gouroboros from 0.114.1 to 0.115.2 by @dependabot in #391
  • fix: update golangci-lint and clean up error messages by @wolf31o2 in #394
  • fix(chainsync): Updated tests to use renamed and fixed-size Credentia Struct by @arepala-uml in #395
  • fix(input): chainsync plugin kupo health url by @wolf31o2 in #401
  • chore(deps): bump golang.org/x/oauth2 from 0.28.0 to 0.29.0 by @dependabot in #396
  • chore(deps): bump blinklabs-io/go from 1.24.1-1 to 1.24.2-1 by @dependabot in #398
  • chore(deps): gouroboros 0.116.0 by @wolf31o2 in #402

New Contributors

Full Changelog: v0.27.0...v0.28.0

v0.27.0

28 Mar 20:15
63b29e7
Compare
Choose a tag to compare

What's Changed

  • fix: default gin to release node by @wolf31o2 in #325
  • ci(macos): update app with icon by @wolf31o2 in #326
  • chore(windows): icon resources by @wolf31o2 in #327
  • chore: add windows icon and run make format swagger golines by @wolf31o2 in #328
  • ci(publish): use a variable for app name by @wolf31o2 in #330
  • fix: bail early on empty block before sending event by @wolf31o2 in #331
  • feat(windows): detect double-click launch by @wolf31o2 in #333
  • chore: add issues to TODO comments by @agaffney in #339
  • docs(readme): replace zap w/ slog by @wolf31o2 in #340
  • ci: remove codeql config as we use defaults by @wolf31o2 in #342
  • chore(codeowners): update codeowners to list docs team by @wolf31o2 in #343
  • chore(deps): bump blinklabs-io/go from 1.23.5-1 to 1.23.6-1 by @dependabot in #344
  • ci: conventional commits permissions by @wolf31o2 in #345
  • chore(deps): bump golang.org/x/oauth2 from 0.25.0 to 0.26.0 by @dependabot in #348
  • chore(deps): bump github.com/blinklabs-io/gouroboros from 0.108.2 to 0.109.0 by @dependabot in #347
  • ci(go): add 1.24 to test matrix by @wolf31o2 in #350
  • feat: debugger 60s timeout by @wolf31o2 in #351
  • fix: guard casting to uint/uint32 by @wolf31o2 in #352
  • fix(notify): tighten permissions to only user on icon file by @wolf31o2 in #353
  • chore: configure golangci-lint and enable gosec by @wolf31o2 in #354
  • chore(deps): bump blinklabs-io/go from 1.23.6-1 to 1.24.0-1 by @dependabot in #346
  • ci(golangci-lint): explicitly add default linters to enabled by @wolf31o2 in #355
  • ci(go-test): configure explicit permissions by @wolf31o2 in #356
  • chore(codeowners): move under .github by @wolf31o2 in #357
  • feat: status update on rollbackward by @jkawan in #359
  • build: go 1.23 by @wolf31o2 in #362
  • fix: remove unnecessary type conversion by @wolf31o2 in #363
  • fix: use stdlib vars for http methods by @wolf31o2 in #365
  • chore(deps): bump github.com/blinklabs-io/gouroboros from 0.109.0 to 0.110.0 by @dependabot in #360
  • chore(deps): bump golang.org/x/oauth2 from 0.26.0 to 0.27.0 by @dependabot in #361
  • ci(docker): explicit workflow permissions by @wolf31o2 in #364
  • fix(api): guard access logger json marshal errors by @wolf31o2 in #366
  • fix: use %w in errors by @wolf31o2 in #367
  • fix(fcm): use a context with http request by @wolf31o2 in #368
  • fix(plugin): remove none plugin option type by @wolf31o2 in #369
  • fix: use errors, strconv, and concatenation to avoid fmt by @wolf31o2 in #370
  • chore: enable golangci-lint performance linters by @wolf31o2 in #371
  • ci: fix permissions in ci-docker workflow by @agaffney in #372
  • ci(golangci-lint): use bugs and performance presets by @wolf31o2 in #374
  • ci(publish): use correct permission name by @wolf31o2 in #375
  • chore(deps): bump andrewslotin/go-proxy-pull-action from 1.2.0 to 1.3.0 by @dependabot in #377
  • feat: exposed era in chainsync input by @jkawan in #373
  • chore(deps): bump github.com/blinklabs-io/gouroboros from 0.110.0 to 0.111.0 by @dependabot in #376
  • chore(deps): update github.com/gen2brain/beeep to 9c006672e7f4 by @wolf31o2 in #378
  • chore: make format golines by @wolf31o2 in #379
  • chore(golangci-lint): enable format, import, and unused presets; disable depguard by @wolf31o2 in #386
  • chore(deps): bump github.com/blinklabs-io/gouroboros from 0.111.0 to 0.113.1 by @dependabot in #381
  • chore(deps): bump golang.org/x/oauth2 from 0.27.0 to 0.28.0 by @dependabot in #382
  • chore(deps): bump golang.org/x/net from 0.33.0 to 0.36.0 by @dependabot in #384
  • chore(deps): bump blinklabs-io/go from 1.24.0-1 to 1.24.1-1 by @dependabot in #383
  • test: added unit tests for chainsync filter plugin by @jkawan in #385
  • chore(deps): bump github.com/blinklabs-io/gouroboros from 0.113.1 to 0.114.1 by @dependabot in #388

New Contributors

Full Changelog: v0.26.0...v0.27.0

v0.26.0

01 Feb 21:47
fa570f4
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.25.4...v0.26.0

v0.25.4

16 Jan 20:58
526f2eb
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.25.3...v0.25.4

v0.25.3

14 Jan 13:23
11f5dd5
Compare
Choose a tag to compare

What's Changed

  • chore(deps): bump github.com/blinklabs-io/gouroboros from 0.105.0 to 0.105.1 by @dependabot in #290
  • build: add gofmt to format make target by @wolf31o2 in #291
  • chore(deps): bump github.com/blinklabs-io/gouroboros from 0.105.1 to 0.105.2 by @dependabot in #292
  • chore(deps): bump github.com/utxorpc/go-codegen from 0.14.0 to 0.15.0 by @dependabot in #295
  • chore(deps): bump github.com/blinklabs-io/gouroboros from 0.105.2 to 0.106.0 by @dependabot in #294
  • build: use go 1.22.9 by @wolf31o2 in #296
  • chore(deps): bump golang.org/x/oauth2 from 0.24.0 to 0.25.0 by @dependabot in #297
  • chore(deps): bump github.com/blinklabs-io/gouroboros from 0.106.0 to 0.106.2 by @dependabot in #298
  • chore(deps): bump github.com/blinklabs-io/gouroboros from 0.106.2 to 0.107.1 by @dependabot in #301
  • fix: use ogmigo and kugo from main by @wolf31o2 in #303
  • chore(deps): bump golang.org/x/net from 0.25.0 to 0.33.0 by @dependabot in #302

Full Changelog: v0.25.2...v0.25.3

v0.25.2

13 Dec 16:34
40a7f78
Compare
Choose a tag to compare

What's Changed

  • fix: guard against an empty token store in fcm output by @wolf31o2 in #279
  • chore(deps): bump github.com/blinklabs-io/gouroboros from 0.103.6 to 0.104.2 by @dependabot in #282
  • chore: golines and rename file to snake case by @wolf31o2 in #281
  • chore(deps): bump github.com/stretchr/testify from 1.9.0 to 1.10.0 by @dependabot in #283
  • chore(deps): bump github.com/blinklabs-io/gouroboros from 0.104.2 to 0.105.0 by @dependabot in #284
  • chore(deps): bump github.com/utxorpc/go-codegen from 0.12.0 to 0.14.0 by @dependabot in #286
  • chore(deps): bump blinklabs-io/go from 1.23.3-1 to 1.23.4-1 by @dependabot in #287
  • ci: attestations for binaries and container images by @wolf31o2 in #288
  • chore(deps): bump golang.org/x/crypto from 0.29.0 to 0.31.0 by @dependabot in #289

Full Changelog: v0.25.1...v0.25.2