Skip to content

v0.4.0

Compare
Choose a tag to compare
@github-actions github-actions released this 15 Mar 14:27
· 20 commits to main since this release
96f6841

What's Changed

  • feat: make listeners more configurable by @agaffney in #454
  • fix(connmanager): log correct node-to-client/node-to-node messages by @wolf31o2 in #455
  • fix: use correct receivers for custom database types by @agaffney in #456
  • build(deps): bump blinklabs-io/go from 1.24.0-1 to 1.24.1-1 by @dependabot in #457
  • build(deps): bump go.opentelemetry.io/otel/exporters/stdout/stdouttrace from 1.34.0 to 1.35.0 by @dependabot in #459
  • build(deps): bump golang.org/x/net from 0.35.0 to 0.37.0 by @dependabot in #462
  • build(deps): bump andrewslotin/go-proxy-pull-action from 1.2.0 to 1.3.0 by @dependabot in #463
  • fix(utxorpc): guard against empty protocol parameters by @wolf31o2 in #464
  • fix(state): guard against empty shelley genesis by @wolf31o2 in #465
  • refactor: improve consumed UTxO cleanup by @agaffney in #466
  • fix: improve key iteration for recent blocks by @agaffney in #468
  • fix: calculate TX hash correctly when adding to mempool by @agaffney in #467
  • refactor: rework mempool consumer by @agaffney in #470
  • chore(deps): update blinklabs-io/gouroboros to v0.113.1 by @agaffney in #471
  • feat(database): metadata store interface by @wolf31o2 in #469
  • feat: provide unique remote address for UNIX connections by @agaffney in #473
  • feat: validate TXs on addition to mempool by @agaffney in #475
  • chore: update comment for create method in sqlite plugin by @wolf31o2 in #477
  • refactor: use only UNIX socket file descriptor for remote address by @agaffney in #478
  • feat: purge mempool based on chain events by @agaffney in #479
  • feat: EraHistory ledger query by @agaffney in #480
  • chore(golangci-lint): enable format, import, and unused presets; disable depguard by @wolf31o2 in #481
  • chore: inline comment to appease golangci-lint by @wolf31o2 in #482

Full Changelog: v0.3.6...v0.4.0