Skip to content

Commit

Permalink
Merge pull request #1373 from irisnet/develop
Browse files Browse the repository at this point in the history
Update CHANGELOG and get ready for releasing v0.13.1
  • Loading branch information
Haifeng Xi authored Mar 22, 2019
2 parents 32cad97 + 0b10c83 commit a4a738e
Showing 1 changed file with 36 additions and 23 deletions.
59 changes: 36 additions & 23 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,19 +1,32 @@
# Changelog

## 0.13.0-rc0

*March 13th, 2019*

- [iris] fix unexpect coin flow if tx is out of gas
- [iris] Improve error message for insufficient balance
- [iris] Add pagination params for lcd validators query
- [iris] Check the validator existence and validator status before getting its pubkey
- [iris] Reset the init value for metrics

- [tendermint] Fix consensus round issue
- [tendermint] Fix the bug of update the LRU cache
- [tendermint] Add maximum msg size in CheckTx

## 0.13.1

### LCD (REST API)
* [\#1339](https://github.com/irisnet/irishub/pull/1339) Add pagination params for lcd validators query
* [\#1355](https://github.com/irisnet/irishub/pull/1355) Fix pagination error message
* [\#1360](https://github.com/irisnet/irishub/pull/1360) Add query API for delegator rewards

### CLI
* [\#1360](https://github.com/irisnet/irishub/pull/1360) Add query command for delegator rewards

### Node
* [\#1329](https://github.com/irisnet/irishub/pull/1329) Improve error message for insufficient balance
* [\#1340](https://github.com/irisnet/irishub/pull/1340) Remove coin flow tags if tx is out of gas
* [\#1341](https://github.com/irisnet/irishub/pull/1341) Check validator existence and status before getting its pubkey
* [\#1344](https://github.com/irisnet/irishub/pull/1344) Reset the init value for metrics
* [\#1354](https://github.com/irisnet/irishub/pull/1354) Fix the bug of metric data accumulation
* [\#1362](https://github.com/irisnet/irishub/pull/1362) Fix testnet build for Docker
* [\#1370](https://github.com/irisnet/irishub/pull/1370) Add more tags for Redelgate TxResult

### Tendermint
* [\#51](https://github.com/irisnet/tendermint/pull/51) Update to irisnet/Tendermint **v0.27.4**
* [\#44](https://github.com/irisnet/tendermint/pull/44) [p2p] Cleanup rejected inbound connections
* [\#45](https://github.com/irisnet/tendermint/pull/45) [consensus] Fix consensus round issue
* [\#46](https://github.com/irisnet/tendermint/pull/46) [mempool] Check max msg size in `CheckTx()`
* [\#47](https://github.com/irisnet/tendermint/pull/47) [mempool] Fix the bug of LRU cache update
* [\#48](https://github.com/irisnet/tendermint/pull/48) [p2p] Fix infinite loop in `AddrBook`
* [\#50](https://github.com/irisnet/tendermint/pull/50) [p2p] Fix FlushStop() in `MConnection`

## 0.12.3

Expand All @@ -39,7 +52,7 @@
- Implement coin flow record feature for "internal transactions"
- Support Ledger Nano S and KMS
- Update the default gas_price_threshold to be 6000iris-nano
- No slashing for Censorship or Downtime
- No slashing for Censorship or Downtime
- No slashing for non-voting for proposals
- Configure the default build environment as mainnet
- Set the default gas limit to be 50000
Expand All @@ -65,7 +78,7 @@
- [iris] Enrich log message for all modules
- [iris] Close all unclosed iterators
- [iris] Add invariant check level configuration in iris.toml
- [iriscli] Add share percent in lcd unbond and redelegate
- [iriscli] Add share percent in lcd unbond and redelegate
- [iriscli] Fix tx search bug by page and size query parameter name
- [iriscli] Improve error message for gov module
- [irislcd] Upgrade swagger-ui to 3.0 which can support dynamic query parameters
Expand Down Expand Up @@ -151,9 +164,9 @@ FEATURES:
- [iris] Implement the block mint token-economics
- [iris] Add the service slash feature
- [iris] Redesign and implement the governance module to setup the new voting, tally, and penalty rules for each level of proposals
- [iris] Refactor and redefined all the gov/slashing/service/stake/distribution and gasPrice params
- [iris] Refactor and redefined all the gov/slashing/service/stake/distribution and gasPrice params
- [iris] Make gov data types codec wires usable across different protocol versions
- [iris] Don't export the unfinished proposals and refund the deposits of these proposals before export snapshot
- [iris] Don't export the unfinished proposals and refund the deposits of these proposals before export snapshot
- [iris] Refund service fee and deposit before export service state
- [iris] Add invariant checking level into makefile
- [iris] Only the genesis type profiler/trustee can initiate the addition or deletion (rather than prohibiting) transactions of the minor type profiler/trustee record. Everyone can view the profiler/trustee list
Expand Down Expand Up @@ -220,7 +233,7 @@ BREAKING CHANGES:

- Use `iristool` to replace the original `irisdebug` and `irismon`
- `iris init` must specify moniker

FEATURES:

- [iriscli] Optimize the way tags are displayed
Expand Down Expand Up @@ -475,8 +488,8 @@ BREAKING CHANGES:

FEATURES:

- [lcd] /tx/send is now the only endpoint for posing transaction to irishub; aminofied all transaction messages
- [monitor] Improve the metrics for iris-monitor
- [lcd] /tx/send is now the only endpoint for posing transaction to irishub; aminofied all transaction messages
- [monitor] Improve the metrics for iris-monitor

BUG FIXES

Expand All @@ -497,10 +510,10 @@ FEATURES:

- [lcd] code refactor

- [cli] improve sendingand querying the transactions
- [cli] improve sendingand querying the transactions

- [monitor]export data which is collected by Prometheus Server


##
##

0 comments on commit a4a738e

Please sign in to comment.