-
Notifications
You must be signed in to change notification settings - Fork 14
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: add api call_callable_point and validate_dynamic_link_interface #103
feat: add api call_callable_point and validate_dynamic_link_interface #103
Conversation
- fix to cost gas even if call callable point fails because of permission. - build libwasmvm
…er-api and, build libwasvm
remove TestDynamicReadWritePermission because this is on CallCallabePoint and it is tested on TestCallCallablePointReadonly
How about removing the https://github.com/line/wasmvm/blob/dynamic_link/internal/api/lib_test.go#L969-L975 and also |
Sorry, these lines can also be remove. FYI: a0cec05 |
Description
This PR adds call_callable_point and validate_dynamic_link_interface to GoApi.
A part of Finschia/cosmwasm#273
This PR includes #97 and #99. They are reviewed in each PR page and were not merged because there is no proper version of cosmwasm they depend on. (#102)
Types of changes
Checklist