Skip to content

Commit

Permalink
Release v1.0.0-rc1 (#2532)
Browse files Browse the repository at this point in the history
* add changelog

* bump irismod version to v1.2.1
  • Loading branch information
chengwenxi committed Jan 28, 2021
1 parent 9f48440 commit 0cda410
Show file tree
Hide file tree
Showing 4 changed files with 26 additions and 5 deletions.
23 changes: 22 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -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=
Expand Down
2 changes: 1 addition & 1 deletion scripts/protoc-swagger-gen.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 0cda410

Please sign in to comment.