CityOfZion / neo-boa

Python compiler for the Neo2 Virtual Machine, see neo3-boa for NEO3
MIT License
69 stars 55 forks source link

Feature nep8 #94

Closed localhuman closed 6 years ago

localhuman commented 6 years ago

What current issue(s) from Github does this address?

Are there any special changes in the code that we should be aware of?

New contracts will default to use NEP8. You can choose to compile without NEP8 by using Compiler.Instance().load(myfile.py, use_nep8=False) or Compiler.Instance().LoadAndSave('myfile.py', use_nep8=False)

coveralls commented 6 years ago

Coverage Status

Coverage increased (+0.1%) to 93.11% when pulling 5b28ab90c1abb49f9c774a5bf07ccd382579b936 on feature-nep8 into e4e59085781505fd680b33278419ed787c34c9fb on development.