Epochs::default()
uses block height 0 as the first block height of the first epoch
#378
Labels
Epochs::default()
uses block height 0 as the first block height of the first epoch
#378
In our
Epochs
struct, we should ensure we are returningBlockHeight(1)
as the first block height of the first epoch, rather thanBlockHeight(0)
. This may work for tests butBlockHeight(0)
is not a realistic block height for real Tendermint chains.namada/shared/src/types/storage.rs
Lines 621 to 630 in d1a06a2
Related: #377
The text was updated successfully, but these errors were encountered: