Skip to content

Scoru: register WASM_proof_verification_failed error

Valentin Chaboche requested to merge vch9@scoru-register-error into master

Context

We forgot to register the error I guess. It doesn't change much, it creates a more informative error message in case this error is raised during operation's application.

Manually testing the MR

Try to trigger this error in a test with and without the patch. You'll see the improvement in the UX.

Checklist

  • Document the interface of any function added or modified (see the coding guidelines)
  • Document any change to the user interface, including configuration parameters (see node configuration)
  • Provide automatic testing (see the testing guide).
  • For new features and bug fixes, add an item in the appropriate changelog (docs/protocols/alpha.rst for the protocol and the environment, CHANGES.rst at the root of the repository for everything else).
  • Select suitable reviewers using the Reviewers field below.
  • Select as Assignee the next person who should take action on that MR

Merge request reports

Loading