Skip to content

Releases: irisnet/irishub

v0.16.2

10 Apr 02:22
e722603
Compare
Choose a tag to compare

Tendermint

  • #110 Defend against DoS attacks

v0.16.1

09 Jan 08:47
b6fcea4
Compare
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
Compare
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
Compare
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
Compare
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
Compare
Choose a tag to compare

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

v0.15.4

14 Oct 09:29
3937de2
Compare
Choose a tag to compare

Bump Tendermint version to irisnet/tendermint v0.31.2 to address p2p panic errors.

v0.15.3

02 Oct 09:52
badd36f
Compare
Choose a tag to compare

Tendermint

Bump Tendermint version to irisnet/tendermint v0.31.1 to fix the p2p panic error.

v0.15.2

11 Sep 10:08
40afae3
Compare
Choose a tag to compare

Application

  • #1940 Do not update gov params when network not equal mainnet
  • #1945 Fix protocol loading on replay-last-block

v0.15.1

22 Aug 10:07
4aef9cb
Compare
Choose a tag to compare

Application

  • #1895 Run tendermint cleanupFunc before Exit
  • #1897 Fix possible panic on exporting genesis file