Skip to content

Commit

Permalink
Bump tendermint to v0.31.12
Browse files Browse the repository at this point in the history
  • Loading branch information
Dave Puchyr committed Apr 12, 2020
1 parent cf0f7fe commit dfdb7cd
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ go:
env:
global:
- GO111MODULE=on
- TM_VERSION=v0.31.11
- TM_VERSION=v0.31.12
- BUILD_VERSION=$(echo ${TRAVIS_COMMIT} | cut -c 1-10)
- MAIN_GO_VERSION=1.12.14
- GORACE="halt_on_error=1"
Expand Down
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
# Changelog

## HEAD

## 1.0.4
- `bnsd`: Upgrade Tendermint to v0.31.12.
- `bug`: Fix renew domain handler renews empty string account
- `feature/account`: Accounts in non super user domains cannot be flushed

Expand Down
2 changes: 2 additions & 0 deletions COMPATIBILITY.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

| Weave | Tendermint |
|--------|-----------|
|v1.0.x | v0.31.12|
|v0.22.x | v0.31.11|
|v0.21.x | v0.31.9|
|v0.20.x | v0.31.5|
Expand All @@ -20,6 +21,7 @@

| Weave | Protobuf compatible to previous version| Comments |
|--------|--------------------|------------------|
|v1.0.4 | :x:| See [CHANGELOG for 1.0.4](https://github.com/iov-one/weave/blob/master/CHANGELOG.md#104) |
|v0.20.0 | :heavy_check_mark:| See [CHANGELOG for 0.20.0](https://github.com/iov-one/weave/blob/master/CHANGELOG.md#0200) |
|v0.19.0 | :x:| See [CHANGELOG for 0.19.0](https://github.com/iov-one/weave/blob/master/CHANGELOG.md#0190) |
|v0.18.0 | :x:| See [CHANGELOG for 0.18.0](https://github.com/iov-one/weave/blob/master/CHANGELOG.md#0180) |
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ For more details on the design goals, see the

* [Go](https://golang.org/doc/install)
* [docker](https://docs.docker.com/install/)
* [tendermint 0.31.11](https://github.com/tendermint/tendermint/tree/v0.31.11)
* [tendermint 0.31.12](https://github.com/tendermint/tendermint/tree/v0.31.12)
* [Installation](https://github.com/tendermint/tendermint/blob/master/docs/introduction/install.md)

## Instructions
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ require (
github.com/syndtr/goleveldb v1.0.0 // indirect
github.com/tendermint/go-amino v0.15.0
github.com/tendermint/iavl v0.12.2
github.com/tendermint/tendermint v0.31.11
github.com/tendermint/tendermint v0.31.12
github.com/tyler-smith/go-bip39 v1.0.1-0.20181017060643-dbb3b84ba2ef
go.etcd.io/bbolt v1.3.3 // indirect
golang.org/x/crypto v0.0.0-20190513172903-22d7a77e9e5f
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -125,8 +125,8 @@ github.com/tendermint/go-amino v0.15.0 h1:TC4e66P59W7ML9+bxio17CPKnxW3nKIRAYsknt
github.com/tendermint/go-amino v0.15.0/go.mod h1:TQU0M1i/ImAo+tYpZi73AU3V/dKeCoMC9Sphe2ZwGME=
github.com/tendermint/iavl v0.12.2 h1:Ls5p5VINCM1HRT9g5Vvs2zmDOCU/CCIvIHzd/pZ8P0E=
github.com/tendermint/iavl v0.12.2/go.mod h1:EoKMMv++tDOL5qKKVnoIqtVPshRrEPeJ0WsgDOLAauM=
github.com/tendermint/tendermint v0.31.11 h1:TIs//4WfEAG4TOZc2eUfJPI3T8KrywXQCCPnGAaM1Wo=
github.com/tendermint/tendermint v0.31.11/go.mod h1:ymcPyWblXCplCPQjbOYbrF1fWnpslATMVqiGgWbZrlc=
github.com/tendermint/tendermint v0.31.12 h1:bZSZod1XoV42/rb9GymVz6JS/a3O4iBLgN6VO3w8fP4=
github.com/tendermint/tendermint v0.31.12/go.mod h1:ymcPyWblXCplCPQjbOYbrF1fWnpslATMVqiGgWbZrlc=
github.com/tyler-smith/go-bip39 v1.0.1-0.20181017060643-dbb3b84ba2ef h1:wHSqTBrZW24CsNJDfeh9Ex6Pm0Rcpc7qrgKBiL44vF4=
github.com/tyler-smith/go-bip39 v1.0.1-0.20181017060643-dbb3b84ba2ef/go.mod h1:sJ5fKU0s6JVwZjjcUEX2zFOnvq0ASQ2K9Zr6cf67kNs=
go.etcd.io/bbolt v1.3.3 h1:MUGmc65QhB3pIlaQ5bB4LwqSj6GIonVJXpZiaKNyaKk=
Expand Down

0 comments on commit dfdb7cd

Please sign in to comment.