Skip to content

Releases: irisnet/irishub

v0.16.4

01 Feb 08:37
1f5d7d4

Choose a tag to compare

This release fixes the export process to ensure that application state is migrated accurately to v1.0.0.

Application

  • #2530 Refund claimed token when exporting expired htlc

v1.0.0-rc1

28 Jan 03:31
0cda410

Choose a tag to compare

CLI

  • #2505 Remove duplicate cmd

Application

v1.0.0-rc0

18 Jan 12:34
6b2443a

Choose a tag to compare

CLI

Application

  • #2484 Bump cosmos-sdk version to v0.40.0
  • #2484 Bump tendermint verion to v0.34.1
  • #2501 Merge the swagger docs of cosmos-sdk and irismod
  • #2485 Support key import 0.16.3 and earlier version keystore file
  • #2488 Restrict the use of certain token for specified Msg
  • #2098 Migrate iriscli test
  • #2097 Add scripts to migrate genesis data from v0.16.3
  • #2090 Refactor guardian module
  • #2089 Overwrite mint module
  • #2500 Migrate IRISnet modules to irismod
  • #2381 Rebuild irishub v1.0 using cosmos-sdk v0.40

v0.16.3

25 Aug 07:57
d83fc03

Choose a tag to compare

Bump ledger-cosmos-go to support cosmos ledger 2.0

v0.16.2

10 Apr 02:22
e722603

Choose a tag to compare

Tendermint

  • #110 Defend against DoS attacks

v0.16.1

09 Jan 08:47
b6fcea4

Choose a tag to compare

CLI

  • #2109 Fix the bug that the hash lock can not be specified in the CLI

Application

  • #2118 Improve the UX of snapshot
  • #2119 Prune iavlstore version using rootstore version

v0.16.0

22 Nov 12:20
225f0dd

Choose a tag to compare

Breaking Changes

LCD (REST API)

  • #1858 Add new function - AddLiquidity
  • #1859 Add new function - RemoveLiquidity
  • #1860 Add new function - Swap Coin
  • #1861 Add new function - Query Exchange
  • #1948 Add client for HTLC

CLI

  • #1948 Add client for HTLC
  • #2030 Fix CLI test for HTLC

Application

  • #1858 Add new function - AddLiquidity
  • #1859 Add new function - RemoveLiquidity
  • #1860 Add new function - Swap Coin
  • #1861 Add new function - Query Exchange
  • #1872 Replace time.Time with uint64 in coinswap msgs
  • #1811 Add docs for coin-swap
  • #1879 Add tags for coinswap module
  • #1910 Add coin-flow for coin-swap module
  • #1912 Update prometheus metrics
  • #1936 Update denom's specification
  • #1941 Refactor document website documentation
  • #1946 Add new function - Create HTLC
  • #1949 Add new function - Claim and Refund in HTLC
  • #1965 Add user docs and specification for HTLC
  • #1984 Update HTLC docs
  • #1985 Code formatting and cleaning
  • #1988 Add HTLC genesis
  • #1991 Add Coinswap feature doc
  • #1995 Improve HTLC
  • #2008 Enhance HTLC genesis test
  • #2013 Modify timestamp type in LCD
  • #2015 Add HTLC feature docs

Tendermint

  • #1880 Ensure generated private keys are valid
  • #1885 tendermint use Go modules instead of dep
  • #1908 Update p2p to v0.32
  • #1909 Support boltdb
  • #1913 Remove db from in favor of tendermint/tm-db
  • #1917 Create a peer state in consensus reactor before the peer is started
  • #1918 Improve error message returned from AddSignatureFromPubKey
  • #1919 Self node in addrbook.json and node tries to dial itself
  • #1920 Fix profiler blocking the entire node
  • #1921 Exit if SwitchToConsensus fails
  • #1922 Improve transaction search

v0.16.0-rc1

13 Nov 07:22
ef30c8d

Choose a tag to compare

v0.16.0-rc1 Pre-release
Pre-release

Bug fixes:

#2076 [p2] Snapshot an "unsafe-reset-all" node causes Panic
#2070 [p1] Failed to load block and panic after snapshot
#2064 [p2] Query the block(which height before snapshot) causes panic error message
#2063 Cannot snapshot from catching_up node

v0.16.0-rc0

05 Nov 01:29
c30ec25

Choose a tag to compare

v0.16.0-rc0 Pre-release
Pre-release
Merge pull request #2059 from irisnet/develop

R4R: Release v0.16.0-rc0

v0.15.5

30 Oct 09:17
54cc5be

Choose a tag to compare

Bump Tendermint version to irisnet/tendermint v0.31.3 to address the vulnerability found in the consensus package.