Merge pull request #4039 from cosmos/release/v0.33.2

Hotfix release/v0.33.2
This commit is contained in:
Ethan Buchman 2019-04-03 17:04:59 -04:00 committed by GitHub
commit f6985c8703
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 13 additions and 5 deletions

View File

@ -1,5 +1,13 @@
# Changelog
## 0.33.2
### Improvements
#### Tendermint
* Upgrade Tendermint to `v0.31.0-dev0-fix0` which includes critical security fixes.
## 0.33.1
### Bug Fixes

4
Gopkg.lock generated
View File

@ -445,7 +445,7 @@
version = "v0.12.1"
[[projects]]
digest = "1:088088db7ae1174ce66abecbca6924e969cd05632053532ed7dadc7cc35f7885"
digest = "1:97ded93050176418272057abf9819a3dea92713a40327e9906ba6deb92896e9d"
name = "github.com/tendermint/tendermint"
packages = [
"abci/client",
@ -511,7 +511,7 @@
"version",
]
pruneopts = "UT"
revision = "v0.31.0-dev0"
revision = "v0.31.0-dev0-fix0"
[[projects]]
digest = "1:b73f5e117bc7c6e8fc47128f20db48a873324ad5cfeeebfc505e85c58682b5e4"

View File

@ -40,7 +40,7 @@
[[override]]
name = "github.com/tendermint/tendermint"
revision = "v0.31.0-dev0"
revision = "v0.31.0-dev0-fix0"
[[constraint]]
name = "github.com/cosmos/ledger-cosmos-go"

View File

@ -23,8 +23,8 @@ func Test_multiSigKey_Properties(t *testing.T) {
assert.Equal(t, "myMultisig", tmp.GetName())
assert.Equal(t, keys.TypeMulti, tmp.GetType())
assert.Equal(t, "79BF2B5B418A85329EC2149D1854D443F56F5A9F", tmp.GetPubKey().Address().String())
assert.Equal(t, "cosmos10xljkk6p32zn98kzzjw3s4x5g06k7k5lz6flcv", tmp.GetAddress().String())
assert.Equal(t, "D3923267FA8A3DD367BB768FA8BDC8FF7F89DA3F", tmp.GetPubKey().Address().String())
assert.Equal(t, "cosmos16wfryel63g7axeamw68630wglalcnk3l0zuadc", tmp.GetAddress().String())
}
func Test_showKeysCmd(t *testing.T) {