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: make available user defined mock for dynamic link #229

Closed loloicci closed 2 years ago

loloicci commented 2 years ago

Description

This PR enables to make user-defined mock for impl generated by dynamic_link macro.

For detail see #227 and added tests in dynamic-caller-contract.

Before 7b1e6dea47b05b1d15fad0bb40de87f572b71d34 is the same as #226 (Review in progress).

Closes #227

Types of changes

Checklist