feat: wire module-by-hash debug command#4453
Conversation
📝 WalkthroughWalkthroughThis pull request introduces modifications to the command initialization in the application's main command file. The Changes
Sequence Diagram(s)sequenceDiagram
participant U as User
participant RC as RootCommand
participant DC as DebugCmd
participant MHQ as ModuleHashQuery
U->>RC: Execute debug command
RC->>DC: Process debug command
DC->>MHQ: Execute ModuleHashByHeightQuery(NewAppServer)
MHQ-->>DC: Return query result
DC-->>RC: Forward result
RC-->>U: Display output
Possibly related PRs
Suggested reviewers
Warning There were issues while running some tools. Please review the errors and either fix the tool's configuration or disable the tool if it's a critical failure. 🔧 golangci-lint (1.64.8)Error: you are using a configuration file for golangci-lint v2 with golangci-lint v1: please use golangci-lint v2 📜 Recent review detailsConfiguration used: .coderabbit.yaml ⛔ Files ignored due to path filters (1)
📒 Files selected for processing (1)
🚧 Files skipped from review as they are similar to previous changes (1)
⏰ Context from checks skipped due to timeout of 90000ms (9)
🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
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)
Other keywords and placeholders
Documentation and Community
|
That PR merged. Do you need us to create a celestiaorg/cosmos-sdk release so that this PR can bump to it? |
Co-authored-by: Rootul P <rootulp@gmail.com>
Pending celestiaorg/cosmos-sdk#433 --------- Co-authored-by: Rootul P <rootulp@gmail.com> (cherry picked from commit 13db506)
Pending https://github.com/celestiaorg/cosmos-sdk/pull/433<hr>This is an automatic backport of pull request #4453 done by [Mergify](https://mergify.com). Co-authored-by: julienrbrt <julien@rbrt.fr>
Pending celestiaorg/cosmos-sdk#433