CityOfZion / neo-boa

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

update to support new neo-python release #114

Closed ixje closed 5 years ago

ixje commented 5 years ago

What current issue(s) from Github does this address? neo-boa uses neocore imports that are made available upon installation of neo-python. We've deprecated neo-python-core with https://github.com/CityOfZion/neo-python/pull/925 We points the imports to the new location.

What problem does this PR solve? ^^ How did you solve this problem? change imports

How did you make sure your solution works? make test Are there any special changes in the code that we should be aware of?

Is there anything else we should know?