-
Notifications
You must be signed in to change notification settings - Fork 606
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
Authz #2206
Merged
Merged
Authz #2206
Changes from 23 commits
Commits
Show all changes
28 commits
Select commit
Hold shift + click to select a range
6672f36
registerCodec for authz
vuong177 de7ef7a
gamm msg: test authz grant revoke exec
vuong177 b694cf8
gamm msg: test authz grant revoke exec
vuong177 415cb39
test authz for incentives module
vuong177 f73dd97
test authz for superfluid module
vuong177 00ea208
test authz for tokenfactory module
vuong177 89a04f9
gamm test clean
vuong177 791b5b5
incentives test clean
vuong177 a00b4c5
superfluid test clean
vuong177 0f33897
tokenfactory test clean
vuong177 6506326
tokenfactory
vuong177 f433f3b
lockup test
vuong177 2760edf
refactor test for more maintainable
vuong177 f086c52
Update msgs_test.go
vuong177 2a47d22
refactor authz test in gamm module
vuong177 eec4579
Merge branch 'main' into authz
vuong177 ccada40
minor lint
vuong177 a221d02
incentives
vuong177 dd2d1f6
lockup
vuong177 17391d6
minor
vuong177 11344a6
superfluid
vuong177 1ad2e65
token factory
vuong177 f9f5fbd
add changelog
vuong177 f3cebe9
Update x/gamm/types/msgs_test.go
vuong177 f047f32
minor
vuong177 187b95f
fumpt
vuong177 73de3b6
handler err when create msgAny
vuong177 5e13222
Merge branch 'main' into authz
vuong177 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
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.
Let's handle the error please