tendermint / spec

131 stars 56 forks source link

Add the newly defined timeout parameters to the consensus parameters #400

Closed williambanfield closed 2 years ago

williambanfield commented 2 years ago

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