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.
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(ica/host)!: migrate ICA host params to be self managed #3520
feat(ica/host)!: migrate ICA host params to be self managed #3520
Changes from 68 commits
4ac0e7b
3e8354b
c17fdf2
dc97796
2140a3e
c9cd005
98f213c
9c53d61
b02d03b
6269d16
b9f0817
f5c9fea
d9a12a8
3c97fba
a5f4b75
09da84f
926ffdd
b8db88a
9c26d08
b6bf06c
e982710
26a44df
d51de4c
f712f93
b67a173
904cd3f
525d431
6ff8f38
1ffbda6
6667d99
f30f703
6fbd88c
3d75714
de7739e
9041fa4
f09f56c
0b59b8e
20d3800
9019c73
47e72c1
0413697
ac4566a
5b18258
50f2b67
8a3f9f2
ddf60d4
c0ce6a3
588fcbe
a87581b
7ab5513
d4b7010
c51e2c6
5a75a43
3d3d8aa
289855d
df22e88
708d5c8
72bd14d
2b0aaae
d804902
ba74181
c806a23
c0f74e0
e19914f
212945a
27c9029
a0884ca
0bc9281
ce98d84
e84d975
32ebf33
db33a85
61fee14
2eb440c
8586e2e
File filter
Filter by extension
Conversations
Jump to
There are no files selected for viewing
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.
I believe this construction was only used for the controller submodule to avoid name collision of the
SendTx
andRegisterInterchainAccount
functions (one function signature is legacy/deprecated now)Maybe we should just use the keeper directly?
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.
I'm kind of indifferent on this - using the unexported
msgServer
type does reduce the surface area for issues of other random modules doing something they shouldn't be 🤷