Skip to content

Releases: irisnet/irishub

v0.12.2-rc0

26 Feb 03:52
92dd825

Choose a tag to compare

  • 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

26 Feb 09:11
aef11f8

Choose a tag to compare

  • Fix the document issue

v0.12.1

14 Feb 06:31
931d4d8

Choose a tag to compare

  • Fix the bug of repeatability check about evidence in the tendermint
  • Change the invariant level for mainnet

v0.12.0

11 Feb 07:14
fd9969c

Choose a tag to compare

  • [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

25 Jan 11:26

Choose a tag to compare

  • [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

22 Jan 06:20
c92d168

Choose a tag to compare

Fix the app hash conflict issue caused by the system halt proposal

v0.11.0-rc0

21 Jan 07:33
8bcaf7e

Choose a tag to compare

  • [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

v0.10.2

17 Jan 10:28
7f83970

Choose a tag to compare

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

v0.10.1

17 Jan 09:33
ecd7a59

Choose a tag to compare

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

v0.10.0

16 Jan 06:19
825fa3a

Choose a tag to compare

  • [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