Skip to content

Commit

Permalink
Merge pull request #1786 from mesg-foundation/dev
Browse files Browse the repository at this point in the history
Release v0.22.0
  • Loading branch information
Nicolas Mahé authored Apr 21, 2020
2 parents e545e6c + 4965914 commit 9224d22
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 23 deletions.
19 changes: 0 additions & 19 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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":
Expand Down
8 changes: 6 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -11,8 +17,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.
Expand Down
2 changes: 1 addition & 1 deletion config/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
2 changes: 1 addition & 1 deletion e2e/testdata/e2e.config.yml
Original file line number Diff line number Diff line change
@@ -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:
Expand Down

0 comments on commit 9224d22

Please sign in to comment.