-
Notifications
You must be signed in to change notification settings - Fork 557
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
chore: release v0.23.0 #2652
Merged
chore: release v0.23.0 #2652
Conversation
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
chore: merge master
Co-authored-by: jeronimoalbi <[email protected]>
* fix(pkg/cosmosanalysis): support App with generics * test: turn into parametized test and use embed for file content Co-authored-by: jeronimoalbi <[email protected]>
* docs: replace docker deprecated cmds Also: - adds a preliminary step related to the `$HOME/sdh` creation and a rationale. - remove `-w /app` flag since the default is `/apps` and it works well with it. - fix docker hub URL which was changed to `ignite/cli` instead of `ignitehq/cli` - use public docker hub URL (previous version was private and redirects to the login page of docker hub) Fix #2596 * Update docs/docs/kb/09-docker.md Co-authored-by: Jerónimo Albi <[email protected]> * Update docs/docs/kb/09-docker.md Co-authored-by: Jerónimo Albi <[email protected]> Co-authored-by: Jerónimo Albi <[email protected]>
Co-authored-by: Thomas Bruyelle <[email protected]>
The change fixes a go command error when scaffolding a chain (see #2618), because go cannot fetch `ignite-hq/cli` despite the github redirection. To remove `ignite-hq/cli` from the dependency list, I had to : - upgrade `spn` to latest (so it depends on `ignite/[email protected]` rather than `ignite-hq/cli`) - upgrade go to 1.18 in `go.mod.plush` (or else `ignite/[email protected]` adds a dependency to an older `spn` which in turn adds a dependency to `ignite-hq/cli`) Bonus: - improve `go mod download` error report : add the binary output in addition to `Exit status 1`. - fix test because of upgrade to ibc-go 3.0.1, where some parameters can't be null.
* fix: migration docs for v0.22.0 * docs: add migration docs for v0.22.2 * fix: changed docs for migration steps * fix: migration docs for the `main.go` file in the `cmd/` folder * fix: use suggested comment for item 6 * fix: change migration guide to recommend bulk find and replace
* docs: change install version in guide * change: fix blog guide documentation * change: fix guide documentation for blogclient * change: fix guide documentation for DeFi loan module * change: fix guide documentation for IBC * change: fix comment delete in blog guide documentation * change: fix guide documentation for nameservice * change: fix guide documentation for scavenge * docs: add spacing to code snippets in guides for readability * change: fix guide documentation for interchange * docs(guide): fix submit scavenge address source Co-authored-by: Thomas Bruyelle <[email protected]> Co-authored-by: Alex Johnson <[email protected]> Co-authored-by: İlker G. Öztürk <[email protected]>
* fix(pkg/cosmosgen): IBC proto messages import * refactor: change cosmosgen third party proto include paths resolution * fix(pkg/cosmosgen): add global protoc includes to generator * chore: remove unused protopath package Co-authored-by: İlker G. Öztürk <[email protected]>
* docs: add v0.22.3 section to changelog * docs: add newly merged PRs to v0.22.3 section in changelog
ilgooz
requested review from
fadeev,
lumtis,
ivanovpetr and
jeronimoalbi
as code owners
July 24, 2022 18:12
Visit the preview URL for this PR (updated for commit a6886e2): https://ignite-go-docs--pr2652-develop-6i6y6bh9.web.app (expires Sun, 31 Jul 2022 18:15:57 GMT) 🔥 via Firebase Hosting GitHub Action 🌎 |
Jchicode
pushed a commit
to Jchicode/cli
that referenced
this pull request
Aug 9, 2023
chore: release v0.23.0
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.