-
Notifications
You must be signed in to change notification settings - Fork 403
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
Split the repository archive by match_type, chain and first byte. #1695
Comments
Development in https://github.com/sourcifyeth/repository-chain-archiver |
lgtm |
@kuzdogan thanks for working on this! |
@OmarTawfik now it's public. |
@marcocastignoli Thank you for the update! I looked into I wonder if there is an ETA to start publishing the individual split zip files with the new format? |
The new script is not live yet. During the Devcon week we are slowing down on the development. I'll finalize this asap. Thanks for your interest |
Let's implement what discussed in #1668
Revise the repository archive generation script to generate multiple zips with the format “match_type.chain.first_byte.zip” (e.g., “full_match.1.00.zip” will contain all mainnet full_match contracts with the address starting with 00).
The file system content of the archive must be identical to the repository (
./match_type/chain/address/files
), ensuring that decompressing all the archives in the same directory will suffice to reconstruct the repository without any additional actions.The text was updated successfully, but these errors were encountered: