mirror of
https://github.com/tendermint/tendermint.git
synced 2026-01-08 06:15:33 +00:00
* proto: add buf and protogen script - add buf with minimal changes - add protogen script to easier generate proto files Signed-off-by: Marko Baricevic <marbar3778@yahoo.com> * add protoc needs * add some needed shell cmds * remove buf from tools as it is not needed everytime * add proto lint and breakage to ci * add section in changelog and upgrading files * address pr comments * remove space in circle config * remove spaces in makefile comment * add section on contributing on how to work with proto * bump buf to 0.7 * test bufbuild image * test install make in bufbuild image * revert to tendermintdev image * Update Makefile Co-Authored-By: Anton Kaliaev <anton.kalyaev@gmail.com> Co-authored-by: Anton Kaliaev <anton.kalyaev@gmail.com>
844 B
844 B
v0.33.1
**
Special thanks to external contributors on this release: @princesinha19
Friendly reminder, we have a bug bounty program.
BREAKING CHANGES:
-
CLI/RPC/Config
-
Apps
-
Go API
FEATURES:
- [rpc] [#3333] Add
order_byto/tx_searchendpoint, allowing to change default ordering from asc to desc (more in the future) (@princesinha19)
IMPROVEMENTS:
- [proto] [#4369] Add buf for usage with linting and checking if there are breaking changes with the master branch.
- [proto] [#4369] Add
make proto-gencmd to generate proto stubs outside of GOPATH.
BUG FIXES:
- [node] [#\4311] Use
GRPCMaxOpenConnectionswhen creating the gRPC server, notMaxOpenConnections - [rpc] [#\4319] Check
BlockMetais not nil in/block&/block_by_hash