hackbg / undexer

🎉 The Undexer 🎉 Namada network indexer powering https://shielded.live/. See also: https://github.com/hackbg/undexer-node
5 stars 6 forks source link

not all validators stored in database #13

Closed egasimus closed 2 weeks ago

egasimus commented 3 weeks ago

Known issue in v0.4.0:

# export RPC_URL=https://namada-rpc-housefire.mandragora.io
# ./undexer validators fetch all
# ...
 i  152 validators.
 i  BelowThreshold:  132
 i  Inactive:        3
 i  Consensus:       16
 i  Jailed:          1

...but https://shielded.live only shows 2 validators. Looks like it's somewhere in the code that stores them in the DB.

egasimus commented 2 weeks ago

Fixed in v4