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

Make getledgerentry Endpoint Async #4306

Open
4 of 5 tasks
SirTyson opened this issue May 7, 2024 · 0 comments · May be fixed by #4350
Open
4 of 5 tasks

Make getledgerentry Endpoint Async #4306

SirTyson opened this issue May 7, 2024 · 0 comments · May be fixed by #4350
Assignees

Comments

@SirTyson
Copy link
Contributor

SirTyson commented May 7, 2024

Now that validators default to the thread-safe BucketListDB backend, we should be able to turn getledgerentry into a high throughput asynchronous endpoint that does not affect the nodes ability to stay in sync with the network. This will open the door to more efficient downstream systems that can query ledger state directly via core.

Tasks

@SirTyson SirTyson self-assigned this May 7, 2024
@SirTyson SirTyson linked a pull request Jun 6, 2024 that will close this issue
6 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants
@SirTyson and others