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

Return one batch proof per storage map on GetAccountProof #617

Open
igamigo opened this issue Jan 13, 2025 · 0 comments
Open

Return one batch proof per storage map on GetAccountProof #617

igamigo opened this issue Jan 13, 2025 · 0 comments

Comments

@igamigo
Copy link
Collaborator

igamigo commented Jan 13, 2025

On the GetAccountProofs endpoint, we are returning a list of the requested storage map keys with an SMT proof that can be used on the client side to provide data to the VM in order to execute transactions with foreign account data. This is fine but we could optimize bandwidth and processing on the client side by returning one batch proof per map instead.

More context: #598 (comment)

@igamigo igamigo changed the title Return one batch proof per storage map Return one batch proof per storage map on GetAccountProof Jan 13, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant