sourcify icon indicating copy to clipboard operation
sourcify copied to clipboard

Split the repository archive by match_type, chain and first byte.

Open marcocastignoli opened this issue 4 months ago • 0 comments

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.

marcocastignoli avatar Oct 14 '24 10:10 marcocastignoli