Chain events tracker and indexer
Go to file
dependabot[bot] a323a93441
build(deps): bump github.com/VictoriaMetrics/metrics (#40)
Bumps [github.com/VictoriaMetrics/metrics](https://github.com/VictoriaMetrics/metrics) from 1.23.1 to 1.24.0.
- [Commits](https://github.com/VictoriaMetrics/metrics/compare/v1.23.1...v1.24.0)

---
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>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-07-10 13:09:22 +08:00
.github fix: missing janitor count report 2023-03-09 08:33:09 +00:00
cmd/service feat: add approve filter (tested on chain) (#52) 2023-07-10 12:20:50 +08:00
dev devops: rename docker-compose file 2023-03-29 09:56:01 +00:00
docs docs: update README 2023-03-08 14:32:44 +00:00
internal feat: add approve filter (tested on chain) (#52) 2023-07-10 12:20:50 +08:00
migrations docs: add functionality, and usage 2023-01-11 09:29:16 +00:00
pkg fix: switch back to ioutil + unmarshal JSON 2023-03-14 07:19:07 +00:00
.deepsource.toml add: ci integration 2023-01-06 08:07:19 +00:00
.dockerignore major refactor: sig ch, remove conf settings, jetstream pub, ci 2023-03-08 14:30:40 +00:00
.env.example fix: add checksum address to event, use stdlib json, load addresses from ko 2023-03-11 09:29:51 +00:00
.gitignore dev: add profiler 2023-01-16 10:57:05 +00:00
.goreleaser.yaml major refactor: sig ch, remove conf settings, jetstream pub, ci 2023-03-08 14:30:40 +00:00
Dockerfile major refactor: sig ch, remove conf settings, jetstream pub, ci 2023-03-08 14:30:40 +00:00
LICENSE release: v0.1.0-alpha 2023-01-05 11:45:09 +00:00
Makefile major refactor: sig ch, remove conf settings, jetstream pub, ci 2023-03-08 14:30:40 +00:00
README.md docs: fix badge 2023-03-08 14:37:23 +00:00
config.toml feat: add retryable head subscription wrapper 2023-04-14 08:27:08 +00:00
go.mod build(deps): bump github.com/VictoriaMetrics/metrics (#40) 2023-07-10 13:09:22 +08:00
go.sum build(deps): bump github.com/VictoriaMetrics/metrics (#40) 2023-07-10 13:09:22 +08:00
queries.sql release: v0.1.0-alpha 2023-01-05 11:45:09 +00:00

README.md

cic-chain-events

GitHub release (latest by date) GitHub Workflow Status Go Report Card

CIC Chain Events

Filters live (and past) transactions on Celo and emits relevant events to a NATS JetStream sink for further processing/indexing.

Documentation

License

AGPL-3.0.