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
Implement Compression and Extraction for Collection JSON Files
- Added a new script `compress_collections.sh` to compress `items_by_ethscription.json` and `collections_by_name.json` into a single `collections_data.tar.gz` archive.
- Updated the `Erc721EthscriptionsCollectionParser` to check for the existence of the archive and extract JSON files if they are missing or outdated.
- Modified `.gitignore` to ignore uncompressed JSON files while keeping the compressed archive.
- Introduced logging for extraction processes to enhance traceability.
0 commit comments