update deps and changelog

This commit is contained in:
Ethan Buchman 2018-04-09 16:36:28 +03:00
parent ff3f35c5f4
commit dcd00b0e68
3 changed files with 21 additions and 12 deletions

View File

@ -24,6 +24,18 @@ BUG FIXES:
- Graceful handling/recovery for apps that have non-determinism or fail to halt - Graceful handling/recovery for apps that have non-determinism or fail to halt
- Graceful handling/recovery for violations of safety, or liveness - Graceful handling/recovery for violations of safety, or liveness
## 0.19.0 (TBD)
BREAKING:
Upgrade from go-wire to go-amino. This is a sweeping change that breaks everything that is
serialized to disk or over the network.
See github.com/tendermint/go-amino for details on the new format.
See `scripts/wire2amino.go` for a tool to upgrade
genesis/priv_validator/node_key JSON files.
## 0.18.0 (April 6th, 2018) ## 0.18.0 (April 6th, 2018)
BREAKING: BREAKING:

13
Gopkg.lock generated
View File

@ -238,8 +238,8 @@
"server", "server",
"types" "types"
] ]
revision = "c62aed95f2ce399ec815b0cafe478af002cdc4e6" revision = "78a8905690ef54f9d57e3b2b0ee7ad3a04ef3f1f"
version = "v0.10.3-dev" version = "v0.10.3"
[[projects]] [[projects]]
branch = "master" branch = "master"
@ -260,8 +260,8 @@
[[projects]] [[projects]]
name = "github.com/tendermint/go-crypto" name = "github.com/tendermint/go-crypto"
packages = ["."] packages = ["."]
revision = "5d5f580f49ca66c13400938c64334186068c8b7c" revision = "915416979bf70efa4bcbf1c6cd5d64c5fff9fc19"
version = "v0.6.1" version = "v0.6.2"
[[projects]] [[projects]]
name = "github.com/tendermint/go-wire" name = "github.com/tendermint/go-wire"
@ -286,7 +286,7 @@
"test" "test"
] ]
revision = "2e24b64fc121dcdf1cabceab8dc2f7257675483c" revision = "2e24b64fc121dcdf1cabceab8dc2f7257675483c"
version = "0.8.1" version = "v0.8.1"
[[projects]] [[projects]]
branch = "master" branch = "master"
@ -372,7 +372,6 @@
"transport" "transport"
] ]
revision = "5b3c4e850e90a4cf6a20ebd46c8b32a0a3afcb9e" revision = "5b3c4e850e90a4cf6a20ebd46c8b32a0a3afcb9e"
source = "github.com/grpc/grpc-go"
version = "v1.7.5" version = "v1.7.5"
[[projects]] [[projects]]
@ -384,6 +383,6 @@
[solve-meta] [solve-meta]
analyzer-name = "dep" analyzer-name = "dep"
analyzer-version = 1 analyzer-version = 1
inputs-digest = "e5e6c7942710846bdb5589fba10c90a869773f2685da825b955510afe0d7c5a4" inputs-digest = "9b49dde42e615372db85e13d7952cb547b8b1833458a4906f908af988cf0bd4f"
solver-name = "gps-cdcl" solver-name = "gps-cdcl"
solver-version = 1 solver-version = 1

View File

@ -71,25 +71,23 @@
[[constraint]] [[constraint]]
name = "github.com/tendermint/abci" name = "github.com/tendermint/abci"
version = "0.10.3-dev" version = "~0.10.3"
[[constraint]] [[constraint]]
name = "github.com/tendermint/go-crypto" name = "github.com/tendermint/go-crypto"
version = "0.6.1" version = "~0.6.2"
[[constraint]] [[constraint]]
name = "github.com/tendermint/go-amino" name = "github.com/tendermint/go-amino"
version = "0.9.6" version = "~0.9.6"
[[override]] [[override]]
# [[constraint]] # [[constraint]]
name = "github.com/tendermint/tmlibs" name = "github.com/tendermint/tmlibs"
version = "~0.8.1" version = "~0.8.1"
# branch = "develop"
[[constraint]] [[constraint]]
name = "google.golang.org/grpc" name = "google.golang.org/grpc"
source = "github.com/grpc/grpc-go"
version = "~1.7.3" version = "~1.7.3"
[prune] [prune]