Skip to content

[Database] Download Block Hints #82

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

Open
frisitano opened this issue Apr 24, 2025 · 0 comments
Open

[Database] Download Block Hints #82

frisitano opened this issue Apr 24, 2025 · 0 comments
Assignees
Labels
database enhancement New feature or request good first issue Good for newcomers rollup
Milestone

Comments

@frisitano
Copy link
Collaborator

Overview

Currently, we are embedding block hints in the node binary here. This is a convenient and portable way of distributing this data, however, it introduces the consequence of bloating the binary. Instead, we should consider hosting the data and then downloading it during the seeding migration script. This solution needs to be generic so that it can work for both Mainnet and Sepolia. I've created a trait-based solution #81, which could be a suitable approach.

@frisitano frisitano added database enhancement New feature or request good first issue Good for newcomers rollup labels Apr 24, 2025
@frisitano frisitano added this to the Milestone 5 milestone Apr 24, 2025
@frisitano frisitano added this to Reth Apr 24, 2025
@frisitano frisitano self-assigned this Apr 28, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
database enhancement New feature or request good first issue Good for newcomers rollup
Projects
Status: No status
Development

No branches or pull requests

1 participant