Closed loloicci closed 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!
Description
This PR changes how to specify the callee contract address in the caller contract. For this purpose, it contains
Contract
trait that represents the callee contractContract
dynamic_link
macroWhat is changed about the usage of the
#[dynamic_link]
macro is described in #207.Closes #207
Types of changes
Checklist