Open
Description
Until now, contracts compiled with Solang in general did not revert, but trap
on any runtime problems. I am now working on fixing this, so what is returned if the contract reverted corresponds 1:1 to what a Solidity contract on EVM would return (as much as this is feasible) . There is a series of changes to realize this.
After these PRs are merged, the general process of decoding the output data for Solang Solidity contracts is as follows:
EDIT: The process of decoding this data is documented here
Metadata
Metadata
Assignees
Labels
No labels