tendermint v0.33.1 Release Notes

Release Date: 2020-02-14 // about 4 years ago
  • Feburary 13, 2020

    ๐Ÿš€ Special thanks to external contributors on this release: @princesinha19

    Friendly reminder, we have a bug bounty program.

    ๐Ÿ”‹ FEATURES:

    • [rpc] #3333 Add order_by to /tx_search endpoint, allowing to change default ordering from asc to desc (@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-gen cmd to generate proto stubs outside of GOPATH.

    ๐Ÿ› BUG FIXES:

    • [node] #4311 Use GRPCMaxOpenConnections when creating the gRPC server, not MaxOpenConnections
    • [rpc] #4319 Check BlockMeta is not nil in /block & /block_by_hash