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: improve events contract to be usable via dynamic link #274

Closed loloicci closed 1 year ago

loloicci commented 1 year ago

Description

This PR improves the events contract to be useable as a dynamic linked contract. This contract is used by tests implemented in wasmvm's PR. This was a part of https://github.com/line/cosmwasm/pull/269.

Types of changes

Checklist