You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The asserts/requires of a smart contract should be verified before and after a transaction is sent, and a proper error message should be given. The above error message is not useful for a user and it takes a long time to debug.
Please consider using the proxies from the raiden package, a lot of time was spent making sure these messages are useful, and that all cases are properly covered. e.g. The above error is likely handled by this code
The text was updated successfully, but these errors were encountered:
christianbrb
changed the title
Add proper condition checks to the interation with the blockchain
Add proper condition checks to the interation with the blockchain (using Raiden proxies)
Oct 30, 2019
Description
Scenario failures messages are useless, example:
Expected Behavior
The asserts/requires of a smart contract should be verified before and after a transaction is sent, and a proper error message should be given. The above error message is not useful for a user and it takes a long time to debug.
Please consider using the proxies from the
raiden
package, a lot of time was spent making sure these messages are useful, and that all cases are properly covered. e.g. The above error is likely handled by this codeThe text was updated successfully, but these errors were encountered: