Closed zzo11 closed 5 years ago
Found issue was related to dotnet Neo compiler command in documentation:
dotnet neon.dll <your smart contract.dll>
Contract succesfully deployed with additional compatible option i.e.
dotnet neon.dll <your smart contract.dll> --compatible
Pull request available for documentation update to fix this issue
Followed instructions in the documentation. avm file was successfully compiled with indicators:
However when deploying to neo-local private blockchain via neo-python. Contract fails to execute. See below errors [D 190911 23:25:33 ApplicationEngine:372] Exception calculating gas consumed 'utf-8' codec can't decode byte 0xcf in position 0: invalid continuation byte [I 190911 23:25:33 EventHub:58] [test_mode][SmartContract.Execution.Fail] [b29948e9150d5364ab286e7e09049d7292618379] {'type': 'Array', 'value': [{'type': 'String', 'value': 'Execution exited in a faulted state. Any payload besides this message contained in this event is the contents of the EvaluationStack of the current script context.'}, {'type': 'ByteArray', 'value': b'No operation ran'}]}