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 | |
---|---|---|
.. | ||
app.go | ABCI++: Update new protos to use enum instead of bool (#8158) | 3 years ago |
snapshots.go | migrate away from deprecated ioutil APIs (#7175) | 3 years ago |
state.go | cmd: add integration test and fix bug in rollback command (#7315) | 3 years ago |