I’m glad we didn’t remove the data rate from the mempool, because it’s pretty useful now!
Happy to take feedback on which progress bars to move to detailed mode. We’ve already had a suggestion that the “Checkpoint Queue Height” (shown during the initial sync) should be in detailed.
is it possible to make zebra show how much is in each shielded pools?
and all kinds of data. shielded txns in last 24h maybe? or does dat require sumting extra?
Functionality like that may be possible at some point. Some of that data can already be acquired with the various zebra features such as prometheus. Kibana explorer could provide some of that info but is currently testnet only
Yes, we have that data and we could update it after every block.
“last 24h” is more of a prometheus/grafana thing, it’s better at those kinds of time-based metrics. We don’t track them inside Zebra in a way that would be easy to add to a progress bar.
We could track the number of shielded transactions in the last 1 (or some other number) blocks. Would that be helpful?
This feature resulted from a two-week period, and a single person did it. It was part of a “free sprint” where devs could improve Zebra in any way they fancied. It’s the only such sprint we’ve ever had (as far as I remember), and its purpose was to lighten up the mundane dev work by doing something small and useful. Another feature that got merged was Elasticsearch + Kibana support and an Arch Linux package. The recent difference with the progress bars is that we included them in the release build.
As part of the stable release, we asked the community what features or functionality they wanted to see in Zebra. Multiple people said that logs were hard to read, and they wanted a way to quickly check progress.