-
Notifications
You must be signed in to change notification settings - Fork 640
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
feat: allow module safe queries in ICA (backport #5785) #6065
Merged
crodriguezvega
merged 14 commits into
release/v8.3.x
from
mergify/bp/release/v8.2.x/pr-5785
Apr 11, 2024
+1,225
−45
Merged
Changes from all commits
Commits
Show all changes
14 commits
Select commit
Hold shift + click to select a range
75a0dbd
feat: allow module safe queries in ICA (#5785)
srdtrk 271202f
fix conflicts + add GetSigners to message
crodriguezvega add262f
delete e2e and 08-wasm folders
crodriguezvega 4e9427e
add tests for message functions
crodriguezvega e72b46f
use boolean for expected test result
crodriguezvega 6a0aa73
revert API breaking change in ica host NewKeeper
crodriguezvega 5599bb5
lint
crodriguezvega 6d7afd0
Merge branch 'release/v8.3.x' into mergify/bp/release/v8.2.x/pr-5785
crodriguezvega a778f80
Merge branch 'release/v8.3.x' into mergify/bp/release/v8.2.x/pr-5785
crodriguezvega a2c0456
Merge branch 'release/v8.3.x' into mergify/bp/release/v8.2.x/pr-5785
damiannolan b725666
Merge branch 'release/v8.3.x' into mergify/bp/release/v8.2.x/pr-5785
crodriguezvega c70c9c6
panic if query router is nil
crodriguezvega 44e7c4e
Merge branch 'release/v8.3.x' into mergify/bp/release/v8.2.x/pr-5785
crodriguezvega 4e0c331
Merge branch 'release/v8.3.x' into mergify/bp/release/v8.2.x/pr-5785
crodriguezvega File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
147 changes: 147 additions & 0 deletions
147
modules/apps/27-interchain-accounts/host/keeper/msg_server_test.go
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ACK this change looks good to me! As long as we put something into the release notes which document that users should use
app.HostKeeper.WithQueryRouter
in app.go, otherwise nodes won't start!