Finschia/cosmwasm

Enable to call dynamic link functions from tx or query directly

loloicci opened this issue · 3 comments

Now, dynamic link functions can be called by only other contracts. Enable it from tx or query directly.

without #255, read-only dynamic linked functions can be called via tx. Consider that it is ok or should be solved.

  • Implement CallCallablePoint for lbm-sdk

I think it is unnecessary. I think it's enough the callee function for dynamic link only be called by dynamic link caller.