You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In order to reduce the load on the hydra-node API server and give finer grained control over the displayed messages to the user we could think about adding API query for historical messages that will filter and only display messages based on criteria we implement (most simple being display messages that occurred after specified time)
Suggested solution
Add a query parameter/route in the API route and filter based on the user specified value.
Add some documentation about how/why to use this feature in the docs
Add an example about how to query the last known date or sequence number from your own history, as a client, to work out what value to pass
Alternative
No response
Additional context
No response
The text was updated successfully, but these errors were encountered:
Description
In order to reduce the load on the hydra-node API server and give finer grained control over the displayed messages to the user we could think about adding API query for historical messages that will filter and only display messages based on criteria we implement (most simple being display messages that occurred after specified time)
Suggested solution
Alternative
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: