**
Special thanks to external contributors on this release:
Friendly reminder, we have a bug bounty program.
CLI/RPC/Config
Apps
Go API
abcicli.Client
) to allow for supplying the ABCI
types.RequestCheckTx
and types.RequestDeliverTx
structs, and lets the
mempool indicate to the ABCI app whether a CheckTx request is a recheck or
not.db/debugDB
and common/colors.go
& errors/errors.go
files (@marbar3778)common/heap.go
file (@marbar3778)date.go
, io.go
. Remove GoPath()
, Prompt()
and IsDirEmpty()
functions from os.go
(@marbar3778)FailRand()
func and minor clean up to fail.go
(@marbar3778)Blockchain Protocol
P2P Protocol
NewNode
to use functional options to make it more flexible
and extensible in the future.CustomReactors
option to NewNode
allowing caller to pass
custom reactors to run inside Tendermint node (@ParthDesai)