-
Notifications
You must be signed in to change notification settings - Fork 553
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* 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
1 parent
c52eae6
commit a22808a
Showing
301 changed files
with
1,076 additions
and
1,443 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" | ||
] | ||
} | ||
} | ||
} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.