-
Notifications
You must be signed in to change notification settings - Fork 657
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(statemachine)!: Add allow all client wildcard to AllowedClients param #5429
Merged
damiannolan
merged 34 commits into
cosmos:main
from
decentrio:add_wildcard_allow_all_client
Jan 15, 2024
Merged
Changes from 20 commits
Commits
Show all changes
34 commits
Select commit
Hold shift + click to select a range
26d5bfb
add wildcard allow all client
sontrinh16 58a5d82
minor
sontrinh16 67836b7
fix lint
sontrinh16 9a94db1
minor and doc update
sontrinh16 ff770e3
Merge branch 'main' into add_wildcard_allow_all_client
GNaD13 feaf533
Merge branch 'main' into add_wildcard_allow_all_client
lichdu29 d087f50
Merge branch 'main' into add_wildcard_allow_all_client
sontrinh16 fb1920e
Merge branch 'main' into add_wildcard_allow_all_client
crodriguezvega 90a252e
review comments
crodriguezvega 2600e80
Merge branch 'main' into add_wildcard_allow_all_client
sontrinh16 d832839
Merge branch 'main' into add_wildcard_allow_all_client
crodriguezvega af912b6
if allow all clients is present, no other client types should be in t…
crodriguezvega d224be2
clean up code to allow wasm client type
crodriguezvega d98ed8b
remove unused variable
crodriguezvega 482ca8e
Fix build failures, tweak err message.
DimitrisJim 67d6ccd
Merge branch 'main' into add_wildcard_allow_all_client
DimitrisJim 861c9b6
Merge branch 'main' into add_wildcard_allow_all_client
crodriguezvega 8be427e
Merge branch 'main' into add_wildcard_allow_all_client
crodriguezvega 9625eb5
Merge branch 'main' into add_wildcard_allow_all_client
crodriguezvega e736817
modify allow clients list in genesis with feature releases
crodriguezvega a1c0868
Merge branch 'main' into add_wildcard_allow_all_client
damiannolan a4728cd
Merge branch 'main' into add_wildcard_allow_all_client
hoangdv2429 da722e9
Merge branch 'main' into add_wildcard_allow_all_client
sontrinh16 079ef2b
Merge branch 'main' into add_wildcard_allow_all_client
DimitrisJim 8d83328
Merge branch 'main' into add_wildcard_allow_all_client
damiannolan a9ddbf1
chore: adding v8.1 to minor versions in e2e feat releases struct
damiannolan 955111c
Merge branch 'main' into add_wildcard_allow_all_client
DimitrisJim 1c4cb91
Merge branch 'main' into add_wildcard_allow_all_client
sontrinh16 0563919
Merge branch 'main' into add_wildcard_allow_all_client
charleenfei 89ce4a6
Merge branch 'main' into add_wildcard_allow_all_client
sontrinh16 7796dcf
update docs
crodriguezvega 71323d4
chore: doc lint fixes
DimitrisJim a03702e
Merge branch 'main' into add_wildcard_allow_all_client
damiannolan 93f07ea
Merge branch 'main' into add_wildcard_allow_all_client
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
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
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.
Couldn't we add this feature in v8.1?
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 think we could!
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 left
v9
as the major version and addedv8.1
in the minor versions.Also added the backport label
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.
Let me update the docs before merging, because we probably have a few places where we should now mention that you don't need to update the allowed clients if you add a new client.