Aptos Indexer Support #249
l-monninger
started this conversation in
Ideas
Replies: 2 comments 2 replies
-
Since a couple days ago, the |
Beta Was this translation helpful? Give feedback.
0 replies
-
I had a peek at this and it seems we can take https://github.com/aptos-labs/aptos-indexer-processors/ and point it to our |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Summary
Guidelines for supporting the Aptos Indexer framework.
Background
indexer-processors
atop the current indexer. We have enabled the TSS via a service served directly on the full-node, though not in the manner the full implementation suggests. See item bullet 2 on Indexer V2 #210 .indexer-processor
.Next Steps
node_config.indexer_grpc.use_data_service_interface = true;
to false and starting a separate service.Beta Was this translation helpful? Give feedback.
All reactions