paritytech / revive

Solidity compiler for PolkaVM
Apache License 2.0
38 stars 5 forks source link

revive-runner: consider only non-reverted transactions as success #82

Closed xermicus closed 1 month ago

xermicus commented 1 month ago

The pallet returns the Ok variant when the transaction did revert, so we should also consider the revert flag.