Skip to content

Releases: gnolang/tx-indexer

v0.5.3

28 Nov 10:30
v0.5.3
aceadf4
Compare
Choose a tag to compare

Changelog

  • efb792b chore(deps): bump anchore/sbom-action from 0.17.2 to 0.17.7 (#110)
  • 68f2f7c chore(deps): bump anchore/sbom-action from 0.17.7 to 0.17.8 (#117)
  • c9eddb2 chore(deps): bump github.com/99designs/gqlgen from 0.17.54 to 0.17.56 (#113)
  • 651f69f chore(deps): bump github.com/stretchr/testify from 1.9.0 to 1.10.0 (#118)
  • 2036431 chore(deps): bump github.com/vektah/gqlparser/v2 from 2.5.17 to 2.5.19 (#112)
  • aceadf4 chore(deps): bump golang.org/x/sync from 0.8.0 to 0.9.0 (#115)
  • c31ad66 chore(deps): bump sigstore/cosign-installer from 3.6.0 to 3.7.0 (#98)
  • eefbbc0 chore: Call go generate after lib update. (#114)
  • 83ec06d chore: Update codeowners to only ping to @ajnavarro and @zivkovicmilos (#108)
  • 652dcd5 feat: add gas price RPC methods (#120)
  • 5701299 feat: upgrade gno (#111)

Container Images

https://ghcr.io/gnolang/tx-indexer:v0.5.3

For example:

docker pull ghcr.io/gnolang/tx-indexer:v0.5.3

v0.5.2

07 Oct 10:41
d72773f
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.5.1...v0.5.2

v0.5.1

01 Oct 08:53
v0.5.1
124725d
Compare
Choose a tag to compare

Changelog

  • 2703809 chore(deps): bump github.com/vektah/gqlparser/v2 from 2.5.16 to 2.5.17 (#94)
  • 124725d fix: genesis transaction marshaling (#96)
  • 1d25697 fix: upgrade gno to support latest portal loop (#95)

Container Images

https://ghcr.io/gnolang/tx-indexer:v0.5.1

For example:

docker pull ghcr.io/gnolang/tx-indexer:v0.5.1

What's Changed

  • chore(deps): bump github.com/vektah/gqlparser/v2 from 2.5.16 to 2.5.17 by @dependabot in #94
  • fix: upgrade gno to support latest portal loop by @n0izn0iz in #95
  • fix: genesis transaction marshaling by @n0izn0iz in #96

Full Changelog: v0.5.0...v0.5.1

v0.5.0

26 Sep 10:30
43ea527
Compare
Choose a tag to compare

What's Changed

Dependency Updates

  • chore(deps): bump anchore/sbom-action from 0.16.0 to 0.16.1 by @dependabot in #65
  • chore(deps): bump anchore/sbom-action from 0.16.1 to 0.17.0 by @dependabot in #67
  • chore(deps): bump github.com/gnolang/gno from 0.1.0-nightly.20240707 to 0.1.1 by @dependabot in #66
  • chore(deps): bump github.com/go-chi/httprate from 0.9.0 to 0.12.1 by @dependabot in #79
  • chore(deps): bump golang.org/x/sync from 0.7.0 to 0.8.0 by @dependabot in #77
  • chore(deps): bump sigstore/cosign-installer from 3.5.0 to 3.6.0 by @dependabot in #78
  • chore(deps): bump github.com/cockroachdb/pebble from 1.1.1 to 1.1.2 by @dependabot in #81
  • chore(deps): bump anchore/sbom-action from 0.17.0 to 0.17.1 by @dependabot in #80
  • chore(deps): bump github.com/99designs/gqlgen from 0.17.49 to 0.17.51 by @dependabot in #92
  • chore(deps): bump github.com/gnolang/gno from 0.1.1 to 0.2.0 by @dependabot in #87
  • chore(deps): bump github.com/99designs/gqlgen from 0.17.51 to 0.17.54 by @dependabot in #93
  • chore(deps): bump anchore/sbom-action from 0.17.1 to 0.17.2 by @dependabot in #82
  • chore(deps): bump github.com/go-chi/httprate from 0.12.1 to 0.14.1 by @dependabot in #86

New Contributors

Full Changelog: v0.4.1...v0.5.0

v0.4.1

09 Jul 16:34
v0.4.1
93b177b
Compare
Choose a tag to compare

Changelog

Container Images

https://ghcr.io/gnolang/tx-indexer:v0.4.1

For example:

docker pull ghcr.io/gnolang/tx-indexer:v0.4.1

v0.4.0

03 Jul 10:07
ef9c3c6
Compare
Choose a tag to compare

What's Changed

New Features and Fixes

  • feat: Added methods to handle new transactions by @jinoosss in #36
  • feat: Add events to the transaction model in GraphQL by @jinoosss in #43
  • fix: Add array index and block height mappings by @jinoosss in #52
  • feat: add response data to a query by @jinoosss in #56
  • chore: pin codegen and check it on CI by @n0izn0iz in #55

Deps

  • Bump github.com/olahol/melody from 1.2.0 to 1.2.1 by @dependabot in #37
  • Bump anchore/sbom-action from 0.15.10 to 0.15.11 by @dependabot in #40
  • Bump golangci/golangci-lint-action from 4 to 6 by @dependabot in #44
  • chore(deps): bump goreleaser/goreleaser-action from 5 to 6 by @dependabot in #50
  • chore(deps): bump github.com/99designs/gqlgen from 0.17.45 to 0.17.48 by @dependabot in #54
  • chore(deps): bump anchore/sbom-action from 0.15.11 to 0.16.0 by @dependabot in #48
  • chore(deps): bump github.com/gnolang/gno from 0.0.0-20240429120125-3832b1312d7d to 0.1.0-nightly.20240604 by @dependabot in #53
  • chore(deps): bump github.com/99designs/gqlgen from 0.17.48 to 0.17.49 by @dependabot in #59
  • chore(deps): bump github.com/cockroachdb/pebble from 1.1.0 to 1.1.1 by @dependabot in #58
  • chore(deps): bump github.com/go-chi/chi/v5 from 5.0.12 to 5.1.0 by @dependabot in #63
  • chore(deps): bump github.com/gnolang/gno from 0.1.0-nightly.20240604 to 0.1.0-nightly.20240627 by @dependabot in #62

Full Changelog: v0.3.1...v0.4.0

v0.3.1

10 Jun 09:30
v0.3.1
ee4570d
Compare
Choose a tag to compare

Changelog

Container Images

https://ghcr.io/gnolang/tx-indexer:v0.3.1

For example:

docker pull ghcr.io/gnolang/tx-indexer:v0.3.1

v0.3.0

24 Apr 15:50
27290c6
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.2.2...v0.3.0

v0.2.2

15 Apr 09:16
f026544
Compare
Choose a tag to compare

Changelog

  • d48e8b1 Bump sigstore/cosign-installer from 3.4.0 to 3.5.0 (#31)
  • f026544 fix: missing first elem in graphql tx iterator (#33)

Container Images

https://ghcr.io/gnolang/tx-indexer:v0.2.2

For example:

docker pull ghcr.io/gnolang/tx-indexer:v0.2.2

v0.2.1

10 Apr 16:44
a8cdbd5
Compare
Choose a tag to compare

What's Changed

  • fix: docker images now works. Added more archs. by @ajnavarro in #30

Full Changelog: v0.2.0...v0.2.1