Releases: irisnet/irishub
v0.12.2-rc0
- Set max commission rate and max commission change rate to 100%
- 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 non-voting for proposals
- Configure the default build environment as mainnet
- Set the default gas limit to be 50000
- Fix wrong withdraw address
- Fix gas simulate issue
- Display correct validator consensus pubkey
- Improve the documents
v0.12.2
- Fix the document issue
v0.12.1
- Fix the bug of repeatability check about evidence in the tendermint
- Change the invariant level for mainnet
v0.12.0
- [iris] Add more log for all modules
- [iris] Add more promethus metrics
- [iris] Close all unclosed iterators
- [iris] Add invariant check level configuration in iris.toml
- [iriscli] Improve error message for gov module
- [irislcd] Upgrade swagger-ui to 3.0 which can support dynamic query parameters
- [iristool] Remove monitor command
- [tendermint] Improve tx search to handle huge search result
- [doc] Improve slashing document
v0.11.0
-
[iris] Handle the expected abort during replay last block
-
[iris] Go through and make sure all panic are reasonable
-
[iris] Add the set-withdraw-address feature
-
[iris] Update default param value of Upgrade Threshold and Critical Proposal
-
[iris] Fix bug that evidence age doesn't take effect
-
[iriscli] Improve the upgrade query-signals cmd
-
[tendermint] Avoid one evidence be committed multiple times
v0.10.2-patch
Fix the app hash conflict issue caused by the system halt proposal
v0.11.0-rc0
-
[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 txreadable -
[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
v0.10.2
- [iris] The proposer must deposit 30% of the mindeposit when submitting the proposal
v0.10.1
- [iriscli] Fix issue about query validator information
- [iriscli] Fix cli query proposals error
v0.10.0
- [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 txreadable - [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