changelog, version

This commit is contained in:
Ethan Buchman 2018-07-10 12:20:29 -04:00
parent aed1ca89aa
commit d226f1d62e
2 changed files with 3 additions and 3 deletions

View File

@ -2,14 +2,14 @@
## 0.20.0
*TBD*
*July 10th, 2018*
BREAKING CHANGES
* msg.GetSignBytes() returns sorted JSON (by key)
* msg.GetSignBytes() field changes
* `msg_bytes` -> `msgs`
* `fee_bytes` -> `fee`
* Update Tendermint to v0.22.0
* Update Tendermint to v0.22.2
* Default ports changed from 466xx to 266xx
* Amino JSON uses type names instead of prefix bytes
* ED25519 addresses are the first 20-bytes of the SHA256 of the raw 32-byte

View File

@ -5,7 +5,7 @@ const Maj = "0"
const Min = "20"
const Fix = "0"
const Version = "0.20.0-dev"
const Version = "0.20.0"
// GitCommit set by build flags
var GitCommit = ""