William Banfield
cc838a5a19
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. |
3 years ago | |
---|---|---|
.. | ||
application.go | state: synchronize the ProcessProposal implementation with the latest version of the spec (#7961) | 3 years ago |
base.go | ABCI++: Update new protos to use enum instead of bool (#8158) | 3 years ago |