-
Notifications
You must be signed in to change notification settings - Fork 265
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
Add metadata for the Holesky network #5337
Conversation
d2dfaa3
to
3f6ed97
Compare
of BakedIn: | ||
@(metadata.bakedBytes) | ||
of BakedInUrl: | ||
decodeFramed(await downloadFile(parseUri metadata.url)) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
when fetching from url, we need to validate the ssz root of the genesis else we can be fed anything - also, when doing TNS, we should be attempting to fetch it from the TNS source
* Bump Chronos to fix downloading from Github * Add checksum check of the downloaded file * Clean up debugging code and obsolete imports
145f8cc
to
89d2a98
Compare
vendorDir & "/holesky/custom_config_data", | ||
some holesky, | ||
downloadGenesisFrom = some DownloadInfo( | ||
url: "https://github.com/status-im/nimbus-eth2/releases/download/v23.8.0/holesky-genesis.ssz.snappy-framed", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
the extension for framed snappy is generally .sz
: https://github.com/google/snappy/blob/main/framing_format.txt
No description provided.