Callum Waters
e32b86b549
docs: migrate adrs and rfcs across from master ( #9115 )
2022-07-30 16:57:02 +02:00
M. J. Fromberger
df9b1676f9
Remove ADR and RFC docs from the v0.34.x backport branch. ( #7867 )
2022-02-18 07:13:53 -08:00
dongsam
e30b125725
consensus: double-sign risk reduction (ADR-51) ( #5147 )
...
Implementation spec of Double Signing Risk Reduction [ADR-51](https://github.com/tendermint/tendermint/blob/master/docs/architecture/adr-051-double-signing-risk-reduction.md ) by B-Harvest
- Add `DoubleSignCheckHeight` config variable to ConsensusConfig for "How many blocks looks back to check existence of the node's consensus votes when before joining consensus"
- Add `consensus.double_sign_check_height` to `config.toml` and `tendermint node` as flag for set `DoubleSignCheckHeight`
- Set default `consensus.double_sign_check_height` to `0` ( it could be adjustable in this PR, disable when 0 )
Refs
- [ADR-51](https://github.com/tendermint/tendermint/blob/master/docs/architecture/adr-051-double-signing-risk-reduction.md )
- [https://github.com/tendermint/tendermint/issues/4059 ](https://github.com/tendermint/tendermint/issues/4059 )
- [https://github.com/tendermint/tendermint/pull/4262 ](https://github.com/tendermint/tendermint/pull/4262 )
2020-08-27 08:57:36 +04:00
Denis Fadeev
da8813071b
Docs staging ( #4407 )
...
* update theme
* Update version
* Updated Questions section in the footer
* Remove links to Riot chat
* Typo
* Add Discord link
Co-authored-by: Marko <marbar3778@yahoo.com >
2020-02-15 21:07:48 +01:00
dongsamb
696e13e1ff
adr: ADR-051: Double Signing Risk Reduction ( #4262 )
...
* Add adr-051 to docs
* add details
* Update docs/architecture/adr-051-double-signing-protection-with-tendermint-mode.md
Co-Authored-By: Anton Kaliaev <anton.kalyaev@gmail.com >
* rename adr-051 for only double singing protection
* remove contents about tendermint mode
* change title to Double Signing Rist Reduction
* rename adr md file
* add a adr link to ToC
Co-authored-by: b-harvest <38277329+dlguddus@users.noreply.github.com >
Co-authored-by: Anton Kaliaev <anton.kalyaev@gmail.com >
2020-01-24 11:02:35 +04:00