From 861739c21cb15596e82c2aade31f3bc44c81a0b0 Mon Sep 17 00:00:00 2001 From: taobun Date: Thu, 13 Aug 2020 20:11:08 +0700 Subject: [PATCH] Release to v1.2.1 --- CHANGELOG.md | 41 +++++++++++++++++++++++++++++++++++++++++ CHANGELOG_UNRELEASED.md | 27 --------------------------- 2 files changed, 41 insertions(+), 27 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b3ffda1b23..fdbd685917 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,47 @@ # Changelog +## [v1.2.1](https://github.com/bandprotocol/bandchain/releases/tag/v1.2.1) + +### Chain (Non-consensus) + +- (feat) [\#2446](https://github.com/bandprotocol/bandchain/pull/2446) Add migrate command to guanyu version. +- (patch) [\#2465](https://github.com/bandprotocol/bandchain/pull/2465) Upgrade to Cosmos-SDK v0.39.1. + [\#2396](https://github.com/bandprotocol/bandchain/pull/2396) Upgrade to Cosmos-SDK v0.39.1-rc3. +- (chore) [\#2381](https://github.com/bandprotocol/bandchain/pull/2381) test: Add more unit tests in keeper.go. + +### Yoda + +- (chore) [\#2470](https://github.com/bandprotocol/bandchain/pull/2470) Fix log spam when failed to query tx. +- (impv) [\#2467](https://github.com/bandprotocol/bandchain/pull/2467) Add yoda version in memo tx +- (impv) [\#2463](https://github.com/bandprotocol/bandchain/pull/2463) Remove docker from executor option. + +### Emitter & Flusher + +- (impv) [\#2466](https://github.com/bandprotocol/bandchain/pull/2466) Change exit code variable type +- (impv) [\#2453](https://github.com/bandprotocol/bandchain/pull/2453) Add index to improve graphql performance +- (bugs) [\#2447](https://github.com/bandprotocol/bandchain/pull/2447) Improve validator votes view performance + +### Scan + +- (impv) [\#2461](https://github.com/bandprotocol/bandchain/pull/2461) Implemented bottom part of datasouce index page and improved some components. +- (impv) [\#2454](https://github.com/bandprotocol/bandchain/pull/2454) Implemented datasource top part box and created the new tooltip component +- (impv) [\#2449](https://github.com/bandprotocol/bandchain/pull/2449) Adjusted gas limit as msg +- (impv) [\#2448](https://github.com/bandprotocol/bandchain/pull/2448) Implemented All Datasources page with the new grid system. +- (impv) [\#2416](https://github.com/bandprotocol/bandchain/pull/2416) Added more HD Path index for ledger +- (impv) [\#2394](https://github.com/bandprotocol/bandchain/pull/2394) Implemented the msg on TxMobileTable for GUANYU +- (bugs) [\#2383](https://github.com/bandprotocol/bandchain/pull/2383) Support `EditValidator` Message for Wenchang and Guan Yu +- (impv) [\#2380](https://github.com/bandprotocol/bandchain/pull/2380) Fixed case sensitive issue on Validator Homepage. +- (impv) [\#2378](https://github.com/bandprotocol/bandchain/pull/2378) Improved the layout to compatable with small mobile screen +- (impv) [\#2355](https://github.com/bandprotocol/bandchain/pull/2355) Implemented the realtime price function + +### Runtime + +- (impv) [\#2469](https://github.com/bandprotocol/bandchain/pull/2469) Add field version in success response. + +### Owasm + +- (impv) [\#2392](https://github.com/bandprotocol/bandchain/pull/2392) Improve ext code structure and fix partial cmp bug + ## [v1.2.0](https://github.com/bandprotocol/bandchain/releases/tag/v1.2.0) ### Chain (Consensus) diff --git a/CHANGELOG_UNRELEASED.md b/CHANGELOG_UNRELEASED.md index 2cc6f074c6..3e291cad0a 100644 --- a/CHANGELOG_UNRELEASED.md +++ b/CHANGELOG_UNRELEASED.md @@ -12,45 +12,18 @@ ### Chain (Non-consensus) -- (feat) [\#2446](https://github.com/bandprotocol/bandchain/pull/2446) Add migrate command to guanyu version. -- (patch) [\#2465](https://github.com/bandprotocol/bandchain/pull/2465) Upgrade to Cosmos-SDK v0.39.1. + [\#2396](https://github.com/bandprotocol/bandchain/pull/2396) Upgrade to Cosmos-SDK v0.39.1-rc3. -- (chore) [\#2381](https://github.com/bandprotocol/bandchain/pull/2381) test: Add more unit tests in keeper.go. - ### Yoda -- (chore) [\#2470](https://github.com/bandprotocol/bandchain/pull/2470) Fix log spam when failed to query tx. -- (impv) [\#2467](https://github.com/bandprotocol/bandchain/pull/2467) Add yoda version in memo tx -- (impv) [\#2463](https://github.com/bandprotocol/bandchain/pull/2463) Remove docker from executor option. - ### Emitter & Flusher -- (impv) [\#2466](https://github.com/bandprotocol/bandchain/pull/2466) Change exit code variable type -- (impv) [\#2453](https://github.com/bandprotocol/bandchain/pull/2453) Add index to improve graphql performance -- (bugs) [\#2447](https://github.com/bandprotocol/bandchain/pull/2447) Improve validator votes view performance - ### Scan -- (impv) [\#2461](https://github.com/bandprotocol/bandchain/pull/2461) Implemented bottom part of datasouce index page and improved some components. -- (impv) [\#2454](https://github.com/bandprotocol/bandchain/pull/2454) Implemented datasource top part box and created the new tooltip component -- (impv) [\#2449](https://github.com/bandprotocol/bandchain/pull/2449) Adjusted gas limit as msg -- (impv) [\#2448](https://github.com/bandprotocol/bandchain/pull/2448) Implemented All Datasources page with the new grid system. -- (impv) [\#2416](https://github.com/bandprotocol/bandchain/pull/2416) Added more HD Path index for ledger -- (impv) [\#2394](https://github.com/bandprotocol/bandchain/pull/2394) Implemented the msg on TxMobileTable for GUANYU -- (bugs) [\#2383](https://github.com/bandprotocol/bandchain/pull/2383) Support `EditValidator` Message for Wenchang and Guan Yu -- (impv) [\#2380](https://github.com/bandprotocol/bandchain/pull/2380) Fixed case sensitive issue on Validator Homepage. -- (impv) [\#2378](https://github.com/bandprotocol/bandchain/pull/2378) Improved the layout to compatable with small mobile screen -- (impv) [\#2355](https://github.com/bandprotocol/bandchain/pull/2355) Implemented the realtime price function - ### Bridges ### Runtime -- (impv) [\#2469](https://github.com/bandprotocol/bandchain/pull/2469) Add field version in success response. - ### Owasm -- (impv) [\#2392](https://github.com/bandprotocol/bandchain/pull/2392) Improve ext code structure and fix partial cmp bug - ### Oracle Binary Encoding (OBI) ### Helpers