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
Update 04/30: We have decided to index balances of all accounts instead of calling RPC endpoint for the data during our indexing. This is for performance reasons because calling RPC endpoint inside each handler call could significantly reduce indexing speed reducing our ability to launch new indexing features. By indexing all the account balances, we can get the same data as mentioned bellow, if we also index channels and their addresses.
Total Interchain IST needs to be fetched with custom RPC calls that are equal to the following commands. Subquery does not provide events that can be used for quickly getting this data. The custom RPC. calls needs to be added in the indexer code such that it runs with appropriate interval without causing indexing degradation due to these custom calls.
toliaqat
changed the title
Custom RPC calls for "Total Interchain IST" in Inter Protocol Summary page
Index channels and their escrow account addresses
Apr 30, 2024
Update 04/30: We have decided to index balances of all accounts instead of calling RPC endpoint for the data during our indexing. This is for performance reasons because calling RPC endpoint inside each handler call could significantly reduce indexing speed reducing our ability to launch new indexing features. By indexing all the account balances, we can get the same data as mentioned bellow, if we also index channels and their addresses.
Total Interchain IST
needs to be fetched with custom RPC calls that are equal to the following commands. Subquery does not provide events that can be used for quickly getting this data. The custom RPC. calls needs to be added in the indexer code such that it runs with appropriate interval without causing indexing degradation due to these custom calls.The text was updated successfully, but these errors were encountered: