CityOfZion / neo-boa

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

fix runtime test timestamp #91

Closed ixje closed 6 years ago

ixje commented 6 years ago

What current issue(s) from Github does this address? None What problem does this PR solve? there's a 15s difference caused by this check in neo-python: https://github.com/CityOfZion/neo-python/blob/master/neo/SmartContract/StateReader.py#L399-L400

which doesn't exist in the C# version https://github.com/neo-project/neo/blob/077bb5a4e2073c78a628a2a77617644a7f6fa21d/neo/SmartContract/StateReader.cs#L171

How did you solve this problem? update expected return value

How did you make sure your solution works? ran the test

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

Is there anything else we should know? no

localhuman commented 6 years ago

Going to close this one and make a new PR with all changes related to the NEP8 changeset.