-
Notifications
You must be signed in to change notification settings - Fork 404
feat(gnodev): add tx-indexer process manager to gnodev #4074
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
base: master
Are you sure you want to change the base?
Conversation
🛠 PR Checks Summary🔴 Pending initial approval by a review team member, or review from tech-staff Manual Checks (for Reviewers):
Read More🤖 This bot helps streamline PR reviews by verifying automated checks and providing guidance for contributors and reviewers. ✅ Automated Checks (for Contributors):🟢 Maintainers must be able to edit this pull request (more info) ☑️ Contributor Actions:
☑️ Reviewer Actions:
📚 Resources:Debug
|
👋 hey all, couple comments/questions:
|
If the indexer is properly integrated with gnodev- meaning it supports reloading, and the indexer service reloads accordingly and has clean, proper data, then this would be a step towards enabling the indexer on the Portal Loop. This feature probably shouldn't be on by default, but under |
Codecov ReportAll modified and coverable lines are covered by tests ✅ 📢 Thoughts on this report? Let us know! |
Issue
Description
Start
,Stop
,Reload
functionality for the tx-indexer processTesting Validation
Performed validation by doing some basic checks
Running gnodev
Starting gnodev without the tx-indexer flag enabled, assert that tx-indexer process is not started

Starting gnodev with tx-indexer flag enabled, assert tx indexer starts

Reloading gnodev, assert tx-indexer reloads
Basic checks on tx-indexer endpoints