icon-project / icon-sdk-python

ICON SDK for Python
45 stars 45 forks source link

Compress the zipfile as much as possible #60

Closed Spl3en closed 3 years ago

Spl3en commented 3 years ago

For big contracts, the 2,500,000,000 step limit may be reached because the zipfile isn't compressed well enough

compresslevel parameter has been added since python 3.7

https://docs.python.org/3/library/zipfile.html#zipfile.ZipFile

Spl3en commented 3 years ago

Good catch, thanks !