Skip to content

Commit

Permalink
Merge pull request #2365 from irisnet/hotfix/v0.16.0
Browse files Browse the repository at this point in the history
R4R: Release v0.16.2
  • Loading branch information
chengwenxi authored Apr 10, 2020
2 parents c924959 + 05fa3de commit e722603
Show file tree
Hide file tree
Showing 7 changed files with 17 additions and 9 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## 0.16.2

*Apr 9th, 2020*

### Tendermint

* [\#110](https://github.com/irisnet/tendermint/pull/110) Defend against DoS attacks

## 0.16.1

*Jan 9th, 2020*
Expand Down
4 changes: 2 additions & 2 deletions docs/get-started/install.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ order: 2

## Latest Version

The Latest IRIShub version for Mainnet is [v0.16.1](https://github.com/irisnet/irishub/releases/latest)
The Latest IRIShub version for Mainnet is [v0.16.2](https://github.com/irisnet/irishub/releases/latest)

## Install `go`

Expand Down Expand Up @@ -39,7 +39,7 @@ After setting up `go` correctly, you should be able to compile and run `iris`.
Make sure that your server can access to google.com because our project depends on some libraries provided by google. (If you are not able to access google.com, you can also try to add a proxy: `export GOPROXY=https://goproxy.io`)

```bash
git clone --branch v0.16.1 https://github.com/irisnet/irishub
git clone --branch v0.16.2 https://github.com/irisnet/irishub
cd irishub
# source scripts/setTestEnv.sh # to build or install the testnet version
make get_tools install
Expand Down
4 changes: 2 additions & 2 deletions docs/zh/get-started/install.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ order: 2

## 最新版本

IRIShub 主网的最新版本是[v0.16.1](https://github.com/irisnet/irishub/releases/latest)
IRIShub 主网的最新版本是[v0.16.2](https://github.com/irisnet/irishub/releases/latest)

## 安装`go`

Expand Down Expand Up @@ -39,7 +39,7 @@ go version
请确保您的服务器可以访问 google.com因为我们的项目依赖于google提供的某些库(如果您无法访问google.com也可以尝试添加代理`export GOPROXY=https://goproxy.io`

```bash
git clone --branch v0.16.1 https://github.com/irisnet/irishub
git clone --branch v0.16.2 https://github.com/irisnet/irishub
cd irishub
# source scripts/setTestEnv.sh # to build or install the testnet version
make get_tools install
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ require (

replace (
github.com/tendermint/iavl => github.com/irisnet/iavl v0.12.3
github.com/tendermint/tendermint => github.com/irisnet/tendermint v0.32.1
github.com/tendermint/tendermint => github.com/irisnet/tendermint v0.32.2
golang.org/x/crypto => github.com/tendermint/crypto v0.0.0-20180820045704-3764759f34a5
)

Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -77,8 +77,8 @@ github.com/inconshreveable/mousetrap v1.0.0 h1:Z8tu5sraLXCXIcARxBp/8cbvlwVa7Z1NH
github.com/inconshreveable/mousetrap v1.0.0/go.mod h1:PxqpIevigyE2G7u3NXJIT2ANytuPF1OarO4DADm73n8=
github.com/irisnet/iavl v0.12.3 h1:AYqI1q/EVAOCWznYx4FtEZIq8x9yPBs9ZA/Rk3zsTDo=
github.com/irisnet/iavl v0.12.3/go.mod h1:qofGh9236iFgVez+gPk7bC+ef5wCw7aIMvAVBK3lT84=
github.com/irisnet/tendermint v0.32.1 h1:INUYX36ZDUozg22WdAhtrjsWAqUqVVM4Q3nCRRBd1NM=
github.com/irisnet/tendermint v0.32.1/go.mod h1:36RAXv6V/Ar3H6ofEtmtxU2u80tYRdQh1z51gxoG9Nk=
github.com/irisnet/tendermint v0.32.2 h1:tAvtIb1ts2AAv3NQIBnRaZrY0OCCasf6nzWLZcF0/54=
github.com/irisnet/tendermint v0.32.2/go.mod h1:36RAXv6V/Ar3H6ofEtmtxU2u80tYRdQh1z51gxoG9Nk=
github.com/jessevdk/go-flags v0.0.0-20141203071132-1679536dcc89/go.mod h1:4FA24M0QyGHXBuZZK/XkWh8h0e1EYbRYJSGM75WSRxI=
github.com/jmhodges/levigo v1.0.0 h1:q5EC36kV79HWeTBWsod3mG11EgStG3qArTKcvlksN1U=
github.com/jmhodges/levigo v1.0.0/go.mod h1:Q6Qx+uH3RAqyK4rFQroq9RL7mdkABMcfhEI+nNuzMJQ=
Expand Down
2 changes: 1 addition & 1 deletion lite/swagger-ui/swagger.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ info:
description: >-
A REST interface for state queries, transaction generation and
broadcast.
version: "0.16.1"
version: "0.16.2"
title: IRISLCD Swagger-UI
termsOfService: 'https://www.irisnet.org'
contact:
Expand Down
2 changes: 1 addition & 1 deletion version/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import (

// Version - Iris Version
const ProtocolVersion = 2
const Version = "0.16.1"
const Version = "0.16.2"

// GitCommit set by build flags
var GitCommit = ""
Expand Down

0 comments on commit e722603

Please sign in to comment.