Skip to content

Commit

Permalink
Merge pull request #851 from wukongcheng/silei/develop
Browse files Browse the repository at this point in the history
R4R: the v0.9.0-rc0 version release
  • Loading branch information
wukongcheng authored Dec 19, 2018
2 parents 5e862dc + 8f0b8ed commit fbb7d14
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 6 deletions.
13 changes: 8 additions & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# Changelog

## 0.9.0-Beta
## 0.9.0-rc0

*December 14th, 2018*
*December 19th, 2018*

BREAKING CHANGES:

Expand All @@ -18,16 +18,19 @@ FEATURES:
- [iris] Slashing module supports querying slashing history
- [iris] Gov module adds TxTaxUsageProposal/SoftwareHaltProposal proposals
- [iris] Export and import blockchain snapshot at any block height
- [iris] Redesigned to implement class 2 software upgrade
- [iris] Restrict the block gas limit
- [iris] Improve tx search to support multiple tags
- [iris] Improve the default behavior of iris --home
- [iris] `iris tendermint show-address` output begins with `fca`
- [iris] Restrict the number of signatures on the transaction
- [iris] Add a check for the validator private key type and reject the unsupported private key type
- [tendermint] Update tendermint to v0.27.0

PENDING:
- [iris] Redesigned to implement class 2 software upgrade

BUG FIXES:

- Add chain-id value checking for sign command
- Specify the required flags for cmds `query-proposal`, `query-deposit` and `query-vote`


## 0.8.0
Expand Down
2 changes: 1 addition & 1 deletion version/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import (

// Version - Iris Version
const ProtocolVersion = 0
const Version = "0.9.0-Beta"
const Version = "0.9.0-rc0"
// GitCommit set by build flags
var GitCommit = ""

Expand Down

0 comments on commit fbb7d14

Please sign in to comment.