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

Run indexer service on M1 subnet node #64

Closed
l-monninger opened this issue Oct 19, 2023 · 1 comment
Closed

Run indexer service on M1 subnet node #64

l-monninger opened this issue Oct 19, 2023 · 1 comment

Comments

@l-monninger
Copy link
Collaborator

l-monninger commented Oct 19, 2023

Objective

Run the indexer gRPC service on M1 subnet nodes so as the be compatible with Aptos indexers.

How to

The current full node does not run the Aptos indexer gRPC service. This cannot be done as a sidecar, so something we'll want to do something similar to: https://github.com/aptos-labs/aptos-core/blob/main/aptos-node/src/indexer.rs

Fortunately, it does appear that this can be done naively. As the indexer resolution is not pressing, and we are waiting on elements of #63 (owing to migration to Movement SDK). I recommend this wait to be included with PR #63.

@l-monninger
Copy link
Collaborator Author

Resolved with PR indexer-fix.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant