mirror of
https://github.com/tendermint/tendermint.git
synced 2026-01-06 13:26:23 +00:00
* proto: use docker to generate stubs - provide an option to developers to use docker to generate proto stubs closes #4579 Signed-off-by: Marko Baricevic <marbar3778@yahoo.com>
1.1 KiB
1.1 KiB
v0.33.3
**
Special thanks to external contributors on this release:
Friendly reminder, we have a bug bounty program.
BREAKING CHANGES:
-
CLI/RPC/Config
-
Apps
-
Go API
FEATURES:
IMPROVEMENTS:
- [p2p] #4548 Add ban list to address book (@cmwaters)
- [privval] #4534 Add
erroras a return value onGetPubKey() - [Docker] #4569 Default configuration added to docker image (you can still mount your own config the same way) (@greg-szabo)
- [lite2] #4562 Cache headers when using bisection (@cmwaters)
- [all] #4608 Give reactors descriptive names when they're initialized
- [tools] #4615 Allow developers to use Docker to generate proto stubs, via
make proto-gen-docker.
BUG FIXES:
- [rpc] #4568 Fix panic when
Subscribeis called, but HTTP client is not running (@melekes)Subscribe,Unsubscribe(All)methods return an error now.