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:
[ ] Did you add any tests?
[X] Did you run make lint?
[X] Did you run make test?
[X] Are you making a PR to a feature branch or development rather than master?
[X] Did you add an entry to CHANGELOG.rst? (if not, please do)
Coverage decreased (-0.008%) to 85.264% when pulling 44793fd2f6a50ebe6263a321d8934c8f094b73f4 on ixje:support-compressed-syscalls into caca8d8e0b2e6bdb24c66add669643adb4a2777f on CityOfZion:development.
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 operandsHow 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:
make lint
?make test
?CHANGELOG.rst
? (if not, please do)