Finschia / cosmwasm

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

Enable to call dynamic link functions from tx or query directly #252

Open loloicci opened 1 year ago

loloicci commented 1 year ago

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

loloicci commented 1 year ago

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

Kynea0b commented 1 year ago
zemyblue commented 1 year ago

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