Tomas Zemanovic
Tomas Zemanovic
this is held up for now on another tendermint update with prometheus fix
> this is held up for now on another tendermint update with prometheus fix tested with v0.1.4-abciplus and ready
we may be able to switch back to official releases instead - see https://github.com/anoma/namada/pull/838
docker images are published at https://github.com/anoma/namada/pkgs/container/namada
@alexmeise pls re-open if this is still an issue
Good catch! Looks like we should be setting our block height from the `initial_height` we receive on init chain. There's one place where `BlockHeight(0)` is used - in ABCI queries,...
Additionally, we should initialize `storage.block.pre_epochs` with empty `first_block_heights` and write it from init-chain too
thanks @james-chf for clearing this up in another discussion. There is no genesis block, `InitChain` initializes state to be used for the first block, which will have the `BlockHeight(1)` -...
> @tzemanovic What still needs to be done here - just the block height type fix? the default value for `pred_epochs.first_block_heights` is incorrect - we're using 0 height, but it...
> @tzemanovic What is the current status of this issue? Is TMKMS supported? it's to-do