-
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 event storage #4718
Labels
Comments
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
|
This was referenced Jan 24, 2023
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 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.
The text was updated successfully, but these errors were encountered: