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
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:
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: