Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: add EVM indexer #274

Merged
merged 6 commits into from
May 16, 2024
Merged

feat: add EVM indexer #274

merged 6 commits into from
May 16, 2024

Commits on May 13, 2024

  1. feat: add EVM indexer

    To make indexers extractable it was separated into Indexer class
    which instance consumer initiaties. This allows better separation
    (no need for pulling deps for all networks) - everything currently
    is exported under either evm or starknet object, it can be extracted
    later (we might need to extract some common things first into other
    package). We also have specific types for writers for each network.
    
    This could also be useful in the future if we put multiple APIs
    in single instance of checkpoint, it could accept indexers instead
    of just single indexer.
    Sekhmet committed May 13, 2024
    Configuration menu
    Copy the full SHA
    b1350df View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    74690ed View commit details
    Browse the repository at this point in the history
  3. fix: update network ID

    Sekhmet committed May 13, 2024
    Configuration menu
    Copy the full SHA
    488e615 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    55722a8 View commit details
    Browse the repository at this point in the history

Commits on May 15, 2024

  1. Configuration menu
    Copy the full SHA
    c84d41f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e0a3dd1 View commit details
    Browse the repository at this point in the history