aionnetwork / aion_fastvm

Aion's FastVM implementation
MIT License
33 stars 15 forks source link

Use a temporary directory to ensure zip extractions are cleaned up #53

Closed arajasek closed 5 years ago

arajasek commented 5 years ago

compileSolidityZip sometimes leave behind temporary files because of issues with deleting non-empty directories. Marking the directory as a temp should ensure this doesn't happen.