Conversation
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (1)
🚧 Files skipped from review as they are similar to previous changes (1)
WalkthroughIBC CLI commands (core and transfer) are registered into the existing root command by adding an Changes
Sequence Diagram(s)sequenceDiagram
participant DevCLI as Dev CLI (root cmd)
participant AddIBCCmds as addIBCCommands
participant IBCCore as IBC Core CLI
participant IBCTransfer as IBC Transfer CLI
DevCLI->>AddIBCCmds: initialize root command
AddIBCCmds->>IBCCore: attach core TX commands to "tx"
AddIBCCmds->>IBCCore: attach core query commands to "query"/"q"
AddIBCCmds->>IBCTransfer: attach transfer TX commands to "tx"
AddIBCCmds->>IBCTransfer: attach transfer query commands to "query"/"q"
AddIBCCmds->>DevCLI: return updated command tree
Estimated code review effort🎯 2 (Simple) | ⏱️ ~12 minutes Poem
🚥 Pre-merge checks | ✅ 2 | ❌ 1❌ Failed checks (1 warning)
✅ Passed checks (2 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches
🧪 Generate unit tests (beta)
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. Comment |
e06fb17 to
ff9fe75
Compare
ff9fe75 to
4c2f339
Compare
|
closing as we will add to cli pkg |
Add back IBC commands to CLI