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
I want add Websocket endpoints for anton to notify in realtime. Here I brief my thoughts and want your feedbacks.
1, add websocket API endpoint for blocks/txs/accounts/messages, the API parameter will follow conventions just like those for HTTP;
2, will add standalone service websocket just like web in docker-compose.
3, will add redis as in memory queue to store client request(websocket -> indexer), and as result queue of each websocket request(indexer -> websocket)
4, will add filters on indexer/save.go, just before where data are going to persist into repositories.