-
Notifications
You must be signed in to change notification settings - Fork 547
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
docs: update tutorials to work with SDK v0.50
#3705
Merged
Merged
Changes from all commits
Commits
Show all changes
21 commits
Select commit
Hold shift + click to select a range
814ff7e
chore: add `--chain-id` flag to blog commands
jeronimoalbi 5c82f55
chore: use `cosmossdk.io/store`
jeronimoalbi f2e888d
chore: change blog tutorial to use the store service
jeronimoalbi ccb5d79
chore: use `cosmossdk.io/errors`
jeronimoalbi cec9765
Merge branch 'feat/sdk-v0.50' into fix/docs-sdk-v0.50
jeronimoalbi 5bdc37e
chore: change "PostID" to "PostId"
jeronimoalbi 9121515
chore: add missing import to code snippet
jeronimoalbi 23f1e40
fix: correct expected keepers interface args
jeronimoalbi 92ef255
chore: add `--chain-id` flag to loan commands
jeronimoalbi 61e8424
ci: fix broken links
jeronimoalbi a1b1448
ci: fix broken references
jeronimoalbi a6b9164
ci: fix broken reference
jeronimoalbi a357a1e
chore: fix typo
jeronimoalbi 3bc19a4
Merge branch 'feat/sdk-v0.50' into fix/docs-sdk-v0.50
Pantani b7d4826
Merge branch 'feat/sdk-v0.50' into fix/docs-sdk-v0.50
Pantani 88f780c
Merge branch 'feat/sdk-v0.50' into fix/docs-sdk-v0.50
Pantani 791cb92
Merge branch 'feat/sdk-v0.50' into fix/docs-sdk-v0.50
Pantani 2262474
Merge branch 'feat/sdk-v0.50' into fix/docs-sdk-v0.50
Pantani bc20594
Merge branch 'feat/sdk-v0.50' into fix/docs-sdk-v0.50
Pantani 13be756
Merge branch 'feat/sdk-v0.50' into fix/docs-sdk-v0.50
jeronimoalbi e1e86e5
Merge branch 'feat/sdk-v0.50' into fix/docs-sdk-v0.50
Pantani File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
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
Oops, something went wrong.
Oops, something went wrong.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why precising always the chain id? Maybe we should set it in the client.toml first.
blogd config set client chain-id blog
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The queries/txs are not working without the chain-id into the SDK v0.50, and are already set the chain id into the config
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Really? That sounds like a bug in the SDK to me.
Are you aware of any other flag like that?
I know there are flag related issues in the SDK right now (cosmos/cosmos-sdk#17822 / cosmos/cosmos-sdk#18122) which I am working on. I thought it was only
--node
.