-
Notifications
You must be signed in to change notification settings - Fork 12
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
SC: Implement get_call_data
, set_call_return_value
and get_call_data
host functions
#1258
base: sync_call_limits
Are you sure you want to change the base?
Conversation
…put from the calling action
afaict we aren't enforcing |
I plan to enforce |
This PR implements the remaining sync call host functions. Basic sync call protocol level functionalities are in place.
Unit test
basic_params_return_value_passing
shows a complete end to end sync call in WASM code using the host functions in the following stepsResolves #1215