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 | |
---|---|---|
.. | ||
block.pb.go | prefix proto types (#4007) | 5 years ago |
block.proto | prefix proto types (#4007) | 5 years ago |
result.go | custom marshallers for proto types, which EmitDefaults (#3889) | 5 years ago |