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 | |
---|---|---|
.. | ||
code | General Merkle Proof (#2298) | 6 years ago |
kvstore | ABCI++: Update new protos to use enum instead of bool (#8158) | 3 years ago |
example.go | Add abci repo | 7 years ago |
example_test.go | abci: Synchronize FinalizeBlock with the updated specification (#7983) | 3 years ago |