From c7f52b31f73aa698010a46e26494b542464df809 Mon Sep 17 00:00:00 2001 From: Nicolas Mahe Date: Sun, 19 Apr 2020 20:56:22 +0700 Subject: [PATCH 1/4] fix changelog --- CHANGELOG.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 43a5bc6c0..36b4f4b25 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,8 +11,6 @@ #### Added -- ([#1737](https://github.com/mesg-foundation/engine/pull/1737)) Add support for any type of data to filter. -- ([#1739](https://github.com/mesg-foundation/engine/pull/1739)) Add reference system to filter. - ([#1749](https://github.com/mesg-foundation/engine/pull/1749)) Add more validation on resources. - ([#1758](https://github.com/mesg-foundation/engine/pull/1758)) Introduce a simple LCD client. - ([#1759](https://github.com/mesg-foundation/engine/pull/1759)) add 2 more linters and remove useless exclusion. From 3b6bc97432b2445387ae0e7e17583dccdef7c95f Mon Sep 17 00:00:00 2001 From: Nicolas Mahe Date: Tue, 21 Apr 2020 16:22:34 +0700 Subject: [PATCH 2/4] replace bech32 prefix from "mesgtest" to "mesg" --- config/config.go | 2 +- e2e/testdata/e2e.config.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/config/config.go b/config/config.go index 17b22735b..ee19d71d5 100644 --- a/config/config.go +++ b/config/config.go @@ -16,7 +16,7 @@ import ( const ( // CosmosBech32MainPrefix defines the main Bech32 prefix. - CosmosBech32MainPrefix = "mesgtest" + CosmosBech32MainPrefix = "mesg" // CosmosCoinType is the mesg registered coin type from https://github.com/satoshilabs/slips/blob/master/slip-0044.md. CosmosCoinType = uint32(470) diff --git a/e2e/testdata/e2e.config.yml b/e2e/testdata/e2e.config.yml index 02adde02e..105e537c7 100644 --- a/e2e/testdata/e2e.config.yml +++ b/e2e/testdata/e2e.config.yml @@ -1,5 +1,5 @@ authorized_pubkeys: - - mesgtestpub1addwnpepqg0ujk8vcwq86z8466rznfvfz5rk992wsy0qtczfedgsy3x90mrzk476x05 + - mesgpub1addwnpepqg0ujk8vcwq86z8466rznfvfz5rk992wsy0qtczfedgsy3x90mrzkcd5srf account: mnemonic: glimpse upon body vast economy give taxi yellow rabbit come click ranch chronic hammer sport near rotate charge lumber chicken cloud base thing forum tendermint: From d27d56244d2724693e36d0f1be0a1ea24d99ad3c Mon Sep 17 00:00:00 2001 From: Nicolas Mahe Date: Tue, 21 Apr 2020 16:34:01 +0700 Subject: [PATCH 3/4] update changelog with v0.22.0 --- CHANGELOG.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 36b4f4b25..f7ddd8c20 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## [v0.22.0](https://github.com/mesg-foundation/engine/releases/tag/v0.22.0) + +#### Breaking Changes + +- ([#1785](https://github.com/mesg-foundation/engine/pull/1785)) Replace bech32 prefix from "mesgtest" to "mesg". + ## [v0.21.0](https://github.com/mesg-foundation/engine/releases/tag/v0.21.0) #### Breaking Changes From 4965914896e754757ae710a325ee181240e9cc73 Mon Sep 17 00:00:00 2001 From: Nicolas Mahe Date: Tue, 21 Apr 2020 16:35:03 +0700 Subject: [PATCH 4/4] remove ci task test_prod. it's already done in release_prod --- .circleci/config.yml | 19 ------------------- 1 file changed, 19 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 10eeeece9..07497767c 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -158,25 +158,6 @@ workflows: requires: - "test_e2e" - test_prod: - jobs: - - "test": - filters: - tags: - ignore: /.*/ - branches: - only: master - - "lint": - filters: - tags: - ignore: /.*/ - branches: - only: master - - "test_e2e": - requires: - - "test" - - "lint" - release_prod: jobs: - "lint":