-
Notifications
You must be signed in to change notification settings - Fork 672
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
No concrete type registered for account against interface *types.GenesisAccount #673
Comments
Hello! Thanks for trying out interchain accounts! Can you point me to your app.go file? Are you using the same binary between exports? Which chain is causing this error? The chain which you control the interchain account from or the chain which is hosting the interchain account? |
Hey @colin-axner, I think I have a fix for this. I am just trying to reproduce locally at the moment also. |
I cannot point you to the app.go as it is not open source at the moment. But yes I am using the same binary between exports as far as I know. Possibly re-built by Starport in the background but code unchanged.
I believe the one that is hosting the interchain account but I will confirm. Even though the issue was closed I wish to try to reproduce the error. Will post an update as soon as I do so |
Hi @migueldingli1997, a fix has been merged to main today, however, this is not yet included in a release. It will likely be included in a @colin-axner do you think pointing go.mod to |
For the interchain accounts demo repo? I think the latest changes should work fine 👍 |
Bumps [github.com/cosmos/iavl](https://github.com/cosmos/iavl) from 0.17.1 to 0.17.2. - [Release notes](https://github.com/cosmos/iavl/releases) - [Changelog](https://github.com/cosmos/iavl/blob/master/CHANGELOG.md) - [Commits](cosmos/iavl@v0.17.1...v0.17.2) --- updated-dependencies: - dependency-name: github.com/cosmos/iavl dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Summary of Bug
I'm using Starport with an interchain accounts-enabled chain and ran into an error when Starport tried to run my chain from a genesis export. Running the chain via a good 'ol
binaryd start
exposed the following error:Not sure if it means I missed some registration step or the ICA module is missing this registration step?
Here's the full stack trace
Version
v3.0.0-alpha1
Steps to Reproduce
For Admin Use
The text was updated successfully, but these errors were encountered: