Skip to content

Full rework #15

Description

@eabz

Full Rework

The EVM indexer can be faster and better.

To do so need to:

  • Remove all chain specific logic.
  • Change from plain RPC to user HyperSync streams.
  • Remove per chain specific batching logic and entirely rely on streams.
  • Batch inserts for ClickHouse using async inserts.
  • Optimize token metadata retrieval using redis (or Dragonfly) for caches.
  • Drop all DEX parsing. (Unfortunately, DEX parsing requires a more robust logic, its better to either parse them from the logs directly or just build another indexer).

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions