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

Add indexer service #153

Merged
merged 10 commits into from
Jan 14, 2025
Merged

Add indexer service #153

merged 10 commits into from
Jan 14, 2025

Conversation

idky137
Copy link
Contributor

@idky137 idky137 commented Jan 7, 2025

This PR ties together work from the previous several PRs implementing FetchService and the mempool update by adding a generic IndexerService and updating zaino-serve to use this struct.

  • Add generic IndexerService and IndexerServiceSubscriber structs to zaino-state::indexer.rs.
  • Adds IndexerService to zainod::indexer::Indexer.
  • Adds IndexerServiceSubscriber to zaino-serve::{Server, Workerpool, Worker, GrpcClient}.
  • Updates impl CompactTxStreamerServer for GrpcServer to use IndexerServiceSubscriber.
  • Propagates changes throughout code.
  • Removes outdated code from zaino-fetch and zaino-serve.

@idky137 idky137 marked this pull request as ready for review January 7, 2025 16:15
@idky137 idky137 marked this pull request as draft January 7, 2025 16:21
@idky137 idky137 added the ZGM2 Issues that need to be resolved for the completion of the Zaino dev grant milestone 2 label Jan 7, 2025
@AloeareV AloeareV mentioned this pull request Jan 9, 2025
@idky137 idky137 marked this pull request as ready for review January 13, 2025 14:19
@idky137 idky137 marked this pull request as draft January 13, 2025 15:09
@idky137 idky137 marked this pull request as ready for review January 13, 2025 16:01
@idky137
Copy link
Contributor Author

idky137 commented Jan 13, 2025

Client_rpc tests in integration-tests are currently non-functional. It has been decided that zaino dev should continue while these tests are being fixed.

@idky137 idky137 mentioned this pull request Jan 14, 2025
Copy link
Contributor

@AloeareV AloeareV left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Reviewed via screenshare!

@AloeareV AloeareV merged commit f33b067 into zingolabs:dev Jan 14, 2025
5 of 12 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ZGM2 Issues that need to be resolved for the completion of the Zaino dev grant milestone 2
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

2 participants