koinos / koinos-proto

Official home of the Koinos Protobuf schema. Koinos data types are defined here and generated in a variety of supported languages.
MIT License
4 stars 7 forks source link

Update system call definitions to allow for error handling in contracts #120

Closed sgerbino closed 2 years ago

sgerbino commented 2 years ago

Resolves koinos/koinos-chain#649.

Brief description

Changes system calls that previously asserted on failure to returning success/failure error codes.

Checklist