Files
tendermint/scripts
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
..
2020-11-06 01:02:52 +01:00
2020-10-27 13:54:53 +01:00
2019-08-26 14:27:33 +02:00