Merge PR #3618: Update to tendermint 0.30.0 final

This commit is contained in:
Jack Zampolin 2019-02-12 12:22:17 -08:00 committed by GitHub
commit bbc0a562a1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 3 deletions

2
Gopkg.lock generated
View File

@ -502,7 +502,7 @@
"version",
]
pruneopts = "UT"
revision = "v0.30.0-rc0"
revision = "v0.30.0"
[[projects]]
digest = "1:b73f5e117bc7c6e8fc47128f20db48a873324ad5cfeeebfc505e85c58682b5e4"

View File

@ -40,7 +40,7 @@
[[override]]
name = "github.com/tendermint/tendermint"
revision = "v0.30.0-rc0"
revision = "v0.30.0"
[[constraint]]
name = "github.com/zondax/ledger-cosmos-go"

View File

@ -36,7 +36,7 @@ IMPROVEMENTS
* SDK
* Tendermint
* [\#3618] Upgrade to Tendermint 0.30.03
BUG FIXES