Skip to content

Commit

Permalink
Merge pull request #1127 from wukongcheng/silei/develop
Browse files Browse the repository at this point in the history
R4R: release v0.11.0-rc0 version
  • Loading branch information
wukongcheng authored Jan 21, 2019
2 parents 1c54ce6 + b079c03 commit 8bcaf7e
Show file tree
Hide file tree
Showing 2 changed files with 53 additions and 1 deletion.
52 changes: 52 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,57 @@
# Changelog


## 0.11.0-rc0

*January 21th, 2019*

- [iris] Move the upgrade tally threshold into the software upgrade proposal
- [iris] Limit the size of transaction
- [iris] Tendermint's blockstore also needs to consume gas when storing transactions
- [iris] Proposer censorship slashing to prevent the proposer from submitting block containing garbage tx data
- [iris] The proposer must deposit 30% of the mindeposit when submitting the proposal
- [iris] Make more check about every msg's ValidateBasic()
- [iris] Add flag --output-file to save export result and ensure result is consistent
- [iris] Add new param service/TxSizeLimit to limit the service tx size
- [iris] Block mint doesn't depend on BFT time
- [iris] Fix infinite gas meter utilization during aborted ante handler executions
- [iris] Auto-config bech32 prefixes based on network type
- [iris] Improve the system logs

- [iriscli] Make the result of `iriscli tendermint tx` readable
- [iriscli] Improve the output format of the query proposals
- [iriscli] Enhance the query-signals cmd to print the accumulated signal voting power percent

- [iristool] Add support for consensus address and pubkey


## 0.10.2

*January 17th, 2019*

- [iris] The proposer must deposit 30% of the mindeposit when submitting the proposal


## 0.10.1

*January 17th, 2019*

- [iriscli] Fix issue about query validator information
- [iriscli] Fix cli query proposals error


## 0.10.0

*January 16th, 2019*

- [iris] Add flag --output-file to save export result and ensure result is consistent
- [iris] Improve invariant checking coverage and fix distribution bugs
- [iriscli] Make the result of `iriscli tendermint tx` readable
- [iriscli] Query cmd return details about software upgrade and tax usage proposal
- [tendermint] Fix the inconformity of too many evidences check
- [tendermint] Fix replay bug of `iris export`


## 0.10.0-rc0

*January 8th, 2019*
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.11.0-Alpha"
const Version = "0.11.0-rc0"
// GitCommit set by build flags
var GitCommit = ""

Expand Down

0 comments on commit 8bcaf7e

Please sign in to comment.