From 0cda4105eddb0203979f15bea89af6542f54c5c1 Mon Sep 17 00:00:00 2001 From: vincent Date: Thu, 28 Jan 2021 11:21:27 +0800 Subject: [PATCH] Release v1.0.0-rc1 (#2532) * add changelog * bump irismod version to v1.2.1 --- CHANGELOG.md | 23 ++++++++++++++++++++++- go.mod | 2 +- go.sum | 4 ++-- scripts/protoc-swagger-gen.sh | 2 +- 4 files changed, 26 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e72d57f0b..3d2ab6781 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,19 +1,40 @@ # Changelog +## Unreleased + +## 1.0.0-rc1 + +*January 28th, 2021* + +### CLI + +* [\#2505](https://github.com/irisnet/irishub/pull/2505) Remove duplicate cmd + +### Application + +* [\#2515](https://github.com/irisnet/irishub/pull/2515) Bump cosmos-sdk version to [v0.40.1](https://github.com/cosmos/cosmos-sdk/releases/tag/v0.40.1). +* [\#2515](https://github.com/irisnet/irishub/pull/2515) Bump tendermint verion to [v0.34.3](https://github.com/tendermint/tendermint/releases/tag/v0.34.3). +* [\#2532](https://github.com/irisnet/irishub/pull/2532) Bump irismod version to [v1.2.1](https://github.com/irisnet/irismod/releases/tag/v1.2.1) +* [\#2524](https://github.com/irisnet/irishub/pull/2524) Fix proto package and path +* [\#2518](https://github.com/irisnet/irishub/pull/2518) Move abandoned tokens to communityTax +* [\#2512](https://github.com/irisnet/irishub/pull/2512) Normalize msg and genesis validation. + ## 1.0.0-rc0 *January 18th, 2021* ### CLI -* [\#2154](https://github.com/irisnet/irishub/issues/2154) Support native token unit conversion in command * [\#2484](https://github.com/irisnet/irishub/pull/2484) Bump cosmos-sdk version to [v0.40.0](https://github.com/cosmos/cosmos-sdk/releases/tag/v0.40.0) * [\#2484](https://github.com/irisnet/irishub/pull/2484) Bump tendermint verion to [v0.34.1](https://github.com/tendermint/tendermint/releases/tag/v0.34.1) +* [\#2502](https://github.com/irisnet/irishub/pull/2502) Bump irismod version to [v1.2.0](https://github.com/irisnet/irismod/releases/tag/v1.2.0) +* [\#2154](https://github.com/irisnet/irishub/issues/2154) Support native token unit conversion in command ### Application * [\#2484](https://github.com/irisnet/irishub/pull/2484) Bump cosmos-sdk version to [v0.40.0](https://github.com/cosmos/cosmos-sdk/releases/tag/v0.40.0) * [\#2484](https://github.com/irisnet/irishub/pull/2484) Bump tendermint verion to [v0.34.1](https://github.com/tendermint/tendermint/releases/tag/v0.34.1) +* [\#2502](https://github.com/irisnet/irishub/pull/2502) Bump irismod version to [v1.2.0](https://github.com/irisnet/irismod/releases/tag/v1.2.0) * [\#2501](https://github.com/irisnet/irishub/issues/2501) Merge the swagger docs of cosmos-sdk and irismod * [\#2485](https://github.com/irisnet/irishub/pull/2485) Support key import 0.16.3 and earlier version keystore file * [\#2488](https://github.com/irisnet/irishub/pull/2488) Restrict the use of certain token for specified Msg diff --git a/go.mod b/go.mod index 789cfa589..b8c89f13d 100644 --- a/go.mod +++ b/go.mod @@ -8,7 +8,7 @@ require ( github.com/golang/protobuf v1.4.3 github.com/gorilla/mux v1.8.0 github.com/grpc-ecosystem/grpc-gateway v1.16.0 - github.com/irisnet/irismod v1.2.1-0.20210127054013-9e7561696dea + github.com/irisnet/irismod v1.2.1 github.com/olebedev/config v0.0.0-20190528211619-364964f3a8e4 github.com/pkg/errors v0.9.1 github.com/rakyll/statik v0.1.7 diff --git a/go.sum b/go.sum index 3dd9fe3b2..186c9d695 100644 --- a/go.sum +++ b/go.sum @@ -306,8 +306,8 @@ github.com/hudl/fargo v1.3.0/go.mod h1:y3CKSmjA+wD2gak7sUSXTAoopbhU08POFhmITJgmK github.com/inconshreveable/mousetrap v1.0.0 h1:Z8tu5sraLXCXIcARxBp/8cbvlwVa7Z1NHg9XEKhtSvM= github.com/inconshreveable/mousetrap v1.0.0/go.mod h1:PxqpIevigyE2G7u3NXJIT2ANytuPF1OarO4DADm73n8= github.com/influxdata/influxdb1-client v0.0.0-20191209144304-8bf82d3c094d/go.mod h1:qj24IKcXYK6Iy9ceXlo3Tc+vtHo9lIhSX5JddghvEPo= -github.com/irisnet/irismod v1.2.1-0.20210127054013-9e7561696dea h1:+104sHMNpDd4/R7xhxP/osxZD/2H1VBdDSOaVqpqAMk= -github.com/irisnet/irismod v1.2.1-0.20210127054013-9e7561696dea/go.mod h1:wVU9KNSJwWgJ/jVroGENDe96QOk690EisCi9jPo+9m4= +github.com/irisnet/irismod v1.2.1 h1:MWFLpG9gq82ArA2/2WwYEJ0eGb8AHFpal38hMDHwYKc= +github.com/irisnet/irismod v1.2.1/go.mod h1:wVU9KNSJwWgJ/jVroGENDe96QOk690EisCi9jPo+9m4= github.com/jessevdk/go-flags v0.0.0-20141203071132-1679536dcc89/go.mod h1:4FA24M0QyGHXBuZZK/XkWh8h0e1EYbRYJSGM75WSRxI= github.com/jessevdk/go-flags v1.4.0/go.mod h1:4FA24M0QyGHXBuZZK/XkWh8h0e1EYbRYJSGM75WSRxI= github.com/jmespath/go-jmespath v0.0.0-20180206201540-c2b33e8439af/go.mod h1:Nht3zPeWKUH0NzdCt2Blrr5ys8VGpn0CEB0cQHVjt7k= diff --git a/scripts/protoc-swagger-gen.sh b/scripts/protoc-swagger-gen.sh index 4dc8337bd..157c565cf 100755 --- a/scripts/protoc-swagger-gen.sh +++ b/scripts/protoc-swagger-gen.sh @@ -3,7 +3,7 @@ set -eo pipefail SDK_VERSION=v0.40.1 -IRISMOD_VERSION=v1.2.1-0.20210127054013-9e7561696dea +IRISMOD_VERSION=v1.2.1 chmod -R 755 ${GOPATH}/pkg/mod/github.com/cosmos/cosmos-sdk@${SDK_VERSION}/proto/cosmos chmod -R 755 ${GOPATH}/pkg/mod/github.com/cosmos/cosmos-sdk@${SDK_VERSION}/proto/ibc