You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: