-
Notifications
You must be signed in to change notification settings - Fork 502
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
soroban-rpc: Implement ledger storage #4717
Labels
Comments
Spike portion of this original ticket moved to #4731 |
mollykarcher
changed the title
soroban-rpc: add small ledger cache
soroban-rpc: Implement ledger cache
Jan 3, 2023
mollykarcher
changed the title
soroban-rpc: Implement ledger cache
soroban-rpc: Implement ledger storage
Jan 5, 2023
The implementation is done at stellar/stellar-cli#322 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Per the output of the investigation done in #4731, implement the data store for ledger entries in soroban-rpc.
The desired outcome of this task is the data layer, which is capable of doing the following:
Add ledger entry storage for soroban-rpc. This should include the work to wire this into simulateTransaction.
The text was updated successfully, but these errors were encountered: