Commit Graph

26 Commits

Author SHA1 Message Date
05523697b6
feat (breaking): switch to self contained auto bootstrapper 2024-10-31 10:40:44 +03:00
4ba4b72ec6
remove telegram dependency, rely on log alters instead, which indirectly connect to telegram via uptrace 2024-10-31 10:00:39 +03:00
44a9b5cd29
fix: jetstream switch to new API, discard buffer on close 2024-10-31 09:52:00 +03:00
d8bb140f94
fix: early ack on handler not found 2024-10-30 14:08:09 +03:00
b305d4814a
breaking: use event router, adsd telegram notifier, update indexer schema 2024-10-30 12:28:40 +03:00
1acbaa0058
fix: Dockerfile build path 2024-10-08 13:03:04 +03:00
74db5d991f
fix: Dockerfile 2024-10-08 12:38:02 +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
4cb792097f
Merge pull request #15 from grassrootseconomics/dependabot/go_modules/github.com/nats-io/nats.go-1.37.0
build(deps): bump github.com/nats-io/nats.go from 1.34.1 to 1.37.0
2024-10-08 12:11:05 +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
1a08ac4a59
Merge pull request #18 from grassrootseconomics/dependabot/go_modules/github.com/knadh/koanf/providers/file-1.1.2
build(deps): bump github.com/knadh/koanf/providers/file from 0.1.0 to 1.1.2
2024-10-08 12:05:16 +03: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
5cfa202af8
Merge pull request #17 from grassrootseconomics/dependabot/go_modules/github.com/jackc/tern/v2-2.2.3
build(deps): bump github.com/jackc/tern/v2 from 2.1.1 to 2.2.3
2024-10-08 12:03:54 +03: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
1a34f4934f
docs: update README 2024-09-30 10:47:03 +03:00
323a2a5c3e
feat (BREAKING): evm compatibility, namespace change to eth-indexer 2024-09-30 10:44:12 +03:00
a76d7e6700
feat: update go main entry in Dockerfile 2024-09-17 17:08:29 +03:00
a39adb3cef
feat: add initial tokens bootstrapper 2024-09-17 17:02:39 +03:00
e9308bab2c
fix: price quotes update 2024-08-12 17:18:18 +08:00
715fc1b489
fix: pool swap insert query 2024-06-28 16:00:19 +08:00
1b4a43450f
fix: insert correct contract address
* closes #7

every specific event now links to the contract address that emitted the event log.
2024-06-26 08:43:10 +08:00
5df4b89123
ci: fix Dockerfile 2024-06-10 16:18:24 +08:00
fb22f26e18
feat: metrics port update -> :5002 2024-06-10 15:45:43 +08:00
83bb29f217
release: v1.0.0-beta 2024-06-10 15:36:26 +08:00