stacks-blockchain-docker
stacks-blockchain-docker copied to clipboard
feat: skip downloading files if they already exist
Description
During the seed process, something might go wrong when you insert things in the DB so you want to retry the process. Currently you will always redownload the required files even tho they are on your system. To speed up things we could download these files only if they don't exist. Wdyt of this approach @wileyj ?
Type of Change
- Other
Does this introduce a breaking change?
I don't think so
Are documentation updates required?
No