Files
tendermint/docs/tendermint-core
Dev Ojha 8c0af72987 consensus: deprecate time iota ms (#5792)
time_iota_ms is intended to ensure that an honest validator always generates timestamps 
with time increasing monotonically. For this purpose, it always suffices to have this parameter
set to `1ms`. Allowing users to choose different numbers increases bug surface area.
Thus the code now ignores the user provided time_iota_ms parameter (marking it as unused), 
and uses 1ms internally.
2020-12-17 17:32:42 +01:00
..
2020-11-24 09:08:22 +00:00
2020-11-24 09:08:22 +00:00

order, parent
order parent
1
title order
Tendermint Core 4

Overview

This section dives into the internals of Go-Tendermint.