Replace getLedgerEntries()
with a proxy to Core's /getledgerentry
.
#269
Labels
Milestone
getLedgerEntries()
with a proxy to Core's /getledgerentry
.
#269
Protocol 22: Replacing Endpoints
Epic: stellar/go#5433
References: Platform's issues for Protocol 22: projects/37#31
Stellar Core will have support a high-performance HTTP endpoint for retrieving ledger entries as part of their v22 in stellar/stellar-core#4350. Once stellar/go#5426 is complete, we can completely remove the implementation of getLedgerEntries and its database backing and replace it with a proxy to the Core client.
Acceptance Criteria
The database tables are dropped.
The implementation is a proxy to Core.
The returned JSON schema stays the same.
The performance is still acceptable.
The text was updated successfully, but these errors were encountered: