Merge pull request #1057 from cosmos/release/v0.17.3

update to tm v0.19.6
This commit is contained in:
Ethan Buchman 2018-05-29 13:06:12 -04:00 committed by GitHub
commit a5a78eb51c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 20 additions and 14 deletions

View File

@ -1,5 +1,11 @@
# Changelog
## 0.17.3
*May 29, 2018*
Update to Tendermint v0.19.6 (fix fast-sync halt)
## 0.17.2
*May 20, 2018*

20
Gopkg.lock generated
View File

@ -11,7 +11,7 @@
branch = "master"
name = "github.com/btcsuite/btcd"
packages = ["btcec"]
revision = "1432d294a5b055c297457c25434efbf13384cc46"
revision = "bc0944904505aab55e089371a892be2f87883161"
[[projects]]
name = "github.com/davecgh/go-spew"
@ -250,7 +250,7 @@
"leveldb/table",
"leveldb/util"
]
revision = "e6d6b529196422703d54ff5c40e79809ec2020b3"
revision = "5d6fca44a948d2be89a9702de7717f0168403d3d"
[[projects]]
name = "github.com/tendermint/abci"
@ -341,8 +341,8 @@
"types/priv_validator",
"version"
]
revision = "018e096748bafe1d2d1e69b909e4158f3b26f6b2"
version = "v0.19.5-rc1"
revision = "fd6021876b017cbf45cdf6dd55a0d6cdf431e826"
version = "v0.19.6-rc2"
[[projects]]
name = "github.com/tendermint/tmlibs"
@ -359,8 +359,8 @@
"pubsub",
"pubsub/query"
]
revision = "cc5f287c4798ffe88c04d02df219ecb6932080fd"
version = "v0.8.3-rc0"
revision = "d970af87248a4e162590300dbb74e102183a417d"
version = "v0.8.3"
[[projects]]
branch = "master"
@ -376,7 +376,7 @@
"ripemd160",
"salsa20/salsa"
]
revision = "1a580b3eff7814fc9b40602fd35256c63b50f491"
revision = "ab813273cd59e1333f7ae7bff5d027d4aadf528c"
[[projects]]
branch = "master"
@ -390,13 +390,13 @@
"internal/timeseries",
"trace"
]
revision = "57065200b4b034a1c8ad54ff77069408c2218ae6"
revision = "dfa909b99c79129e1100513e5cd36307665e5723"
[[projects]]
branch = "master"
name = "golang.org/x/sys"
packages = ["unix"]
revision = "7c87d13f8e835d2fb3a70a2912c811ed0c1d241b"
revision = "c11f84a56e43e20a78cee75a7c034031ecf57d1f"
[[projects]]
name = "golang.org/x/text"
@ -457,6 +457,6 @@
[solve-meta]
analyzer-name = "dep"
analyzer-version = 1
inputs-digest = "7540d2ecdb5d7d5084ab4e6132e929bbd501bd6add3006d8f08a6b2c127e0c7d"
inputs-digest = "2e868c5ad771cb647fd85a357375c559287602e886b7a040ddde0fac7f4f3365"
solver-name = "gps-cdcl"
solver-version = 1

View File

@ -66,7 +66,7 @@
[[constraint]]
name = "github.com/tendermint/go-amino"
version = "~0.9.9"
version = "=0.9.9"
[[constraint]]
name = "github.com/tendermint/iavl"
@ -74,7 +74,7 @@
[[constraint]]
name = "github.com/tendermint/tendermint"
version = "0.19.5-rc1"
version = "0.19.6-rc2"
[[override]]
name = "github.com/tendermint/tmlibs"

View File

@ -7,9 +7,9 @@ package version
const Maj = "0"
const Min = "17"
const Fix = "2"
const Fix = "3"
const Version = "0.17.2"
const Version = "0.17.3"
// GitCommit set by build flags
var GitCommit = ""