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(x/intent): v0.2 migration broke ActionsByAddress query #116

Merged
merged 1 commit into from
Mar 22, 2024

Conversation

Pitasi
Copy link
Contributor

@Pitasi Pitasi commented Mar 22, 2024

The Action created in v0.1 references messages such as warden.warden.MsgFoo that no longer exist. For that, when calling IntentForAction(...) passing a v0.1 Action, an error is returned.

I changed the query ActionsByAddress to ignore actions whose intent can no longer be accessed, instead of returning an error.

@Pitasi Pitasi merged commit cc2bb99 into main Mar 22, 2024
8 checks passed
@Pitasi Pitasi deleted the fix-action-migration-v0.2 branch March 22, 2024 09:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant