Files
tendermint/internal/consensus
William Banfield cc838a5a19 ABCI++: Update new protos to use enum instead of bool (#8158)
closes: #8039 

This pull request updates the new ABCI++ protos to use `enum`s in place of `bool`s. `enums` may be preferred over `bool` because an `enum` can be udpated to include new statuses in the future, whereas a `bool` cannot and is fixed as just `true` or `false` over the whole lifecycle of the API.
2022-03-21 16:57:34 +00:00
..
2022-03-18 17:39:38 +00:00
2022-02-02 11:51:13 +01:00
2022-03-18 17:39:38 +00:00
2022-03-18 17:39:38 +00:00
2021-10-08 16:53:54 +02:00
2022-03-18 17:39:38 +00:00
2022-02-17 11:23:32 -05:00