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

Don't fast-track large block submissions #451

Merged
merged 1 commit into from
Jun 5, 2023
Merged

Don't fast-track large block submissions #451

merged 1 commit into from
Jun 5, 2023

Conversation

metachris
Copy link
Collaborator

@metachris metachris commented Jun 5, 2023

📝 Summary

Large block submissions (i.e. with transactions from L2 rollups) are severely impacting block submission and simulation latency.

This change will not fast-track payloads above a certain size (230kb by default).

⛱ Motivation and Context

This chart shows how all slow fast-tracked submissions are due to large payloads:

Screenshot 2023-06-05 at 12 45 33

Even in high-priority, the submissions will still get accepted, but without blocking fast-tracked ones from succeeding quickly.

⚡ Impact

After deploying this change, the average fast-track submission time is <200ms:

Last 48h:

Screenshot 2023-06-05 at 14 53 49

Last 3h:

Screenshot 2023-06-05 at 14 53 15


✅ I have run these commands

  • make lint
  • make test-race
  • go mod tidy
  • I have seen and agree to CONTRIBUTING.md

@metachris metachris merged commit 5281e9a into main Jun 5, 2023
@metachris metachris deleted the payload-fix branch June 5, 2023 16:51
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.

1 participant