-
Notifications
You must be signed in to change notification settings - Fork 182
feat: implement Filecoin.ChainGetEvents
#5360
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
Conversation
1a9ae89 to
ec909f8
Compare
|
api_compare-forest-rpc-ready is getting even slower, @elmattic could you please investigate? |
The I suggest merging this PR first. What do you think @LesnyRumcajs ? |
|
@elmattic could you disable indexer in RPC checks to make it fast and make sure it passes without the background indexer |
The RPC tests will fail if the indexer is disabled. |
| - | | ||
| set -euxo pipefail | ||
| # Perform basic initliazation, including generating the JWT token | ||
| # Perform basic initialization, including generating the JWT token |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Let's set FOREST_CHAIN_INDEXER_ENABLED=0
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Done.
If it degrades the CI performance significantly and there's no ready PR to fix this, I wouldn't merge it. |
I don't think this PR specifically degrades performance, it was already poor before, no? In any case, I've reduced the |
Okay, from comment from @hanabi1224 I was under the impression that this PR made it slower. If it's not the case, then it's something for a completely different PR. |
|
@LesnyRumcajs As discussed with @elmattic The performance issue has been temporarily mitigated by this commit, which will be removed with #5567 |
Summary of changes
Changes introduced in this pull request:
Filecoin.ChainGetEventsRPC method.forest-tool index backfillsubcommand.paritydbschema.Reference issue to close (if applicable)
Closes #4750
Other information and links
Change checklist