-
Notifications
You must be signed in to change notification settings - Fork 118
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
Extend bulk-data homepage to show more entries #424
Comments
Are they still accessible if you guess the correct URL? As a workaround... |
This bulk data would be extremely helpful for Rocket Pool if it could be made available. We wouldn't need to hit it too much - would mostly grab once and then run locally. |
Actually, you can query all the items by just using the XML page (instead of the HTML) at https://flashbots-boost-relay-public.s3.us-east-2.amazonaws.com and using the https://docs.aws.amazon.com/AmazonS3/latest/API/API_ListObjects.html
We'd be glad about a code contribution to add pagination or query until there's no more entries to the HTML. You can reproduce the issue by:
|
The only dataset that's fully up-to-date is the delivered payloads by month: https://flashbots-boost-relay-public.s3.us-east-2.amazonaws.com/?prefix=data/1_payloads-delivered/monthly |
Ok - thanks for that. Unfortunately we're looking at the builder submission side, so that doesn't help our immediate use case. Is the intent to add more and some bit of the pipeline broke, or were bulk builder submissions removed? Thanks in any case 🙏 |
The relay bulk data export is only showing the first 1k files: https://flashbots-boost-relay-public.s3.us-east-2.amazonaws.com/index.html
This is because the AWS S3 XML only serves that many entries per page.
Task: Update https://github.com/flashbots/mev-boost-relay/blob/main/static/s3/index.html to either have pagination or simply query as many pages as there are (maybe listing in reverse order?)
The text was updated successfully, but these errors were encountered: