Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release v1.0.0 #2567

Merged
merged 3 commits into from
Feb 9, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
38 changes: 10 additions & 28 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,46 +2,28 @@

## Unreleased

## 1.0.0-rc2
## 1.0.0

*February 7th, 2021*

### Application

* [\#2560](https://github.com/irisnet/irishub/pull/2560) Bump irismod version to [v1.3.0](https://github.com/irisnet/irismod/releases/tag/v1.3.0)
* [\#2551](https://github.com/irisnet/irishub/pull/2551) Disable repeated service invocation
* [\#2542](https://github.com/irisnet/irishub/pull/2542) Migrate withdraw infos

## 1.0.0-rc1

*January 28th, 2021*
*February 9th, 2021*

### CLI

* [\#2541](https://github.com/irisnet/irishub/pull/2541) Bump cosmos-sdk version to [v0.41.0](https://github.com/cosmos/cosmos-sdk/releases/tag/v0.41.0)
* [\#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)
* [\#2567](https://github.com/irisnet/irishub/pull/2567) Bump irismod version to [v1.3.1](https://github.com/irisnet/irismod/releases/tag/v1.3.1)
* [\#2505](https://github.com/irisnet/irishub/pull/2505) Remove duplicate cmd
* [\#2154](https://github.com/irisnet/irishub/issues/2154) Support native token unit conversion in command

### 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)
* [\#2541](https://github.com/irisnet/irishub/pull/2541) Bump cosmos-sdk version to [v0.41.0](https://github.com/cosmos/cosmos-sdk/releases/tag/v0.41.0)
* [\#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)
* [\#2567](https://github.com/irisnet/irishub/pull/2567) Bump irismod version to [v1.3.1](https://github.com/irisnet/irismod/releases/tag/v1.3.1)
* [\#2551](https://github.com/irisnet/irishub/pull/2551) Disable repeated service invocation
* [\#2542](https://github.com/irisnet/irishub/pull/2542) Migrate withdraw infos
* [\#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

* [\#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)
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.3.1-0.20210209091628-fad49bf9ecca
github.com/irisnet/irismod v1.3.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
2 changes: 2 additions & 0 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -309,6 +309,8 @@ github.com/inconshreveable/mousetrap v1.0.0/go.mod h1:PxqpIevigyE2G7u3NXJIT2ANyt
github.com/influxdata/influxdb1-client v0.0.0-20191209144304-8bf82d3c094d/go.mod h1:qj24IKcXYK6Iy9ceXlo3Tc+vtHo9lIhSX5JddghvEPo=
github.com/irisnet/irismod v1.3.1-0.20210209091628-fad49bf9ecca h1:PTZh5mdAz5hMNBOHtPUSENIflXXxLCDUDImDdsgoKME=
github.com/irisnet/irismod v1.3.1-0.20210209091628-fad49bf9ecca/go.mod h1:5Ye17WorhxHwrGDZvSkmrfiFq5PXi3roINw1JcB4IB0=
github.com/irisnet/irismod v1.3.1 h1:KeHCHxb8pc3Jk3bVi9eK4MP+jPQDneChloGFVuglDwE=
github.com/irisnet/irismod v1.3.1/go.mod h1:5Ye17WorhxHwrGDZvSkmrfiFq5PXi3roINw1JcB4IB0=
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.41.0
IRISMOD_VERSION=v1.3.1-0.20210209091628-fad49bf9ecca
IRISMOD_VERSION=v1.3.1

chmod -R 755 ${GOPATH}/pkg/mod/github.com/cosmos/cosmos-sdk@${SDK_VERSION}/proto
chmod -R 755 ${GOPATH}/pkg/mod/github.com/cosmos/cosmos-sdk@${SDK_VERSION}/third_party/proto
Expand Down