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

Indexer Integration #124

Closed
wants to merge 46 commits into from
Closed

Conversation

l-monninger
Copy link
Collaborator

@l-monninger l-monninger commented Jun 14, 2024

Summary

Adds support for serving Indexer gRPC stream from Suzuka Full Node.

Changelog

  1. Bootstrapping for tasks needed to serve gRPC service added.
  2. gRPC RawData indexer service added.
  3. Indexer Processor instrumented and added as crate. However, this is somehow incompatible with the gRPC stream provided.

Testing

1.Standard e2e tests are still passing.
2. Health-check on gRPC service.

Outstanding issues

  1. For whatever, even though they are using the same protos, the indexer-processor receives a gRPC Unimplemented error when trying to read the GetTransactions stream from the indexer gRPC service.
  2. More robust testing should be added.
  3. A GraphQL server will need to be implemented over the indexer-processor DB.

@l-monninger l-monninger marked this pull request as ready for review June 28, 2024 19:27
@l-monninger
Copy link
Collaborator Author

This is going to need to be heavily reworked, so I am going to close.

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

Successfully merging this pull request may close these issues.

1 participant