Skip to content
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

fix(msg): register proto interface #4945

Closed
wants to merge 1 commit into from

Conversation

emidev98
Copy link
Contributor

Description

Register the ICA msgs to the interface registry allowing any BaseAccount (externally owned account) to interact with the ICA module from offchain without the necessity to be through the CLI.

Not registering module Msgs can be an issue when using the LCD to submit signed messages due the following error:

data: {
  code: 2,
  message: 'unable to resolve type URL /ibc.applications.interchain_accounts.controller.v1.MsgRegisterInterchainAccountResponse',
  details: []
}

reproduced here terra-money/core#196

Commit Message / Changelog Entry

fix(msg): register proto interface

Credits to @javiersuweijie !

@crodriguezvega
Copy link
Contributor

Mergify will open the backport PR.

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

Successfully merging this pull request may close these issues.

2 participants