-
Notifications
You must be signed in to change notification settings - Fork 99
Fast polling for L1 header subscription #491
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: main
Are you sure you want to change the base?
Conversation
|
Tested with change fc84cbc Most blocks can be retrieved in under a second, but two polls may be required on occasion. We can balance '1 poll per slot' and 'block time delay' by adjusting 'minDelay'. For example, when |
|
Test results on AX101 with the last commit: polling once per slot, and a block time delay of 1 second. |
|
Do we have any test results showing the current latency for retrieving downloaded blobs via our RPC? |
Will update the issue with the test results. |
Addressing #485
Tested
--l1.rpc ws://65.108.230.142:8546for possibly better performance.More test results added as comments.