Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Do not generate well-known protobuf types (#1189)
* Do not generate well-known types The only WKTs needed by tendermint-proto or its clients at the moment are Timestamp and Duration. These are currently replaced by hand-written alternatives, so the rest of the well-known types do not need to be generated. * Changelog entry for #1189 Signed-off-by: Thane Thomson <[email protected]> Co-authored-by: Thane Thomson <[email protected]>
- Loading branch information