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
[x] Bug fix (changes which fixes an issue)
[ ] New feature (changes which adds functionality)
[x] Breaking change (fix or feature that would cause existing functionality to not work as expected)
Description
This PR renames generated function from
dynamic_link
andcallable_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