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

Implement fetch and save of filtered event logs and required blocks #445

Merged
merged 8 commits into from
Nov 1, 2023

Conversation

nikugogoi
Copy link
Collaborator

@nikugogoi nikugogoi commented Nov 1, 2023

Part of Block processing optimizations

  • Fix async block size data caching running for missing block range in historical processing
  • Fetch logs by filter first and then fetch only required blocks in historical processing
  • Avoid publishing events and blocks in historical processing
    • Publishing block in historical processing affects realtime processing once it is started
  • Fetch full block data only if subgraph block handler is configured
  • Add useBlockRanges flag for running historical blocks processing

@nikugogoi nikugogoi self-assigned this Nov 1, 2023
@nikugogoi nikugogoi changed the title [WIP] Implement fetch and save of filtered event logs and required blocks Implement fetch and save of filtered event logs and required blocks Nov 1, 2023
@ashwinphatak ashwinphatak merged commit 9fb51e8 into main Nov 1, 2023
2 checks passed
@ashwinphatak ashwinphatak deleted the ng-fetch-filter-logs branch November 1, 2023 13:37
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.

2 participants