CityOfZion / neo-python

Python Node and SDK for the NEO 2.x blockchain. For NEO 3.x go to our successor project neo-mamba
https://neo-python.readthedocs.io/en/latest/
MIT License
313 stars 189 forks source link

Add support for compressed syscall #988

Closed ixje closed 5 years ago

ixje commented 5 years ago

What current issue(s) does this address, or what feature is it adding? audit of testnet block 2105805 showed a deviation in VM state due to no support for compressed syscalls. neo-python would throw an exception on compressed syscall operands

How did you solve this problem? add support for compressed format

How did you make sure your solution works? audit of the block now passes

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

Please check the following, if applicable:

coveralls commented 5 years ago

Coverage Status

Coverage decreased (-0.008%) to 85.264% when pulling 44793fd2f6a50ebe6263a321d8934c8f094b73f4 on ixje:support-compressed-syscalls into caca8d8e0b2e6bdb24c66add669643adb4a2777f on CityOfZion:development.