Skip to content

Request: Enable custom indexers #67

Description

@mainnet-pat

If one only wants to index certain span of blockchain and/or only transactions interesting for their usecase then some optional new params like:

  • indexFrom
  • indexTo
  • transactionFilter

would be super helpful. First two are obvious, transactionFilter is javascript function which takes in the libauth transaction and returns true if it should be saved to db or false if it should be skipped.

This would enable token-specific indexers, or protocol specific indexers - like for TapSwap, Cauldron, etc. Data footprints would be lower and query times - shorter.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions