Merge master back to develop (#3412)

* libs/db: close batch (#3397)

ClevelDB requires closing when WriteBatch is no longer needed, https://godoc.org/github.com/jmhodges/levigo#WriteBatch.Close

Fixes the memory leak in https://github.com/cosmos/cosmos-sdk/issues/3842

* update changelog and bump version to 0.30.2
This commit is contained in:
Anton Kaliaev
2019-03-12 16:20:59 +04:00
committed by GitHub
parent ad3e990c6a
commit e42f833fd4
2 changed files with 20 additions and 1 deletions
+1 -1
View File
@@ -20,7 +20,7 @@ const (
// Must be a string because scripts like dist.sh read this file.
// XXX: Don't change the name of this variable or you will break
// automation :)
TMCoreSemVer = "0.30.1"
TMCoreSemVer = "0.30.2"
// ABCISemVer is the semantic version of the ABCI library
ABCISemVer = "0.15.0"