odra icon indicating copy to clipboard operation
odra copied to clipboard

Check method existence in OdraVM

Open kubaplas opened this issue 2 years ago • 0 comments

When trying to call a non-existing method through OdraVM, we get a Panic error instead of OdraError::VmError(NoSuchMethod.

One of the places this can be tested is modules/src/erc1155_token.rs:898

kubaplas avatar Dec 15 '23 07:12 kubaplas