This pull request adds the TimeoutParams that were defined in ADR-74 to the consensus parameters.
The main value of having these parameters in the consensus parameters is to enable the application to more reliably manage their values. The enforcement of their values across all validators is much less important than their equality and configurability by applications.
This pull request adds the
TimeoutParams
that were defined in ADR-74 to the consensus parameters.The main value of having these parameters in the consensus parameters is to enable the application to more reliably manage their values. The enforcement of their values across all validators is much less important than their equality and configurability by applications.
Closes: https://github.com/tendermint/tendermint/issues/7759