celestiaorg / protobuf3-solidity-lib

Codec library for protobuf3 in Solidity
Apache License 2.0
14 stars 4 forks source link

Refactor functions to not revert #20

Closed adlerjohn closed 4 years ago

adlerjohn commented 4 years ago

Use a success flag instead of reverting, to handle decoding of malformed data.