-
Notifications
You must be signed in to change notification settings - Fork 179
Description
Some feature requests for the "Blocks" display when using the cncli-leaderlog-service:
-
Consider including the next epoch blocks in the summary view once the leaderlogs are calculated for the next epoch. Currently you have to manually go in and type in the next epoch number to check for blocks assigned.
-
When checking a specific epoch, consider making it easier to check the latest epoch that is calculated. The only time I use this feature is to check a future epoch, so the default isn't usually helpful.
-
When checking a future epoch, putting in a big number like "34356" simply says "No blocks in epoch 34356" - this should probably give an error or some other notice if the epoch requested hasn't been calculated rather than reporting zero blocks. The situation where this is important is if I try to check for blocks in a future epoch that isn't calculated yet (like if I try to check before the current epoch is 2/3 of the way done). I may think that I have no blocks when in reality the leading slots just haven't been calculated yet.
Thank you again for a great tool!