Skip to content

Releases: irisnet/irishub

v0.6.1

12 Nov 14:57
2c5d88d

Choose a tag to compare

Feature:

  • Add service binding

v0.6.0

08 Nov 07:51

Choose a tag to compare

Docs:
Improve document
BUG FIXES:
Fix non-deterministic issue in gov slashing

v0.6.0-rc0

24 Oct 11:13

Choose a tag to compare

BREAKING CHANGES:

  • [monitor] Use new executable binary in monitor

FEATURES:

  • [record] Add the record module of the data certification on blockchain
  • [iservice] Add the feature of iService definition
  • [cli] Add the example description in the cli help
  • [test] Add Cli/LCD/Sim auto-test

BUG FIXES:

  • Fix software upgrade issue caused by tx fee
  • Report Panic when building the lcd proof
  • Fix bugs in converting validator power to byte array
  • Fix panic bug in wrong account number

v0.5.0-rc1

11 Oct 10:21
e2f7567

Choose a tag to compare

FEATURES:

  • Make all the gov and upgrade parameters can be configured in the genesis.json

BUG FIXES:

  • Add check for iavl proof and value before building multistore proof

v0.5.0-rc0

30 Sep 06:13
2fbade6

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

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

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

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

Choose a tag to compare

  • Fix evidence amimo register issue

v0.4.0-rc1

03 Sep 08:44
17ad0f1

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