Chain events tracker and indexer
Go to file
dependabot[bot] c319b41570
build(deps): bump github.com/jackc/pgx/v5 from 5.3.0 to 5.3.1 (#31)
Bumps [github.com/jackc/pgx/v5](https://github.com/jackc/pgx) from 5.3.0 to 5.3.1.
- [Release notes](https://github.com/jackc/pgx/releases)
- [Changelog](https://github.com/jackc/pgx/blob/master/CHANGELOG.md)
- [Commits](https://github.com/jackc/pgx/compare/v5.3.0...v5.3.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-03-08 17:34:51 +03:00
.github major refactor: sig ch, remove conf settings, jetstream pub, ci 2023-03-08 14:30:40 +00:00
cmd/service major refactor: sig ch, remove conf settings, jetstream pub, ci 2023-03-08 14:30:40 +00:00
dev major refactor: sig ch, remove conf settings, jetstream pub, ci 2023-03-08 14:30:40 +00:00
docs docs: update README 2023-03-08 14:32:44 +00:00
internal major refactor: sig ch, remove conf settings, jetstream pub, ci 2023-03-08 14:30:40 +00:00
migrations docs: add functionality, and usage 2023-01-11 09:29:16 +00:00
pkg/fetch refactor: filters, pipeline, minor fixes, remove RPC support (#27) 2023-02-24 13:28:30 +03: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 major refactor: sig ch, remove conf settings, jetstream pub, ci 2023-03-08 14:30:40 +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: update README 2023-03-08 14:32:44 +00:00
config.toml major refactor: sig ch, remove conf settings, jetstream pub, ci 2023-03-08 14:30:40 +00:00
go.mod build(deps): bump github.com/jackc/pgx/v5 from 5.3.0 to 5.3.1 (#31) 2023-03-08 17:34:51 +03:00
go.sum build(deps): bump github.com/jackc/pgx/v5 from 5.3.0 to 5.3.1 (#31) 2023-03-08 17:34:51 +03: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.