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 EventManager to Context Data in Instance's Environment #266

Closed loloicci closed 1 year ago

loloicci commented 1 year ago

Description

This PR adds the EventManager to the Context Data of instance.env and a contract to test it.

This is a part of https://github.com/line/cosmwasm/issues/265

Types of changes

Checklist