Anthony
fb9e667f18
prefix proto types (#4007)
Fixes #3986 This pull request is prefixing all the types in proto to avoid conflict. When a go application is using Tendermint as a library and also define similar types in gogo proto some conflicts might occur (as types is a common package in go). By prefixing the types with tendermint, this highly reduces the risk of conflicts. BREAKING CHANGE. This modification breaks the ABCI Application endpoint. What was accessible before with `/types.ABCIApplication/Flush` is now accessible with `/tendermint.abci.types.ABCIApplication/Flush`. |
5 years ago | |
---|---|---|
.. | ||
client | evidence: enforce ordering in DuplicateVoteEvidence (#4151) | 5 years ago |
core | linters: enable stylecheck (#4153) | 5 years ago |
grpc | prefix proto types (#4007) | 5 years ago |
lib | linters: enable stylecheck (#4153) | 5 years ago |
swagger | rpc/lib/client & server: try to conform to JSON-RPC 2.0 spec (#4141) | 5 years ago |
test | Relocate GenesisDocProvider and DefaultGenesisDocProviderFunc (#3693) | 6 years ago |