stellar/stellar-core

Make `getledgerentry` Endpoint Async

Closed this issue · 0 comments

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

Preview Give feedback