fix: register the group module sdk.tx interface to the cosmos InterfaceRegistry#3460
Conversation
|
Important Review skippedAuto incremental reviews are disabled on this repository. Please check the settings in the CodeRabbit UI or the You can disable this status message by setting the 📝 WalkthroughWalkthroughThis pull request updates the encoding configuration by integrating the group module from the Cosmos SDK. The change adds a new import and a call to Changes
Sequence Diagram(s)Old Universal Contract Call FlowsequenceDiagram
participant User
participant Gateway
participant SystemContract
participant UniversalContract
User->>Gateway: Initiate depositAndCall / call
Gateway->>SystemContract: Invoke onCrossChainCall
SystemContract->>UniversalContract: Process contract logic
New Universal Contract Call FlowsequenceDiagram
participant User
participant Gateway
participant UniversalContract
User->>Gateway: Initiate depositAndCall / call
Gateway->>UniversalContract: Invoke onCall
UniversalContract-->>Gateway: Return result
Possibly related PRs
Suggested labels
Suggested reviewers
Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media? 🪧 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
|
…aceRegistry` (#3460) * register group module in MakeEncodingConfig * fix comment * add changelog * add interfaces for missing modules * add interfaces for missing modules * update changelog to v27.0.1
…aceRegistry` (#3468) * fix: register the group module sdk.tx interface to the cosmos `InterfaceRegistry` (#3460) * register group module in MakeEncodingConfig * fix comment * add changelog * add interfaces for missing modules * add interfaces for missing modules * update changelog to v27.0.1 * remove duplicate crisistypes --------- Co-authored-by: Tanmay <tanmay@zetachain.com>
Description
Add the group module to the cosmos interface registry
How Has This Been Tested
Used the following query to verify
Summary by CodeRabbit