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

Add atomic range API for get_state #11356

Open
Rjected opened this issue Sep 30, 2024 · 0 comments
Open

Add atomic range API for get_state #11356

Rjected opened this issue Sep 30, 2024 · 0 comments
Labels
A-blockchain-tree Related to sidechains, reorgs and pending blocks A-db Related to the database C-enhancement New feature or request

Comments

@Rjected
Copy link
Member

Rjected commented Sep 30, 2024

ref #11265 (comment)

We should create a range-based atomic API for get_state, since the current API requires the user to run it in a loop if they want to get N different ExecutionOutcomes. We should provide a block-range API that can be called outside the tree, similar to the other recently added atomic range APIs:
#11332
#11340

@Rjected Rjected added C-enhancement New feature or request A-db Related to the database A-blockchain-tree Related to sidechains, reorgs and pending blocks labels Sep 30, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-blockchain-tree Related to sidechains, reorgs and pending blocks A-db Related to the database C-enhancement New feature or request
Projects
Status: Todo
Development

No branches or pull requests

1 participant