Finschia / cosmwasm

Fast and reusable WebAssembly smart contract runtime(and library) for finschia-sdk.
Apache License 2.0
27 stars 14 forks source link

feat: add do_panic as callable_point #236

Closed da1suk8 closed 2 years ago

da1suk8 commented 2 years ago

Description

This PR is related to https://github.com/line/cosmwasm/issues/223 Added do_panic as a callable point. do_panic is a function that panics. Integration test is also added.

Types of changes

Checklist