Dev Ojha
8c0af72987
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. |
4 years ago | |
---|---|---|
.. | ||
config.go | consensus: deprecate time iota ms (#5792) | 4 years ago |
config_test.go | blockchain/v1: remove in favor of v2 (#5728) | 4 years ago |
toml.go | cmd: hyphen case cli and config (#5777) | 4 years ago |
toml_test.go | docs: use hyphens instead of snake case (#5802) | 4 years ago |