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

soroban-rpc: Implement event storage #4718

Closed
tsachiherman opened this issue Dec 19, 2022 · 1 comment · Fixed by stellar/stellar-cli#385
Closed

soroban-rpc: Implement event storage #4718

tsachiherman opened this issue Dec 19, 2022 · 1 comment · Fixed by stellar/stellar-cli#385
Assignees

Comments

@tsachiherman
Copy link
Contributor

tsachiherman commented Dec 19, 2022

Per the output of the investigation done in #4731, implement the events data storage mechanism. The events storage will need to support 24 hours of events, and those events should be loaded into memory during bootstrapping of the application.

@tsachiherman tsachiherman moved this to Backlog in Platform Scrum Dec 19, 2022
@tsachiherman tsachiherman moved this from Backlog to Next Sprint Proposal in Platform Scrum Dec 19, 2022
@mollykarcher mollykarcher changed the title soroban-rpc: Add an event store that would support 24hr of events, and load it into memory during bootstrap soroban-rpc: Implement event storage Jan 3, 2023
@paulbellamy
Copy link
Contributor

getEvents requests should be served from the new event storage

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: Done
3 participants