mirror of
https://github.com/grassrootseconomics/eth-tracker.git
synced 2026-05-16 10:01:46 +02:00
a599bb200e29934044a4df43e40c82cd7d1bbaad
celo-tracker
A fast and lightweight tracker designed to monitor the Celo blockchain for live and historical transaction events, including reverted transactions. It filters these events and publishes them to NATS for further processing.
It applies deduplication at the NATS level, making it safe to run in a distributed fashion, thus allowing for high availability.
Getting Started
Caveats
- Reverted transactions older than 10 minutes will be skipped due to the trie potentially missing. To override this behavior, use an archive node and set
chain.archive_nodetotrue. - The backfiller will only re-queue an epoch's (17,280 blocks) worth of missing blocks. To override this behavior, pass an environment variable
FORCE_BACKFILL=*. This may lead to degraded RPC performance.
License
Languages
Go
98.5%
Makefile
0.8%
Dockerfile
0.7%