Finschia / cosmwasm

Fast and reusable WebAssembly smart contract runtime(and library) for finschia-sdk.
Apache License 2.0
27 stars 14 forks source link

fix: rename generated functions from dynamic_link and callable_point macro #226

Closed loloicci closed 2 years ago

loloicci commented 2 years ago

Description

This PR renames generated function from dynamic_link and callable_point macro. This avoids the name conflict with other user-defined functions. See https://github.com/line/cosmwasm/issues/225 for detail.

Closes #225

Caller contracts and callee contracts need to use the same version of macros (before/after this PR).

Types of changes

Checklist