Commit Graph

14 Commits

Author SHA1 Message Date
1f52616f97
release: v2.1.1-stable 2025-01-08 11:45:01 +03:00
defde73bd4
feat: index ownership changes, bump min go version 2024-11-25 13:53:50 +03:00
dependabot[bot]
d6a23c08ed
build(deps): bump github.com/grassrootseconomics/eth-tracker (#19)
Bumps [github.com/grassrootseconomics/eth-tracker](https://github.com/grassrootseconomics/eth-tracker) from 1.2.2-rc to 1.3.0-rc.
- [Commits](https://github.com/grassrootseconomics/eth-tracker/compare/v1.2.2-rc...v1.3.0-rc)

---
updated-dependencies:
- dependency-name: github.com/grassrootseconomics/eth-tracker
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-10-31 10:46:30 +03:00
dependabot[bot]
af468f5942
build(deps): bump github.com/jackc/pgx/v5 from 5.6.0 to 5.7.1 (#21)
Bumps [github.com/jackc/pgx/v5](https://github.com/jackc/pgx) from 5.6.0 to 5.7.1.
- [Changelog](https://github.com/jackc/pgx/blob/master/CHANGELOG.md)
- [Commits](https://github.com/jackc/pgx/compare/v5.6.0...v5.7.1)

---
updated-dependencies:
- dependency-name: github.com/jackc/pgx/v5
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-10-31 10:46:21 +03:00
2793d92343
Feat/consolidate functionality (#22)
* breaking: use event router, adsd telegram notifier, update indexer schema

* fix: early ack on handler not found

* fix: jetstream switch to new API, discard buffer on close

* remove telegram dependency, rely on log alters instead, which indirectly connect to telegram via uptrace

* feat (breaking): switch to self contained auto bootstrapper
2024-10-31 10:41:43 +03:00
03a85b97b9
fix: bootsrap script migrator, event package path and add new Pool method for bootstrapper 2024-10-08 12:24:55 +03:00
3d70dd11c0
Merge pull request #11 from grassrootseconomics/dependabot/go_modules/github.com/VictoriaMetrics/metrics-1.35.1
build(deps): bump github.com/VictoriaMetrics/metrics from 1.33.1 to 1.35.1
2024-10-08 12:11:31 +03:00
dependabot[bot]
f30e5de1e9
build(deps): bump github.com/nats-io/nats.go from 1.34.1 to 1.37.0
Bumps [github.com/nats-io/nats.go](https://github.com/nats-io/nats.go) from 1.34.1 to 1.37.0.
- [Release notes](https://github.com/nats-io/nats.go/releases)
- [Commits](https://github.com/nats-io/nats.go/compare/v1.34.1...v1.37.0)

---
updated-dependencies:
- dependency-name: github.com/nats-io/nats.go
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-10-08 09:06:39 +00:00
dependabot[bot]
205668a5a8
build(deps): bump github.com/VictoriaMetrics/metrics
Bumps [github.com/VictoriaMetrics/metrics](https://github.com/VictoriaMetrics/metrics) from 1.33.1 to 1.35.1.
- [Commits](https://github.com/VictoriaMetrics/metrics/compare/v1.33.1...v1.35.1)

---
updated-dependencies:
- dependency-name: github.com/VictoriaMetrics/metrics
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-10-08 09:06:32 +00:00
dependabot[bot]
b0081997cd
build(deps): bump github.com/knadh/koanf/providers/file
Bumps [github.com/knadh/koanf/providers/file](https://github.com/knadh/koanf) from 0.1.0 to 1.1.2.
- [Release notes](https://github.com/knadh/koanf/releases)
- [Commits](https://github.com/knadh/koanf/compare/v0.1.0...providers/file/v1.1.2)

---
updated-dependencies:
- dependency-name: github.com/knadh/koanf/providers/file
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-10-08 09:05:01 +00:00
dependabot[bot]
8c88c105ff
build(deps): bump github.com/jackc/tern/v2 from 2.1.1 to 2.2.3
Bumps [github.com/jackc/tern/v2](https://github.com/jackc/tern) from 2.1.1 to 2.2.3.
- [Release notes](https://github.com/jackc/tern/releases)
- [Changelog](https://github.com/jackc/tern/blob/master/.goreleaser.yaml)
- [Commits](https://github.com/jackc/tern/compare/v2.1.1...v2.2.3)

---
updated-dependencies:
- dependency-name: github.com/jackc/tern/v2
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-10-08 09:02:24 +00:00
323a2a5c3e
feat (BREAKING): evm compatibility, namespace change to eth-indexer 2024-09-30 10:44:12 +03:00
a39adb3cef
feat: add initial tokens bootstrapper 2024-09-17 17:02:39 +03:00
83bb29f217
release: v1.0.0-beta 2024-06-10 15:36:26 +08:00