wallet icon indicating copy to clipboard operation
wallet copied to clipboard

Clean up error messages on contract execution

Open Endogen opened this issue 3 years ago • 1 comments

This is how a normal error message looks like if some assert is triggered in a contract image

Since it's always an Assert, the structure of the error message is always the same. To make it not so techy looking, i propose to extract the error message itself and only show that. In the provided example it would then only show "Not optics to claim" (which is a pretty funny error message actually lol).

Endogen avatar Sep 14 '22 14:09 Endogen

assigned to @Dapiguabc

JeffWScott avatar Sep 14 '22 14:09 JeffWScott