hackbg / undexer

🎉 The Undexer 🎉 Namada network indexer powering https://shielded.live/
4 stars 3 forks source link

feature: persist consensus addresses and public keys #7

Closed egasimus closed 1 month ago

egasimus commented 1 month ago

Getting all the available information about a validator requires collating data from multiple API endpoints.

Currently, the following properties of a validator are not returned by the RPC when the validator is in status other than "consensus":

Persisting past values of them in the database will unblock, or significantly contribute towards unblocking, the next batch of features in https://shielded.live:

In some cases, querying the data for past blocks may still be impossible. However this will only be a problem until the next testnet reset.