Skip to content

Releases: irisnet/irishub

v0.5.0-rc0

30 Sep 06:13
2fbade6
Compare
Choose a tag to compare

BREAKING CHANGES:

  • [cointype] Introduce the cointype of iris:
    • 1 iris = 10^18 iris-atto
    • 1 iris-milli = 10^15 iris-atto
    • 1 iris-micro = 10^12 iris-atto
    • 1 iris-nano = 10^9 iris-atto
    • 1 iris-pico = 10^6 iris-atto
    • 1 iris-femto = 10^3 iris-atto

FEATURES:

  • [tendermint] Upgrade to Tendermint v0.23.1-rc0
  • [cosmos-sdk] Upgrade to cosmos-sdk v0.24.2
    • Move the previous irisnet changeset about cosmos-sdk into irishub
  • [irisdebug] Add irisdebug tool
  • [LCD/cli] Add the proof verification to the LCD and CLI
  • [iparam] Support the modification of governance parameters of complex data type through governance, and the submission of modified proposals through json config files
  • [software-upgrade] Software upgrade solutions of the irisnet

v0.4.2

22 Sep 16:03
0d2ba7f
Compare
Choose a tag to compare

BUG FIX

  • Fix consensus failure due to the double sign evidence be broadcasted before the genesis block

v0.4.1

13 Sep 03:29
559c8b5
Compare
Choose a tag to compare
  • Upgrade cosmos-sdk to version v0.23.0-iris4 for the issue (missing to set validator intraTxCount in stake genesis init)

v0.4.0

06 Sep 08:10
ee725f9
Compare
Choose a tag to compare

September 6th, 2018

BREAKING CHANGES:

  • [cosmos-sdk] Upgrade to cosmos-sdk v0.23.0
    • Change the address prefix format:
      • cosmosaccaddr --> faa
      • cosmosaccpub --> fap
      • cosmosvaladdr --> fva
      • cosmosvalpub --> fvp
    • Adjust the Route & rootMultiStore Commit for software upgrade
    • Must specify gas and fee in both command line and rest api
    • The fee should be iris token and the token amount should be no less than 2*(10^10)*gas

FEATURES:

  • [tendermint] Upgrade to Tendermint v0.22.6
    • Store the pre-state to support the replay function
  • [cosmos-sdk] Upgrade to cosmos-sdk v0.23.0
    • Add the paramProposal and softwareUpgradeProposal in gov module
    • Improve fee token mechanism to more reasonably deduct transaction fee and achieve more ability to defent DDOS attack.
    • Introduce the global parameter module

BUG FIXES

  • Default account balance in genesis
  • Fix iris version issue
  • Fix the unit conflict issue in slashing
  • Check the voting power when create validator
  • Fix evidence amimo register issue

v0.4.0-rc2

05 Sep 09:16
3a8c5ef
Compare
Choose a tag to compare
  • Fix evidence amimo register issue

v0.4.0-rc1

03 Sep 08:44
17ad0f1
Compare
Choose a tag to compare

BUG FIX:

  • Default account balance in genesis
  • iris version issue
  • Fix the unit conflict issue in slashing
  • Check the voting power when create validator

gog

03 Sep 09:01
edd92e5
Compare
Choose a tag to compare
gog

Customized Version for Game Of Genesis

v0.4.0-rc0

16 Aug 03:25
1c33e26
Compare
Choose a tag to compare

BREAKING CHANGES:

  • [cosmos-sdk] Upgrade to cosmos-sdk v0.23.0
    • Change the address prefix format:
      • cosmosaccaddr --> faa
      • cosmosaccpub --> fap
      • cosmosvaladdr --> fva
      • cosmosvalpub --> fvp
    • Adjust the Route & rootMultiStore Commit for software upgrade
    • Must specify gas and fee in both command line and rest api
    • The fee should be iris token and the token amount should be no less than 2*(10^10)*gas

FEATURES:

  • [tendermint] Upgrade to Tendermint v0.22.6
    • Store the pre-state to support the replay function
  • [cosmos-sdk] Upgrade to cosmos-sdk v0.23.0
    • Add the paramProposal and softwareUpgradeProposal in gov module
    • Improve fee token mechanism to more reasonably deduct transaction fee and achieve more ability to defent DDOS attack.
    • Introduce the global parameter module

v0.3.4

09 Aug 10:31
394135f
Compare
Choose a tag to compare

bug fix

v0.3.3

08 Aug 10:23
1e05376
Compare
Choose a tag to compare

iris monitor refactor