This repository has been archived by the owner on May 2, 2022. It is now read-only.
Fix bug that executing an RPC call (ERC-20 transfer message) crashed the UI #13
Labels
bug
Something isn't working
The situation was the following:
I was deploying and executing an instance of the demo'ed ERC-20 contract on-chain on the Canvas test network.
I tried to execute the ERC-20
transfer
method as RPC call which resolves return values for me because I wanted to know if the call resulted in some error with the given arguments.Unfortunately the UI crashed telling it could not properly decode the
Result
type.Maybe this is connected to the fact that the UI cannot really handle
enum
types, yet but I still wanted to clarify this issue.The text was updated successfully, but these errors were encountered: