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

Try using quoteAndRevert for regular queries #1062

Open
jubeira opened this issue Oct 17, 2024 · 0 comments
Open

Try using quoteAndRevert for regular queries #1062

jubeira opened this issue Oct 17, 2024 · 0 comments
Assignees

Comments

@jubeira
Copy link
Contributor

jubeira commented Oct 17, 2024

In some cases we might need to batch more than one query in the same static call.

Current queries are designed for single operations within the static call, as the state is altered in that context. To avoid confusion we might as well just use quoteAndRevert.

Check bytecode size constraints and code ugliness.

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

Successfully merging a pull request may close this issue.

2 participants