Skip to content
This repository has been archived by the owner on Nov 16, 2022. It is now read-only.

Commit

Permalink
Merge pull request #2472 from bandprotocol/release-1.2.1
Browse files Browse the repository at this point in the history
Cut Release for v1.2.1
  • Loading branch information
taobun authored Aug 13, 2020
2 parents 6ddb1a7 + 861739c commit 66aeef5
Show file tree
Hide file tree
Showing 2 changed files with 41 additions and 27 deletions.
41 changes: 41 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
27 changes: 0 additions & 27 deletions CHANGELOG_UNRELEASED.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 66aeef5

Please sign in to comment.