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

feat: add grants by grantee authz query #10944

Merged
merged 24 commits into from Feb 10, 2022
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
Show all changes
24 commits
Select commit Hold shift + click to select a range
b17f2a9
add grants by grantee query endpoint
cmwaters Jan 12, 2022
6e132a9
fmt
cmwaters Jan 12, 2022
77a2288
generate and comment out api module generation
tac0turtle Jan 13, 2022
b399fac
rename the query to make it non-breaking
cmwaters Feb 7, 2022
1015515
implement suggestions
cmwaters Feb 7, 2022
7fb802a
Merge branch 'master' into callum/authz-query
cmwaters Feb 7, 2022
760820f
use prefix store
cmwaters Feb 7, 2022
3e8e912
update authz query proto
cmwaters Feb 7, 2022
f5843a0
Revert "update authz query proto"
cmwaters Feb 7, 2022
5e60bbe
add changelog
cmwaters Feb 7, 2022
6d9e785
Merge branch 'master' into callum/authz-query
cmwaters Feb 7, 2022
7b50ad4
update http query paths and fix test
cmwaters Feb 7, 2022
06c52e3
Merge branch 'callum/authz-query' of github.com:cosmos/cosmos-sdk int…
cmwaters Feb 7, 2022
335f6c0
remove unused exports
cmwaters Feb 7, 2022
149164b
Merge branch 'master' into callum/authz-query
cmwaters Feb 7, 2022
449e254
update tests
cmwaters Feb 8, 2022
53e80c4
fix authz test
cmwaters Feb 10, 2022
4acbbe7
Merge branch 'callum/authz-query' of github.com:cosmos/cosmos-sdk int…
cmwaters Feb 10, 2022
9cc9770
Merge branch 'master' into callum/authz-query
cmwaters Feb 10, 2022
5e99404
Merge branch 'master' into callum/authz-query
cmwaters Feb 10, 2022
7e31383
Merge branch 'master' into callum/authz-query
cmwaters Feb 10, 2022
20630bc
Update CHANGELOG.md
cmwaters Feb 10, 2022
9f972fc
Merge branch 'master' into callum/authz-query
cmwaters Feb 10, 2022
dffba47
Merge branch 'master' into callum/authz-query
cmwaters Feb 10, 2022
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion scripts/protocgen.sh
Expand Up @@ -35,4 +35,4 @@ rm -rf github.com

go mod tidy

./scripts/protocgen2.sh
# ./scripts/protocgen2.sh
cmwaters marked this conversation as resolved.
Show resolved Hide resolved
4 changes: 2 additions & 2 deletions x/authz/query.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.