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 how to specify the callee contract address #215

Closed loloicci closed 2 years ago

loloicci commented 2 years ago

Description

This PR changes how to specify the callee contract address in the caller contract. For this purpose, it contains

What is changed about the usage of the #[dynamic_link] macro is described in #207.

Closes #207

Types of changes

Checklist

loloicci commented 2 years ago

@tnasu

Would you fix the checks error? https://github.com/line/cosmwasm/runs/7124425608?check_suite_focus=true

I checked them with integration tests and missed fixing some unit tests. Now I fixed and pushed. Thank you for your check!