tendermint/abci

Spec does not match types.proto file

ebuchman opened this issue · 1 comments

The spec (https://github.com/tendermint/abci/blob/master/specification.rst) should be updated to match the proto file: https://github.com/tendermint/abci/blob/master/types/types.proto

For instance, the ResponseDeliverTx is incorrect ...

Solved by #206