Skip to content

chore: update all uses of v50 in doc references #24574

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

Closed
wants to merge 1 commit into from
Closed

Conversation

aljo242
Copy link
Contributor

@aljo242 aljo242 commented Apr 24, 2025

Closes SDK-286

Summary by CodeRabbit

  • Documentation
    • Updated all documentation reference links to point to Cosmos SDK version v0.53.x or v0.53.0-rc.4, replacing previous references to v0.50.x or v0.50.0-alpha.0.
    • No changes were made to explanatory text, code snippets, or logic—only the referenced source code URLs were updated to reflect the newer SDK release.
    • Documentation remains functionally unchanged aside from versioned link updates.

Copy link

ironbird-prod bot commented Apr 24, 2025

Ironbird - launch a network To use Ironbird, you can use the following commands:
  • /ironbird start OR /ironbird start --load-test-config= - Launch a testnet with the specified chain and load test configuration.
  • /ironbird chains - List of chain images that ironbird can use to spin-up testnet
  • /ironbird loadtests - List of load test modes that ironbird can run against testnet
Custom Load Test Configuration You can provide a custom load test configuration using the `--load-test-config=` flag:
/ironbird start cosmos --load-test-config={
  "block_gas_limit_target": 0.75,
  "num_of_blocks": 50,
  "msgs": [
    {"weight": 0.3, "type": "MsgSend"},
    {"weight": 0.3, "type": "MsgMultiSend"},
	{"weight": 0.4, "type": "MsgArr", "ContainedType": "MsgSend", "NumMsgs": 3300}
  ]
}

Use /ironbird loadtests to see more examples.

Copy link
Contributor

coderabbitai bot commented Apr 24, 2025

📝 Walkthrough

Walkthrough

This update revises multiple documentation files across the codebase to reference newer versions of the Cosmos SDK in all example code links and source references. Specifically, URLs pointing to version v0.50.x or v0.50.0-alpha.0 are updated to v0.53.x or v0.53.0-rc.4, reflecting the latest release candidate or stable branch. No changes are made to the textual explanations, code snippets, or logic descriptions—only the versioned URLs are updated. There are no modifications to exported or public entity declarations, and no functional or control flow changes are introduced.

Changes

Files/Paths Change Summary
RELEASE_PROCESS.md Updated release branch reference for Store v1 from release/v0.50.x to release/v0.53.x.
depinject/README.md, depinject/appconfig/README.md Updated example URLs and version tags from v0.50.x to v0.53.x in documentation.
docs/docs/build/building-apps/00-app-go.md, docs/docs/build/building-apps/04-vote-extensions.md Updated documentation URLs to point from v0.50.0-alpha.0 to v0.53.0-rc.4.
docs/docs/build/building-modules/01-module-manager.md, docs/docs/build/building-modules/02-messages-and-queries.md, docs/docs/build/building-modules/03-msg-services.md, docs/docs/build/building-modules/04-query-services.md, docs/docs/build/building-modules/06-beginblock-endblock.md, docs/docs/build/building-modules/06-keeper.md, docs/docs/build/building-modules/07-invariants.md, docs/docs/build/building-modules/08-genesis.md, docs/docs/build/building-modules/09-module-interfaces.md, docs/docs/build/building-modules/12-errors.md, docs/docs/build/building-modules/13-upgrade.md, docs/docs/build/building-modules/15-depinject.md, docs/docs/build/building-modules/16-testing.md Updated all example code reference URLs from v0.50.0-alpha.0 to v0.53.0-rc.4 throughout documentation.
docs/docs/build/tooling/00-protobuf.md Updated Makefile and script reference URLs from v0.50.0-alpha.0 to v0.53.0-rc.4.
docs/docs/learn/advanced/00-baseapp.md, docs/docs/learn/advanced/03-node.md, docs/docs/learn/advanced/04-store.md, docs/docs/learn/advanced/07-cli.md Updated all source code reference URLs from v0.50.0-alpha.0 to v0.53.0-rc.4.
x/auth/tx/README.md, x/auth/vesting/README.md, x/evidence/README.md, x/group/README.md, x/group/internal/orm/README.md Updated Go and protobuf reference URLs from v0.50.x to v0.53.x in respective module documentation.

Sequence Diagram(s)

No sequence diagram generated, as the changes are limited to documentation reference updates and do not affect control flow or introduce new features.


Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share
🪧 Tips

Chat

There are 3 ways to chat with CodeRabbit:

‼️ IMPORTANT
Auto-reply has been disabled for this repository in the CodeRabbit settings. The CodeRabbit bot will not respond to your replies unless it is explicitly tagged.

  • Files and specific lines of code (under the "Files changed" tab): Tag @coderabbitai in a new review comment at the desired location with your query. Examples:
    • @coderabbitai generate unit testing code for this file.
    • @coderabbitai modularize this function.
  • PR comments: Tag @coderabbitai in a new PR comment to ask questions about the PR branch. For the best results, please provide a very specific query, as very limited context is provided in this mode. Examples:
    • @coderabbitai gather interesting stats about this repository and render them as a table. Additionally, render a pie chart showing the language distribution in the codebase.
    • @coderabbitai read src/utils.ts and generate unit testing code.
    • @coderabbitai read the files in the src/scheduler package and generate a class diagram using mermaid and a README in the markdown format.
    • @coderabbitai help me debug CodeRabbit configuration file.

Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments.

CodeRabbit Commands (Invoked using PR comments)

  • @coderabbitai pause to pause the reviews on a PR.
  • @coderabbitai resume to resume the paused reviews.
  • @coderabbitai review to trigger an incremental review. This is useful when automatic reviews are disabled for the repository.
  • @coderabbitai full review to do a full review from scratch and review all the files again.
  • @coderabbitai summary to regenerate the summary of the PR.
  • @coderabbitai generate docstrings to generate docstrings for this PR.
  • @coderabbitai generate sequence diagram to generate a sequence diagram of the changes in this PR.
  • @coderabbitai resolve resolve all the CodeRabbit review comments.
  • @coderabbitai configuration to show the current CodeRabbit configuration for the repository.
  • @coderabbitai help to get help.

Other keywords and placeholders

  • Add @coderabbitai ignore anywhere in the PR description to prevent this PR from being reviewed.
  • Add @coderabbitai summary to generate the high-level summary at a specific location in the PR description.
  • Add @coderabbitai anywhere in the PR title to generate the title automatically.

CodeRabbit Configuration File (.coderabbit.yaml)

  • You can programmatically configure CodeRabbit by adding a .coderabbit.yaml file to the root of your repository.
  • Please see the configuration documentation for more information.
  • If your editor has YAML language server enabled, you can add the path at the top of this file to enable auto-completion and validation: # yaml-language-server: $schema=https://coderabbit.ai/integrations/schema.v2.json

Documentation and Community

  • Visit our Documentation for detailed information on how to use CodeRabbit.
  • Join our Discord Community to get help, request features, and share feedback.
  • Follow us on X/Twitter for updates and announcements.

Copy link
Contributor

@coderabbitai coderabbitai bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Actionable comments posted: 0

🧹 Nitpick comments (3)
docs/docs/build/building-modules/08-genesis.md (1)

74-74: Refine wording for conciseness
Consider replacing “submit state transitions prior to the first block” with “submit state transitions before the first block” to improve readability.

- `GenesisTxHandler` is a way for modules to submit state transitions prior to the first block.
+ `GenesisTxHandler` is a way for modules to submit state transitions before the first block.
🧰 Tools
🪛 LanguageTool

[style] ~74-~74: ‘prior to’ might be wordy. Consider a shorter alternative.
Context: ...for modules to submit state transitions prior to the first block. This is used by `x/gen...

(EN_WORDINESS_PREMIUM_PRIOR_TO)

docs/docs/learn/advanced/07-cli.md (1)

60-60: Nitpick: repetitive sentence structure
Line 60 starts multiple sentences with "For". Consider rephrasing to improve readability and avoid redundancy.

🧰 Tools
🪛 LanguageTool

[style] ~60-~60: Three successive sentences begin with the same word. Consider rewording the sentence or use a thesaurus to find a synonym.
Context: .../blob/v0.53.0-rc.4/client/keys/add.go). For more details about usage of `--keyring-...

(ENGLISH_WORD_REPEAT_BEGINNING_RULE)


[uncategorized] ~60-~60: Possible missing comma found.
Context: ... --keyring-backend for storage of key credentials look at the [keyring docs](../../user/r...

(AI_HYDRA_LEO_MISSING_COMMA)

docs/docs/build/building-modules/02-messages-and-queries.md (1)

37-37: Verify and improve version consistency in code references
The Msg and Query example URLs have been updated to v0.53.0-rc.4, which is correct. However, several references still use specific commit hashes (e.g., types/tx_msg.go, one protobuf example). For long-term stability and consistency, consider switching these to tag-based URLs (blob/v0.53.0-rc.4/...).

Also applies to: 102-102, 136-136

📜 Review details

Configuration used: CodeRabbit UI
Review profile: CHILL
Plan: Pro

📥 Commits

Reviewing files that changed from the base of the PR and between 4846e80 and b5ea000.

📒 Files selected for processing (28)
  • RELEASE_PROCESS.md (1 hunks)
  • depinject/README.md (1 hunks)
  • depinject/appconfig/README.md (1 hunks)
  • docs/docs/build/building-apps/00-app-go.md (1 hunks)
  • docs/docs/build/building-apps/04-vote-extensions.md (1 hunks)
  • docs/docs/build/building-modules/01-module-manager.md (14 hunks)
  • docs/docs/build/building-modules/02-messages-and-queries.md (3 hunks)
  • docs/docs/build/building-modules/03-msg-services.md (3 hunks)
  • docs/docs/build/building-modules/04-query-services.md (1 hunks)
  • docs/docs/build/building-modules/06-beginblock-endblock.md (1 hunks)
  • docs/docs/build/building-modules/06-keeper.md (2 hunks)
  • docs/docs/build/building-modules/07-invariants.md (3 hunks)
  • docs/docs/build/building-modules/08-genesis.md (4 hunks)
  • docs/docs/build/building-modules/09-module-interfaces.md (7 hunks)
  • docs/docs/build/building-modules/12-errors.md (2 hunks)
  • docs/docs/build/building-modules/13-upgrade.md (2 hunks)
  • docs/docs/build/building-modules/15-depinject.md (5 hunks)
  • docs/docs/build/building-modules/16-testing.md (2 hunks)
  • docs/docs/build/tooling/00-protobuf.md (1 hunks)
  • docs/docs/learn/advanced/00-baseapp.md (15 hunks)
  • docs/docs/learn/advanced/03-node.md (3 hunks)
  • docs/docs/learn/advanced/04-store.md (11 hunks)
  • docs/docs/learn/advanced/07-cli.md (8 hunks)
  • x/auth/tx/README.md (1 hunks)
  • x/auth/vesting/README.md (3 hunks)
  • x/evidence/README.md (2 hunks)
  • x/group/README.md (15 hunks)
  • x/group/internal/orm/README.md (6 hunks)
🧰 Additional context used
🪛 LanguageTool
docs/docs/learn/advanced/03-node.md

[uncategorized] ~84-~84: A punctuation mark might be missing here.
Context: ...on.go#L9-L35) (given that app extends baseapp). As part of ...

(AI_EN_LECTOR_MISSING_PUNCTUATION)

docs/docs/build/building-modules/09-module-interfaces.md

[style] ~55-~55: Consider removing “of” to be more concise
Context: ...ws the root command to easily aggregate all of the transaction commands for each module. H...

(ALL_OF_THE)

x/group/internal/orm/README.md

[style] ~124-~124: Consider a shorter alternative to avoid wordiness.
Context: ...rip the RowID from the full index key in order to get the underlying value in the table p...

(IN_ORDER_TO_PREMIUM)

docs/docs/build/building-modules/08-genesis.md

[style] ~74-~74: ‘prior to’ might be wordy. Consider a shorter alternative.
Context: ...for modules to submit state transitions prior to the first block. This is used by `x/gen...

(EN_WORDINESS_PREMIUM_PRIOR_TO)

docs/docs/build/building-modules/03-msg-services.md

[uncategorized] ~30-~30: A punctuation mark might be missing here.
Context: ... When possible, the existing module's [Keeper`](./06-keeper.md) should implemen...

(AI_EN_LECTOR_MISSING_PUNCTUATION)

docs/docs/build/building-modules/16-testing.md

[grammar] ~29-~29: The word “walkthrough” is a noun. The verb is spelled with a space.
Context: ...). ### Example As an example, we will walkthrough the [keeper tests](https://github.com/c...

(NOUN_VERB_CONFUSION)


[uncategorized] ~31-~31: The abbreviation “i.e.” (= that is) requires two periods.
Context: ...h requires a few external dependencies (ie. imports outside x/gov to work properl...

(I_E)


[style] ~36-~36: Consider a shorter alternative to avoid wordiness.
Context: ...c.4/x/gov/keeper/keeper.go#L22-L24 ``` In order to only test x/gov, we mock the [expecte...

(IN_ORDER_TO_PREMIUM)

docs/docs/learn/advanced/07-cli.md

[style] ~60-~60: Three successive sentences begin with the same word. Consider rewording the sentence or use a thesaurus to find a synonym.
Context: .../blob/v0.53.0-rc.4/client/keys/add.go). For more details about usage of `--keyring-...

(ENGLISH_WORD_REPEAT_BEGINNING_RULE)


[uncategorized] ~60-~60: Possible missing comma found.
Context: ... --keyring-backend for storage of key credentials look at the [keyring docs](../../user/r...

(AI_HYDRA_LEO_MISSING_COMMA)


[style] ~66-~66: Consider removing “of” to be more concise
Context: ...be run before every execution, and adds all of the necessary subcommands. ```go reference...

(ALL_OF_THE)

docs/docs/learn/advanced/04-store.md

[uncategorized] ~69-~69: You might be missing the article “the” here.
Context: ...ead caching and write branching through Write method: ```go reference https://...

(AI_EN_LECTOR_MISSING_DETERMINER_THE)


[uncategorized] ~121-~121: A punctuation mark might be missing here.
Context: ...is the default multistore store used in baseapp. ### CacheMu...

(AI_EN_LECTOR_MISSING_PUNCTUATION)


[uncategorized] ~195-~195: A punctuation mark might be missing here.
Context: ...t stores are typically accessed via the context via the `Tran...

(AI_EN_LECTOR_MISSING_PUNCTUATION)


[uncategorized] ~245-~245: A comma may be missing after the conjunctive/linking adverb ‘Otherwise’.
Context: ...thKVGasConfigmethod of thecontext`. Otherwise it uses the following default: ```go r...

(SENT_START_CONJUNCTIVE_LINKING_ADVERB_COMMA)

⏰ Context from checks skipped due to timeout of 90000ms (6)
  • GitHub Check: repo-analysis
  • GitHub Check: build (arm64)
  • GitHub Check: build (amd64)
  • GitHub Check: Check docs build
  • GitHub Check: markdown-link-check
  • GitHub Check: Summary
🔇 Additional comments (93)
docs/docs/build/building-apps/04-vote-extensions.md (1)

43-43: Approved updated version reference.

The go reference URL for sdk.VerifyVoteExtensionHandler now correctly points to the v0.53.0-rc.4 tag (lines 26–27), aligning this doc with the other updated links.

docs/docs/build/building-apps/00-app-go.md (1)

13-13: Approve documentation version bump.
The GitHub reference URL has been correctly updated from v0.50.0-alpha.0 to v0.53.0-rc.4, aligning with the PR objectives to modernize doc links.

RELEASE_PROCESS.md (1)

248-248: Approve release branch update.
The Store v1 release branch reference has been changed to release/v0.53.x, matching the version bump across documentation.

depinject/README.md (1)

78-78: Approve depinject example link update.
The ProvideModule example now points to the release/v0.53.x branch, ensuring consistency with other docs.

depinject/appconfig/README.md (1)

204-204: Approve appconfig example link update.
The link to app_config.go under simapp now references release/v0.53.x, keeping the version references in sync.

docs/docs/build/tooling/00-protobuf.md (2)

14-14: Approve Makefile snippet link update.
The URL for the Makefile snippet has been updated to v0.53.0-rc.4, consistent with the new release candidate.


20-20: Approve protocgen script link update.
The protocgen.sh reference now correctly uses v0.53.0-rc.4, aligning with the overarching doc updates.

docs/docs/build/building-modules/04-query-services.md (1)

37-37: Approve updated gRPC example reference
Updated the Protobuf gRPC service implementation link from v0.50.0-alpha.0 to v0.53.0-rc.4 as intended.

x/auth/tx/README.md (1)

38-38: Approve updated x/auth/tx reference URLs
All Go reference URLs for TxConfig, its default implementation, and TxBuilder have been correctly updated to release v0.53.x.

Also applies to: 44-44, 50-50

x/evidence/README.md (1)

222-222: Approve updated evidence module reference URLs
The Protobuf and Go source code links for Equivocation evidence and infraction handling have been correctly bumped to release v0.53.x.

Also applies to: 246-246

x/group/README.md (1)

104-104: Approve updated x/group module reference URLs
All Go and Protobuf reference URLs have been systematically updated from v0.50.x to release v0.53.x.

Also applies to: 340-340, 353-353, 368-368, 378-378, 391-391, 405-405, 415-415, 425-425, 438-438, 452-452, 465-465, 479-479, 492-492, 505-505

docs/docs/build/building-modules/08-genesis.md (1)

25-25: Approve updated genesis module reference URLs
The documentation links for GenesisState, DefaultGenesis(), ValidateGenesis(), InitGenesis, ExportGenesis, and GenesisTxHandler have been correctly updated to v0.53.0-rc.4.

Also applies to: 35-35, 43-43, 59-59, 69-69, 77-77

x/auth/vesting/README.md (6)

75-77: Approve: Updated BaseVestingAccount protobuf reference to v0.53.x
The link now correctly points to release/v0.53.x instead of release/v0.50.x.


81-83: Approve: Updated ContinuousVestingAccount protobuf reference to v0.53.x
The URL has been updated to the v0.53.x branch as expected.


87-89: Approve: Updated DelayedVestingAccount protobuf reference to v0.53.x
The link now references the v0.53.x branch.


93-95: Approve: Updated Period protobuf reference to v0.53.x
The URL was correctly updated to point at v0.53.x.


105-107: Approve: Updated PeriodicVestingAccount protobuf reference to v0.53.x
The reference URL is now on the v0.53.x branch.


125-127: Approve: Updated PermanentLockedAccount protobuf reference to v0.53.x
The link now correctly points to v0.53.x.

docs/docs/build/building-modules/09-module-interfaces.md (7)

29-31: Approve: Updated transaction CLI example link to v0.53.0-rc.4
The URL now references v0.53.0-rc.4 instead of v0.50.0-alpha.0.


51-53: Approve: Updated NewTxCmd example link to v0.53.0-rc.4
The example link now points to the correct release candidate.


57-59: Approve: Updated GetTxCmd example link to v0.53.0-rc.4
The URL correctly uses the v0.53.0-rc.4 tag.


69-72: Approve: Updated GetAccount query example link to v0.53.0-rc.4
The reference to the query CLI now points to v0.53.0-rc.4.


90-94: Approve: Updated GetQueryCmd example link to v0.53.0-rc.4
The URL now targets the v0.53.0-rc.4 branch.


124-128: Approve: Updated AddTxFlagsToCmd reference to v0.53.0-rc.4
The link to client/flags/flags.go now uses v0.53.0-rc.4.


134-136: Approve: Updated AddQueryFlagsToCmd reference to v0.53.0-rc.4
The example link is now correctly pointing at v0.53.0-rc.4.

docs/docs/learn/advanced/03-node.md (7)

26-28: Approve: Updated config.go reference to v0.53.0-rc.4
The documentation now links to the updated v0.53.0-rc.4 config.go.


38-42: Approve: Updated simapp main.go reference to v0.53.0-rc.4
The example now correctly points to the v0.53.0-rc.4 simd/main.go.

🧰 Tools
🪛 LanguageTool

[uncategorized] ~38-~38: You might be missing the article “the” here.
Context: ...setup.go#L74-L78 ``` See an example of main function from the `simapp` applica...

(AI_EN_LECTOR_MISSING_DETERMINER_THE)


62-64: Approve: Updated server start.go reference (appCreator) to v0.53.0-rc.4
The link now reflects the v0.53.0-rc.4 version.


66-70: Approve: Updated AppCreator signature reference to v0.53.0-rc.4
The example link to app.go is now on v0.53.0-rc.4.


73-76: Approve: Updated simapp root_v2.go reference to v0.53.0-rc.4
The code link correctly uses the new release candidate tag.


78-82: Approve: Updated CometBFT node instantiation link to v0.53.0-rc.4
The reference now points to v0.53.0-rc.4.


87-90: Approve: Updated CometBFT node start link to v0.53.0-rc.4
The documentation now references the correct version.

docs/docs/build/building-modules/12-errors.md (2)

23-25: Approve: Updated distribution errors reference to v0.53.0-rc.4
The example link now points to the updated version.


45-47: Approve: Updated bank keeper error wrapping reference to v0.53.0-rc.4
The URL has been correctly updated to the new tag.

docs/docs/build/building-modules/13-upgrade.md (2)

48-50: Approve: Updated migrations.go reference to v0.53.0-rc.4
The link to the migrations.go file now uses v0.53.0-rc.4.


63-63: Approve: Updated migrateBalanceKeys example link to v0.53.0-rc.4
The inline link now correctly points to the v0.53.0-rc.4 version.

x/group/internal/orm/README.md (10)

24-24: Documentation link updated to v0.53.x
The reference now correctly points to the release/v0.53.x branch of the table.go source.


45-45: Documentation link updated to v0.53.x
The auto_uint64.go code reference was updated to the release/v0.53.x branch.


59-59: Documentation link updated to v0.53.x
The primary_key.go reference URL now points to release/v0.53.x.


78-78: Documentation link updated to v0.53.x
The types.go code reference URL was updated to the release/v0.53.x branch.


86-86: Documentation link updated to v0.53.x
The index.go reference now correctly points to release/v0.53.x.


96-96: Documentation link updated to v0.53.x
The indexer.go URL has been updated to release/v0.53.x.


115-115: Documentation link updated to v0.53.x
The types.go iterator reference now points to release/v0.53.x.


121-121: Documentation link updated to v0.53.x
The table.go iterator snippet reference is now on release/v0.53.x.


127-127: Documentation link updated to v0.53.x
The secondary index iterator URL has been updated to release/v0.53.x.


138-138: Documentation link updated to v0.53.x
The pagination implementation link now points to release/v0.53.x.

docs/docs/build/building-modules/07-invariants.md (5)

22-22: Updated code reference URL to v0.53.0-rc.4
The Invariant type definition link now uses the v0.53.0-rc.4 tag.


61-61: Updated code reference URL to v0.53.0-rc.4
The RegisterInvariants example in the staking module keeper now points to v0.53.0-rc.4.


64-64: Updated example link to v0.53.0-rc.4
The inline "For more, see" staking invariants link was updated to v0.53.0-rc.4.


73-73: Updated code reference URL to v0.53.0-rc.4
The InvariantRegistry interface link now uses the v0.53.0-rc.4 tag.


79-79: Updated code reference URL to v0.53.0-rc.4
The crisis module keeper reference has been updated to v0.53.0-rc.4.

docs/docs/learn/advanced/00-baseapp.md (2)

121-121: Updated code reference URL to v0.53.0-rc.4
The link to baseapp/options.go under the options section now correctly points to v0.53.0-rc.4.


221-221: Updated code reference URL to v0.53.0-rc.4
The documentation for the default msgServiceRouter link now points to v0.53.0-rc.4.

docs/docs/learn/advanced/07-cli.md (4)

46-46: Updated code reference URL to v0.53.0-rc.4
The example main.go function link now points to the v0.53.0-rc.4 release.


62-62: Updated code reference URL to v0.53.0-rc.4
The "Learn more" server package link now points to v0.53.0-rc.4.


69-69: Updated code reference URL to v0.53.0-rc.4
The root_v2.go root command example link was updated to v0.53.0-rc.4.


80-80: Updated code reference URL to v0.53.0-rc.4
The initAppConfig() override example now points to the v0.53.0-rc.4 branch.

docs/docs/build/building-modules/15-depinject.md (10)

33-33: Documentation reference updated to v0.53.0-rc.4
The Protobuf module configuration link now points to v0.53.0-rc.4.


42-42: Documentation reference updated to v0.53.0-rc.4
The app_config.go snippet link now uses the v0.53.0-rc.4 tag.


45-45: Documentation reference updated to v0.53.0-rc.4
The pulsar script link was updated to the v0.53.0-rc.4 release.


46-46: Documentation reference updated to v0.53.0-rc.4
The generated Go code path for the group module now points to v0.53.0-rc.4.


70-70: Documentation reference updated to v0.53.0-rc.4
The module.go import snippet link now refers to v0.53.0-rc.4.


77-77: Documentation reference updated to v0.53.0-rc.4
The init() wiring example link was updated to v0.53.0-rc.4.


95-95: Documentation reference updated to v0.53.0-rc.4
The depinject.In inputs example now points to v0.53.0-rc.4.


102-102: Documentation reference updated to v0.53.0-rc.4
The depinject.Out outputs example link has been updated to v0.53.0-rc.4.


108-108: Documentation reference updated to v0.53.0-rc.4
The ProvideModule function link now points to v0.53.0-rc.4.


117-117: Documentation reference updated to v0.53.0-rc.4
The complete module wiring configuration snippet link now uses the v0.53.0-rc.4 tag.

docs/docs/learn/advanced/04-store.md (1)

66-66: Consistent version update for store code references
All code reference URLs have been correctly updated from v0.50.* to v0.53.0-rc.4, ensuring uniform versioning across the store documentation.

Also applies to: 72-72, 82-82, 88-88, 102-102, 112-112, 125-125, 128-128, 144-144, 158-158, 174-174, 184-184, 192-192, 208-208, 230-230, 236-236, 242-242, 249-249, 257-257, 267-267, 281-281

docs/docs/build/building-modules/16-testing.md (1)

22-22: Consistent version update for testing documentation
All example links and scripts in the testing guide have been updated from v0.50.* to v0.53.0-rc.4, aligning the testing module documentation with the latest SDK release candidate.

Also applies to: 29-29, 34-34, 40-40, 46-46, 52-52, 84-84, 98-98, 102-102

docs/docs/build/building-modules/06-keeper.md (1)

44-44: Consistent version update for keeper documentation
The keeper example URLs for staking and auth modules have been updated to v0.53.0-rc.4, maintaining consistency in version references.

Also applies to: 84-84, 91-91

docs/docs/build/building-modules/06-beginblock-endblock.md (1)

38-38: Consistent version update for BeginBlocker/EndBlocker examples
The example links for BeginBlocker (distribution) and EndBlocker (staking) have been updated to v0.53.0-rc.4, ensuring documentation consistency.

Also applies to: 44-44

docs/docs/build/building-modules/03-msg-services.md (6)

27-27: Approve updated code reference link to v0.53.0-rc.4.
The example MsgServer interface link now correctly points to v0.53.0-rc.4.


33-33: Approve updated code reference link to v0.53.0-rc.4.
The msg_server.go implementation link has been updated to the new release candidate.


39-39: Approve updated code reference link to v0.53.0-rc.4.
The sdk.UnwrapSDKContext usage link now points to the correct version.


98-98: Approve updated code reference link to v0.53.0-rc.4.
The WrapServiceResult wrapper link is updated to the new release candidate.


104-104: Approve updated protobuf reference link to v0.53.0-rc.4.
The ABCI protobuf definitions link now references the updated version.


118-118: Approve updated telemetry example link to v0.53.0-rc.4.
The vesting telemetry code reference has been bumped to RC4.

docs/docs/build/building-modules/01-module-manager.md (16)

64-64: Approve updated AppModuleBasic interface link to v0.53.0-rc.4.
The code reference now correctly points to the new version.


76-76: Approve updated HasName interface link to v0.53.0-rc.4.
The HasName snippet URL has been bumped to the RC4 release.


142-142: Approve updated AppModule legacy interface link to v0.53.0-rc.4.
The legacy module.AppModule reference now targets the correct version.


150-150: Approve updated HasInvariants interface link to v0.53.0-rc.4.
The invariants registration snippet points to the updated SDK.


168-168: Approve updated HasServices interface link to v0.53.0-rc.4.
The service registration reference URL is now correct.


178-178: Approve updated HasConsensusVersion link to v0.53.0-rc.4.
The consensus version method example now references RC4.


192-192: Approve updated HasBeginBlocker interface link to v0.53.0-rc.4.
The BeginBlocker snippet URL is correctly updated.


202-202: Approve updated HasEndBlocker interface link to v0.53.0-rc.4.
The EndBlocker code reference now matches the new release.


212-212: Approve updated HasABCIEndBlock link to v0.53.0-rc.4.
The ABCI end block interface example URL is updated.


222-222: Approve updated HasPrecommit interface link to v0.53.0-rc.4.
The precommit interface reference now points to RC4.


232-232: Approve updated HasPrepareCheckState link to v0.53.0-rc.4.
The prepare-check-state interface snippet URL has been updated.


268-268: Approve updated BasicManager implementation link to v0.53.0-rc.4.
The basic manager example now references the new version.


288-288: Approve updated Manager implementation link to v0.53.0-rc.4.
The manager code reference is correctly bumped.


317-317: Approve updated simapp integration link to v0.53.0-rc.4.
The simapp/app.go example now points to RC4.


323-323: Approve updated runtime module link (part 1) to v0.53.0-rc.4.
The runtime module example is updated to the correct version.


327-327: Approve updated runtime module link (part 2) to v0.53.0-rc.4.
The second runtime example URL is now correct.

Copy link
Contributor

@technicallyty technicallyty left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

some of these line-specific links are now shifted and point to the wrong things.

for example this line was changed:
https://github.com/cosmos/cosmos-sdk/blob/v0.50.0-alpha.0/types/module/module.go#L267-L276

to this:
https://github.com/cosmos/cosmos-sdk/blob/v0.53.0-rc.4/types/module/module.go#L267-L276

and now they highlight different types

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants