Merge branch 'master' into develop
This commit is contained in:
commit
ece4c33821
|
@ -11,6 +11,10 @@ FEATURES
|
||||||
* A "simulate" query has been added to determine how much gas a transaction will need
|
* A "simulate" query has been added to determine how much gas a transaction will need
|
||||||
* Modules can include their own gas costs for execution of particular message types
|
* Modules can include their own gas costs for execution of particular message types
|
||||||
|
|
||||||
|
## 0.17.1 (May 17, 2018)
|
||||||
|
|
||||||
|
Update to Tendermint v0.19.4 (fixes a consensus bug and improves logging)
|
||||||
|
|
||||||
## 0.17.0 (May 15, 2018)
|
## 0.17.0 (May 15, 2018)
|
||||||
|
|
||||||
BREAKING CHANGES
|
BREAKING CHANGES
|
||||||
|
|
|
@ -341,8 +341,8 @@
|
||||||
"types/priv_validator",
|
"types/priv_validator",
|
||||||
"version"
|
"version"
|
||||||
]
|
]
|
||||||
revision = "03f6a29a64fc4d26322a90839b892014d2cb90a5"
|
revision = "19ccd1842fe5efffcc2ff32e6cfc127ca0cd1f9b"
|
||||||
version = "v0.19.3-rc0"
|
version = "v0.19.4-rc0"
|
||||||
|
|
||||||
[[projects]]
|
[[projects]]
|
||||||
name = "github.com/tendermint/tmlibs"
|
name = "github.com/tendermint/tmlibs"
|
||||||
|
@ -457,6 +457,6 @@
|
||||||
[solve-meta]
|
[solve-meta]
|
||||||
analyzer-name = "dep"
|
analyzer-name = "dep"
|
||||||
analyzer-version = 1
|
analyzer-version = 1
|
||||||
inputs-digest = "30cd9c49b9e87f62f40a02fd0ba35a2d67a519ef781e06316246b307e6be638d"
|
inputs-digest = "8c37fee3e6d3034b865c68185f4796223fe53b1b0ee4a305adbee5f53c50bfce"
|
||||||
solver-name = "gps-cdcl"
|
solver-name = "gps-cdcl"
|
||||||
solver-version = 1
|
solver-version = 1
|
||||||
|
|
|
@ -70,7 +70,7 @@
|
||||||
|
|
||||||
[[constraint]]
|
[[constraint]]
|
||||||
name = "github.com/tendermint/tendermint"
|
name = "github.com/tendermint/tendermint"
|
||||||
version = "0.19.3-rc0"
|
version = "0.19.4-rc0"
|
||||||
|
|
||||||
[[override]]
|
[[override]]
|
||||||
name = "github.com/tendermint/tmlibs"
|
name = "github.com/tendermint/tmlibs"
|
||||||
|
|
Loading…
Reference in New Issue