-
Notifications
You must be signed in to change notification settings - Fork 50
Closed
Labels
Milestone
Description
Update getEvents doc based on #230
- Add
EndLedgerinGetEventsRequest. This provides finer control and clarity on the range of ledgers being queried. - This change enhances the scalability and can now support a larger retention window (~7 days) for events.
- Ledger Scanning Limitation: The getEvents RPC will now scan a maximum of
10,000ledgers per request. This limits the resource usage and ensures more predictable performance, especially for queries spanning large ledger ranges.
Reactions are currently unavailable