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

Changes in TransactionRequest to support foreign procedure invocation (FPI) #530

Open
igamigo opened this issue Sep 23, 2024 · 0 comments
Open
Assignees
Milestone

Comments

@igamigo
Copy link
Collaborator

igamigo commented Sep 23, 2024

In order to support foreign procedure invocation (FPI), we need to make some changes on the client side. Specifically, we need a way for users to define which accounts and also, optionally, which storage keys the transaction would make use of.

On execution, the client can reach out to the node's account state retrieval endpoint in order to provide the executor with the necessary data. Something to keep in mind here is that this would only work for public accounts, and so we would need to provide a way to inject account state manually to support private accounts.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: No status
Development

No branches or pull requests

2 participants