Skip to content

Commit

Permalink
chore: release v0.22.2 (#2608)
Browse files Browse the repository at this point in the history
* docs: replace local search by Algolia (#2588)

* refactor(`network`): remove `MainnetVestingAccount` from mainnet account (#2549)

* remove vesting accounts from campaign accounts

* ../mocks/campaign_client.go

* lint

* change mock

* spn version

* update mocks

* update spn

* refactor

Co-authored-by: İlker G. Öztürk <[email protected]>

* docs: updated the blog tutorial (#2582)

* docs: updated the blog tutorial

* Update docs/docs/guide/03-blog/00-build-blog.md

Co-authored-by: İlker G. Öztürk <[email protected]>

* docs: update Cosmos SDK compatibility table (#2552)

* fix: vite build env for gitpod (#2592)

* chore(templates/workflow): add `darwin:arm64` release target (#2599)

Co-authored-by: Danilo Pantani <[email protected]>

* chore(`go.mod`): bump `SPN`, `cosmos-sdk` and `ibc-go` version (#2600)

* chore: revert spn upgrade (#2601)

This reverts commit cd0695e.

* chore: rename `ignite-hq` to `ignite` (#2605)

* chore: change repository URL username to "ignite"

* chore: change paths and strings from "ignite-hq" to "ignite"

* chore: change firebase settings to use "ignite" for project and target

* chore: change goreleaser to use the new ignite repository name

* chore: fix ignite repository URL in Gitpod readme

* chore: rename ignitehq to ignite in test file

* Update ignite/templates/app/stargate/go.mod.plush

* Update docs/docs/guide/03-blog/02-connect-blockchain.md

* Update ignite/templates/app/stargate/go.mod.plush

* Update docs/docs/guide/03-blog/02-connect-blockchain.md

* Update docs/docs/guide/03-blog/02-connect-blockchain.md

* Update ignite/templates/app/stargate/go.mod.plush

* chore: gh actions to ignite new repo

* chore: change documentation to use the right Docker image tag

Co-authored-by: İlker G. Öztürk <[email protected]>
Co-authored-by: Thomas Bruyelle <[email protected]>

* docs(changelog): add v0.22.2 (#2607)

* docs: improve v0.22.0 notes (#2609)

* docs: improve v0.22.2 notes (#2610)

Co-authored-by: Alexis Colin <[email protected]>
Co-authored-by: Lucas Bertrand <[email protected]>
Co-authored-by: Denis Fadeev <[email protected]>
Co-authored-by: Alex M <[email protected]>
Co-authored-by: Jerónimo Albi <[email protected]>
Co-authored-by: Danilo Pantani <[email protected]>
Co-authored-by: Thomas Bruyelle <[email protected]>
  • Loading branch information
8 people authored Jun 23, 2022
1 parent c52eae6 commit a22808a
Show file tree
Hide file tree
Showing 301 changed files with 1,076 additions and 1,443 deletions.
6 changes: 3 additions & 3 deletions .firebaserc
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"projects": {
"default": "ignite-hq"
"default": "ignite"
},
"targets": {
"ignite-hq": {
"ignite": {
"hosting": {
"docs.ignite.com": [
"ignite-go-docs"
]
}
}
}
}
}
2 changes: 1 addition & 1 deletion .github/workflows/docs-deploy-preview.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,4 +41,4 @@ jobs:
firebaseServiceAccount: "${{ secrets.FIREBASE_SERVICE_ACCOUNT_IGNITE_HQ }}"
expires: 7d
target: docs.ignite.com
projectId: ignite-hq
projectId: ignite
2 changes: 1 addition & 1 deletion .github/workflows/docs-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,4 +49,4 @@ jobs:
firebaseServiceAccount: "${{ secrets.FIREBASE_SERVICE_ACCOUNT_IGNITE_HQ }}"
channelId: live
target: docs.ignite.com
projectId: ignite-hq
projectId: ignite
2 changes: 1 addition & 1 deletion .github/workflows/release-binary.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
binary:
runs-on: ubuntu-latest
env:
working-directory: go/src/github.com/ignite-hq/cli
working-directory: go/src/github.com/ignite/cli

steps:
- name: Set up Go
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release-nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
runs-on: ubuntu-latest
needs: [ consecutiveness ]
env:
working-directory: go/src/github.com/ignite-hq/cli
working-directory: go/src/github.com/ignite/cli

steps:
- uses: actions/checkout@v2
Expand Down
8 changes: 4 additions & 4 deletions .gitpod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,16 +20,16 @@ tasks:
##
# configure env vars.
echo "
export VUE_APP_CUSTOM_URL=$(gp url)
export VITE_CUSTOM_URL=$(gp url)
export CHISEL_ADDR=$(gp url 7575)
export RPC_ADDRESS=$(gp url 26657):443
export API_ADDRESS=$(gp url 1317)
" >> ~/.bashrc && source ~/.bashrc
echo "
export VUE_APP_API_COSMOS=${API_ADDRESS}
export VUE_APP_API_TENDERMINT=${RPC_ADDRESS}
export VUE_APP_WS_TENDERMINT=${RPC_ADDRESS/https/wss}/websocket
export VITE_API_COSMOS=${API_ADDRESS}
export VITE_API_TENDERMINT=${RPC_ADDRESS}
export VITE_WS_TENDERMINT=${RPC_ADDRESS/https/wss}/websocket
" >> ~/.bashrc && source ~/.bashrc
##
Expand Down
2 changes: 1 addition & 1 deletion .gitpod/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ where:

📚 [Cosmos SDK Documentation](https://docs.cosmos.network): Learn about the framework for building application-specific blockchains.

⭐️ [Ignite CLI on Github](https://github.com/ignite-hq/cli): Submit an issue or contribute to the source code.
⭐️ [Ignite CLI on Github](https://github.com/ignite/cli): Submit an issue or contribute to the source code.

## Ignite CLI features

Expand Down
2 changes: 1 addition & 1 deletion .goreleaser.nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ project_name: ignite
builds:
- main: ./ignite/cmd/ignite
ldflags:
- -s -w -X github.com/ignite-hq/cli/ignite/version.Version={{.Tag}} -X github.com/ignite-hq/cli/ignite/version.Date={{.Date}} -X github.com/ignite-hq/cli/ignite/version.Head={{.FullCommit}}
- -s -w -X github.com/ignite/cli/ignite/version.Version={{.Tag}} -X github.com/ignite/cli/ignite/version.Date={{.Date}} -X github.com/ignite/cli/ignite/version.Head={{.FullCommit}}
goos:
- linux
- darwin
Expand Down
2 changes: 1 addition & 1 deletion .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ project_name: ignite
builds:
- main: ./ignite/cmd/ignite
ldflags:
- -s -w -X github.com/ignite-hq/cli/ignite/version.Version={{.Tag}} -X github.com/ignite-hq/cli/ignite/version.Date={{.Date}} -X github.com/ignite-hq/cli/ignite/version.Head={{.FullCommit}}
- -s -w -X github.com/ignite/cli/ignite/version.Version={{.Tag}} -X github.com/ignite/cli/ignite/version.Date={{.Date}} -X github.com/ignite/cli/ignite/version.Head={{.FullCommit}}
goos:
- linux
- darwin
Expand Down
6 changes: 3 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ PROJECT_NAME = ignite
DATE := $(shell date '+%Y-%m-%dT%H:%M:%S')
FIND_ARGS := -name '*.go' -type f -not -name '*.pb.go'
HEAD = $(shell git rev-parse HEAD)
LD_FLAGS = -X github.com/ignite-hq/cli/ignite/version.Head='$(HEAD)' \
-X github.com/ignite-hq/cli/ignite/version.Date='$(DATE)'
LD_FLAGS = -X github.com/ignite/cli/ignite/version.Head='$(HEAD)' \
-X github.com/ignite/cli/ignite/version.Date='$(DATE)'
BUILD_FLAGS = -mod=readonly -ldflags='$(LD_FLAGS)'
BUILD_FOLDER = ./dist

Expand Down Expand Up @@ -37,7 +37,7 @@ govet:
format:
@echo Formatting...
@find . $(FIND_ARGS) | xargs gofmt -d -s
@find . $(FIND_ARGS) | xargs goimports -w -local github.com/ignite-hq/cli
@find . $(FIND_ARGS) | xargs goimports -w -local github.com/ignite/cli

## lint: Run Golang CI Lint.
lint:
Expand Down
2 changes: 1 addition & 1 deletion actions/cli/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
uses: actions/checkout@v2

- name: Print Help
uses: ignite-hq/cli/actions/cli@develop
uses: ignite/cli/actions/cli@develop
with:
args: -h
```
39 changes: 25 additions & 14 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,23 @@
# Changelog

## [`v0.22.1`](https://github.com/ignite-hq/cli/releases/tag/v0.22.1)
## [`v0.22.2`](https://github.com/ignite/cli/releases/tag/v0.22.2)

### Features

- Enable Darwin ARM 64 target for chain binary releases in CI templates

### Changes

- Rename `ignite-hq` to `ignite`


## [`v0.22.1`](https://github.com/ignite/cli/releases/tag/v0.22.1)

### Fixes

- Fix IBC module scaffolding interface in templates

## [`v0.22.0`](https://github.com/ignite-hq/cli/releases/tag/v0.22.0)
## [`v0.22.0`](https://github.com/ignite/cli/releases/tag/v0.22.0)

### Features

Expand All @@ -17,13 +28,13 @@

- Add a fix in code generation to avoid user's NodeJS configs to break TS client generation routine

## [`v0.21.2`](https://github.com/ignite-hq/cli/releases/tag/v0.21.2)
## [`v0.21.2`](https://github.com/ignite/cli/releases/tag/v0.21.2)

### Fixes

- Set min. gas to zero when running `chain` command set

## [`v0.21.1`](https://github.com/ignite-hq/cli/releases/tag/v0.21.1)
## [`v0.21.1`](https://github.com/ignite/cli/releases/tag/v0.21.1)

### Features

Expand All @@ -35,38 +46,38 @@
- Fixed shell completion generation
- Make sure proto package names are valid when using simple app names

## [`v0.21.0`](https://github.com/ignite-hq/cli/releases/tag/v0.21.0)
## [`v0.21.0`](https://github.com/ignite/cli/releases/tag/v0.21.0)

### Features

- Support simple app names when scaffolding chains. e.g.: `ignite scaffold chain mars`
- Ask confirmation when scaffolding over changes that are not committed yet

## [`v0.20.4`](https://github.com/ignite-hq/cli/releases/tag/v0.20.4)
## [`v0.20.4`](https://github.com/ignite/cli/releases/tag/v0.20.4)

### Fixes

- Use `protoc` binary compiled in an older version of macOS AMD64 for backwards compatibility in code generation

## [`v0.20.3`](https://github.com/ignite-hq/cli/releases/tag/v0.20.3)
## [`v0.20.3`](https://github.com/ignite/cli/releases/tag/v0.20.3)

### Fixes

- Use latest version of CLI in templates to fix Linux ARM support _(It's now possible to develop chains in Linux ARM machines and since the chain depends on the CLI in its go.mod, it needs to use the latest version that support ARM targets)_

## [`v0.20.2`](https://github.com/ignite-hq/cli/releases/tag/v0.20.2)
## [`v0.20.2`](https://github.com/ignite/cli/releases/tag/v0.20.2)

### Fixes

- Use `unsafe-reset-all` cmd under `tendermint` cmd for chains that use `=> v0.45.3` version of Cosmos SDK

## [`v0.20.1`](https://github.com/ignite-hq/cli/releases/tag/v0.20.1)
## [`v0.20.1`](https://github.com/ignite/cli/releases/tag/v0.20.1)

### Features

- Release the CLI with Linux ARM and native M1 binaries

## [`v0.20.0`](https://github.com/ignite-hq/cli/releases/tag/v0.20.0)
## [`v0.20.0`](https://github.com/ignite/cli/releases/tag/v0.20.0)

Our new name is **Ignite CLI**!

Expand All @@ -78,7 +89,7 @@ Our new name is **Ignite CLI**!
- Added support for in memory backend in `pkg/cosmosclient` package
- Improved our tutorials and documentation

## [`v0.19.5`](https://github.com/ignite-hq/cli/pull/2158/commits)
## [`v0.19.5`](https://github.com/ignite/cli/pull/2158/commits)

### Features

Expand All @@ -104,7 +115,7 @@ Our new name is **Ignite CLI**!

- Upgraded Flutter template to `v2.0.3`

## [`v0.19.2`](https://github.com/ignite-hq/cli/milestone/14)
## [`v0.19.2`](https://github.com/ignite/cli/milestone/14)

### Fixes

Expand All @@ -118,7 +129,7 @@ Our new name is **Ignite CLI**!

### Breaking Changes

- Deprecated the Starport Modules [tendermint/spm](https://github.com/tendermint/spm) repo and moved the contents to the Ignite CLI repo [`ignite/pkg/`](https://github.com/ignite-hq/cli/tree/develop/ignite/pkg/) in [PR 1971](https://github.com/ignite-hq/cli/pull/1971/files)
- Deprecated the Starport Modules [tendermint/spm](https://github.com/tendermint/spm) repo and moved the contents to the Ignite CLI repo [`ignite/pkg/`](https://github.com/ignite/cli/tree/develop/ignite/pkg/) in [PR 1971](https://github.com/ignite/cli/pull/1971/files)

Updates are required if your chain uses these packages:

Expand All @@ -127,7 +138,7 @@ Our new name is **Ignite CLI**!
- `spm/openapiconsole` is now `pkg/openapiconsole`
- `testutil/sample` is now `cosmostestutil/sample`

- Updated the faucet HTTP API schema. See API changes in [fix: improve faucet reliability #1974](https://github.com/ignite-hq/cli/pull/1974/files#diff-0e157f4f60d6fbd95e695764df176c8978d85f1df61475fbfa30edef62fe35cd)
- Updated the faucet HTTP API schema. See API changes in [fix: improve faucet reliability #1974](https://github.com/ignite/cli/pull/1974/files#diff-0e157f4f60d6fbd95e695764df176c8978d85f1df61475fbfa30edef62fe35cd)

## `v0.19.1`

Expand Down
12 changes: 6 additions & 6 deletions contributing.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

Before you create a new PR on Ignite CLI, make sure that you read and comply with this document.

Start a new [Discussion](https://github.com/ignite-hq/cli/discussions/new) if you want to propose changes to this document.
Start a new [Discussion](https://github.com/ignite/cli/discussions/new) if you want to propose changes to this document.

To prepare for success, see [Set Up Your Ignite CLI Development Environment](dev-env-setup.md).

Expand All @@ -22,9 +22,9 @@ Thank you for your contribution!

## Providing Feedback

- Before you open an issue, do a web search, and check for [existing open and closed GitHub Issues](https://github.com/ignite-hq/cli/issues) to see if your question has already been asked and answered. If you find a relevant topic, you can comment on that issue.
- Before you open an issue, do a web search, and check for [existing open and closed GitHub Issues](https://github.com/ignite/cli/issues) to see if your question has already been asked and answered. If you find a relevant topic, you can comment on that issue.

- To provide feedback or ask a question, create a [GitHub issue](https://github.com/ignite-hq/cli/issues/new/choose). Be sure to provide the relevant information, case study, or informative links as suggested by the Pull Request template.
- To provide feedback or ask a question, create a [GitHub issue](https://github.com/ignite/cli/issues/new/choose). Be sure to provide the relevant information, case study, or informative links as suggested by the Pull Request template.

- We recommend using GitHub issues for issues and feedback. However, you can ask quick questions on the **#🛠️ build-chains** channel in the official [Ignite Discord](https://discord.gg/ignite).

Expand Down Expand Up @@ -70,7 +70,7 @@ If you started a PR but couldn't finish it for whatever reason, don't give up. I

Ignite CLI follows Git Flow for branch strategy <https://www.atlassian.com/git/tutorials/comparing-workflows/gitflow-workflow>.

- Each Ignite CLI release has a milestone, see <https://github.com/ignite-hq/cli/milestones>.
- Each Ignite CLI release has a milestone, see <https://github.com/ignite/cli/milestones>.

- Issues in each milestone have a **priority/high**, **priority/medium**, or **priority/low** label.

Expand All @@ -82,8 +82,8 @@ Ignite CLI follows Git Flow for branch strategy <https://www.atlassian.com/git/t

- Issues in the **Next** milestone usually have a lower priority than milestones that are associated with a release version, like **Milestone v0.1.0**.

- A single project board <https://github.com/ignite-hq/cli/projects/4> shows the issues we are currently working on and what issues we plan to work on.
- A single project board <https://github.com/ignite/cli/projects/4> shows the issues we are currently working on and what issues we plan to work on.

Contributors, check the **To Do** column on the project board <https://github.com/ignite-hq/cli/projects/4> to find an issue to work on. See the [Ignite CLI bounty program](docs/bounty/index.md) to learn how your participation can earn rewards.
Contributors, check the **To Do** column on the project board <https://github.com/ignite/cli/projects/4> to find an issue to work on. See the [Ignite CLI bounty program](docs/bounty/index.md) to learn how your participation can earn rewards.

We appreciate your contribution!
2 changes: 1 addition & 1 deletion dev-env-setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ See [Install Ignite CLI](docs/install.md).

## Clone the Ignite CLI repo

`git clone --depth=1 [email protected]:ignite-hq/cli.git`
`git clone --depth=1 [email protected]:ignite/cli.git`

## Run make install

Expand Down
2 changes: 1 addition & 1 deletion docs/docs/06-bounty.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ description: Ignite CLI bounty program incentives and rewards.

Our Ignite CLI bounty program provides incentives for your participation and pays rewards. If you know Golang, follow the bounty issues, write code, close issues, and get rewarded.

Do your bounty hunting in our repo. Track new, in-progress, and completed bounties on the [Bounty board](https://github.com/ignite-hq/cli/projects/5) in GitHub.
Do your bounty hunting in our repo. Track new, in-progress, and completed bounties on the [Bounty board](https://github.com/ignite/cli/projects/5) in GitHub.

For details on the Ignite CLI bounty program, join the #bounty channel in [Ignite Discord](https://discord.com/invite/ignite).

Expand Down
4 changes: 2 additions & 2 deletions docs/docs/contributing/01-contributing.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ To set up your environment for success, follow the [technical setup](02-technica

## Using this repo

Review existing [Ignite CLI issues](https://github.com/ignite-hq/cli/issues) to see if your question has already been asked and answered.
Review existing [Ignite CLI issues](https://github.com/ignite/cli/issues) to see if your question has already been asked and answered.

- To provide feedback, file an issue and provide generous details to help us understand how we can make it better.
- To provide a fix, make a direct contribution. If you're not a member or maintainer, fork the repo and then submit a pull request (PR) from your forked repo to the `develop` branch.
Expand Down Expand Up @@ -63,7 +63,7 @@ As always, work-in-progress content might be happening in other locations and re

The Ignite product team developers are focused on building Ignite CLI and improving the developer experience. The Ignite Ecosystem Development team owns the technical content and tutorials and manages developer onboarding.

Meet the [people behind Ignite CLI and our contributors](https://github.com/ignite-hq/cli/graphs/contributors).
Meet the [people behind Ignite CLI and our contributors](https://github.com/ignite/cli/graphs/contributors).

## Viewing docs builds

Expand Down
2 changes: 1 addition & 1 deletion docs/docs/contributing/02-technical-setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ Click the GitHub icon in the sidebar for GitHub integration and follow the promp

## Clone the repos that you work in

- Fork or clone the <https://github.com/ignite-hq/cli/> repository.
- Fork or clone the <https://github.com/ignite/cli/> repository.

Internal Ignite users have different permissions. If you're not sure, fork the repo.

Expand Down
2 changes: 1 addition & 1 deletion docs/docs/contributing/templates/01-concept_template.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ We admire and respect these resources:
- Google developer documentation [style guide](https://developers.google.com/style)
- Digital Ocean style guide [do.co/style](https://do.co/style)
[Create an issue](https://github.com/ignite-hq/cli/issues/new/choose) to let us know if you have questions.
[Create an issue](https://github.com/ignite/cli/issues/new/choose) to let us know if you have questions.
-->

Expand Down
2 changes: 1 addition & 1 deletion docs/docs/contributing/templates/02-tutorial-template.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ We admire, respect, and rely on these resources:
- Google developer documentation [style guide](https://developers.google.com/style)
- Digital Ocean style guide [do.co/style](https://do.co/style)
[Create an issue](https://github.com/ignite-hq/cli/issues/new/choose) to let us know if you have questions.
[Create an issue](https://github.com/ignite/cli/issues/new/choose) to let us know if you have questions.
-->

Expand Down
8 changes: 4 additions & 4 deletions docs/docs/guide/01-install.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ description: Steps to install Ignite CLI on your local computer.

# Install Ignite CLI

You can run [Ignite CLI](https://github.com/ignite-hq/cli) in a web-based Gitpod IDE or you can install Ignite CLI on your local computer.
You can run [Ignite CLI](https://github.com/ignite/cli) in a web-based Gitpod IDE or you can install Ignite CLI on your local computer.

## Prerequisites

Expand Down Expand Up @@ -44,7 +44,7 @@ curl https://get.ignite.com/cli! | bash

This command invokes `curl` to download the install script and pipes the output to `bash` to perform the installation. The `ignite` binary is installed in `/usr/local/bin`.

To learn more or customize the installation process, see the [installer docs](https://github.com/ignite-hq/installer) on GitHub.
To learn more or customize the installation process, see the [installer docs](https://github.com/ignite/installer) on GitHub.

### Write permission

Expand Down Expand Up @@ -87,14 +87,14 @@ To remove the current Ignite CLI installation:

After all existing Ignite CLI installations are removed, follow the [Installing Ignite CLI](#installing-ignite-cli) instructions.

For details on version features and changes, see the [changelog.md](https://github.com/ignite-hq/cli/blob/develop/changelog.md) in the repo.
For details on version features and changes, see the [changelog.md](https://github.com/ignite/cli/blob/develop/changelog.md) in the repo.

## Build from source

To experiment with the source code, you can build from source:

```bash
git clone https://github.com/ignite-hq/cli --depth=1
git clone https://github.com/ignite/cli --depth=1
cd cli && make install
```

Expand Down
2 changes: 1 addition & 1 deletion docs/docs/guide/02-hello.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ This tutorial is a great place to start your journey into the Cosmos ecosystem.

## Get started

In the previous chapter you've learned how to install [Ignite CLI](https://github.com/ignite-hq/cli), the tool that offers everything you need to build, test, and launch your blockchain with a decentralized worldwide community.
In the previous chapter you've learned how to install [Ignite CLI](https://github.com/ignite/cli), the tool that offers everything you need to build, test, and launch your blockchain with a decentralized worldwide community.

This series of tutorials is based on a specific version of Ignite CLI, so be sure to install the correct version. For example, to install Ignite CLI v0.20.0 use the following command:

Expand Down
Loading

0 comments on commit a22808a

Please sign in to comment.