Skip to content
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

Implementations - Proxies - Rust + Mx #44

Closed
4 tasks
virgil-serbanuta opened this issue Aug 26, 2024 · 0 comments · Fixed by #89
Closed
4 tasks

Implementations - Proxies - Rust + Mx #44

virgil-serbanuta opened this issue Aug 26, 2024 · 0 comments · Fixed by #89
Assignees
Labels

Comments

@virgil-serbanuta
Copy link
Member

Needed for #34

Needs:

  • Object returned by a #[proxy] method (Proxy). This should allow calls to the proxy's methods
  • Object returned by one of the method calls above (CalledProxy maybe). This should allow either transfers (esdt(tuple)) or execute_on_dest_context().
  • Object returned by a transfer (maybe still a CalledProxy object, but with some fields filled in). Should allow execute_on_dest_context() calls
  • execute_on_dest_context() should call a hook for executing another contract, and, perhaps, return a result.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant