Skip to content

Releases: blinklabs-io/tx-submit-api

v0.14.3

06 Sep 17:56
dd8e43f

Choose a tag to compare

What's Changed

  • chore(deps): bump github.com/blinklabs-io/gouroboros from 0.51.0 to 0.52.0 by @dependabot in #130
  • chore(deps): bump github.com/swaggo/swag from 1.16.1 to 1.16.2 by @dependabot in #131
  • chore(deps): bump github.com/blinklabs-io/gouroboros from 0.52.0 to 0.53.0 by @dependabot in #132
  • fix: default permissions to match cardano-node by @wolf31o2 in #133

Full Changelog: v0.14.2...v0.14.3

v0.14.2

23 Aug 16:21
a9269f4

Choose a tag to compare

What's Changed

  • chore(deps): update go sha to latest for 1.19 by @wolf31o2 in #120
  • chore(deps): bump github.com/blinklabs-io/gouroboros from 0.47.0 to 0.48.0 by @dependabot in #121
  • chore(deps): bump golang.org/x/crypto from 0.11.0 to 0.12.0 by @dependabot in #122
  • chore(ci): update golangci-lint by @wolf31o2 in #124
  • chore(ci): use go 1.19 and 1.20 for golangci-lint by @wolf31o2 in #125
  • chore(deps): use blinklabs-io/go for image build by @wolf31o2 in #126
  • chore(deps): bump go.uber.org/zap from 1.24.0 to 1.25.0 by @dependabot in #123
  • chore(deps): bump github.com/blinklabs-io/gouroboros from 0.48.0 to 0.50.0 by @dependabot in #127
  • chore(deps): bump github.com/blinklabs-io/gouroboros from 0.50.0 to 0.51.0 by @dependabot in #129

Full Changelog: v0.14.1...v0.14.2

v0.14.1

10 Jul 17:24
8664feb

Choose a tag to compare

What's Changed

  • chore(deps): bump gouroboros to 0.42.0 by @wolf31o2 in #111
  • chore(docs): oss headers, coc, and codeowners by @wolf31o2 in #112
  • chore(deps): bump github.com/blinklabs-io/gouroboros from 0.42.0 to 0.43.0 by @dependabot in #113
  • chore(deps): bump github.com/blinklabs-io/gouroboros from 0.43.0 to 0.45.1 by @dependabot in #114
  • chore(deps): bump golang.org/x/crypto from 0.9.0 to 0.10.0 by @dependabot in #115
  • chore(deps): bump github.com/swaggo/swag from 1.8.12 to 1.16.1 by @dependabot in #109
  • chore(deps): pin go builder image sha by @wolf31o2 in #117
  • chore(deps): bump golang.org/x/crypto from 0.10.0 to 0.11.0 by @dependabot in #119
  • chore(deps): bump github.com/blinklabs-io/gouroboros from 0.45.1 to 0.47.0 by @dependabot in #118

Full Changelog: v0.14.0...v0.14.1

v0.14.0

02 Jun 20:36
a305dc1

Choose a tag to compare

What's Changed

  • ci: configure dependabot by @wolf31o2 in #96
  • chore(deps): bump github.com/blinklabs-io/gouroboros from 0.38.2 to 0.38.4 by @dependabot in #100
  • chore(deps): bump github.com/swaggo/gin-swagger from 1.5.2 to 1.6.0 by @dependabot in #101
  • chore(deps): bump github.com/swaggo/swag from 1.8.5 to 1.16.1 by @dependabot in #98
  • chore(deps): bump go.uber.org/zap from 1.21.0 to 1.24.0 by @dependabot in #99
  • chore(deps): bump github.com/gin-contrib/zap from 0.0.2 to 0.1.0 by @dependabot in #102
  • chore(deps): bump golang.org/x/crypto from 0.8.0 to 0.9.0 by @dependabot in #104
  • chore(deps): bump gouroboros to 0.40.1 by @wolf31o2 in #105
  • chore(docs): document binary releases and node timeouts in readme by @wolf31o2 in #106
  • feat: use gouroboros for network magic by @wolf31o2 in #107
  • feat: endpoint to check for transactions in mempool by @wolf31o2 in #108
  • chore(deps): bump github.com/gin-gonic/gin from 1.9.0 to 1.9.1 by @dependabot in #110

Full Changelog: v0.13.2...v0.14.0

v0.13.2

11 May 03:14
a3aa269

Choose a tag to compare

What's Changed

Full Changelog: v0.13.1...v0.13.2

v0.13.1

10 May 23:39
39bb8f7

Choose a tag to compare

What's Changed

Full Changelog: v0.13.0...v0.13.1

v0.13.0

09 May 13:48
00c4157

Choose a tag to compare

What's Changed

  • chore(docs): use latest in docker commands in readme by @wolf31o2 in #88
  • chore(deps): bump github.com/gin-gonic/gin from 1.8.1 to 1.9.0 by @dependabot in #89
  • feat: configurable timeout on ouroboros client by @wolf31o2 in #90
  • chore(ci): fix binary publish using workflow from blinklabs-io/snek by @wolf31o2 in #91
  • chore(ci): fix workflow file, bad paste by @wolf31o2 in #92
  • chore(ci): use correct go version to build by @wolf31o2 in #93

Full Changelog: v0.12.0...v0.13.0

v0.12.0

20 Apr 22:56
d9e6080

Choose a tag to compare

What's Changed

  • docs: usage with local cardano-node by @wolf31o2 in #80
  • chore(deps): bump golang.org/x/text from 0.3.7 to 0.3.8 by @dependabot in #81
  • chore(deps): bump golang.org/x/net from 0.0.0-20220826154423-83b083e8dc8b to 0.7.0 by @dependabot in #82
  • chore(deps): use chainguard images by @wolf31o2 in #83
  • chore(ci): set 10 minute golangci-lint timeout by @wolf31o2 in #84
  • chore: rename repo to blinklabs-io/tx-submit-api by @wolf31o2 in #86
  • chore(ci): fix dockerhub login by @wolf31o2 in #87

New Contributors

Full Changelog: v0.11.0...v0.12.0

v0.11.0

11 Feb 05:43
895dc53

Choose a tag to compare

What's Changed

  • chore: document node network settings in example by @wolf31o2 in #72
  • chore: document end-to-end use with cardano-node by @wolf31o2 in #75
  • ci: upgrade docker actions by @wolf31o2 in #76
  • chore: update go-ouroboros-network to v0.27.0 by @agaffney in #78

Full Changelog: v0.10.0...v0.11.0

v0.10.0

31 Dec 18:21
2f1f479

Choose a tag to compare

What's Changed

  • Add build and publish of binaries to github-workflows by @jwitko in #70
  • feat: support for parsing TX reject reason CBOR by @wolf31o2 in #71

New Contributors

Full Changelog: v0.9.0...v0.10.0