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

[feature] group txs by block #767

Merged
merged 1 commit into from
Jul 24, 2023
Merged

[feature] group txs by block #767

merged 1 commit into from
Jul 24, 2023

Conversation

vibern0
Copy link
Contributor

@vibern0 vibern0 commented Jul 24, 2023

Changes

This PR groups transactions by block in order to process them all at once, rather than on each event, generating a lot of commits to the database. Often there are 3~5 events per block, and they can all be group and processed at once. We've tried to do that here #737 but it lead to a massive increase in RPC usage and infrastructure.

image

Tests

@vibern0 vibern0 requested a review from dev-jotape July 24, 2023 11:45
@sonarcloud
Copy link

sonarcloud bot commented Jul 24, 2023

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 3 Code Smells

No Coverage information No Coverage information
0.0% 0.0% Duplication

@dev-jotape dev-jotape merged commit 312a9ac into main Jul 24, 2023
3 checks passed
@dev-jotape dev-jotape deleted the feature/group-per-block branch July 24, 2023 13:05
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