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: allow authz granters to specify forwarding info for token transfer #6661

Merged
merged 25 commits into from
Jun 21, 2024
Merged
Show file tree
Hide file tree
Changes from 21 commits
Commits
Show all changes
25 commits
Select commit Hold shift + click to select a range
54740da
First attempt to modify proto and validation.
bznein Jun 14, 2024
6275a3c
Fmt
bznein Jun 17, 2024
83bf4b1
Make it compile
bznein Jun 17, 2024
8342e91
Proto
bznein Jun 17, 2024
2285d75
Add basic validation
bznein Jun 18, 2024
72d79cd
Added tests
bznein Jun 18, 2024
efddbfd
Fix nil check and remove redundant code.
bznein Jun 18, 2024
bd50186
Merge branch 'feat/ics20-v2-path-forwarding' into bznein/6589/authz
bznein Jun 18, 2024
335fac0
Merge branch 'feat/ics20-v2-path-forwarding' into bznein/6589/authz
bznein Jun 19, 2024
96768a9
Move "forwarding" to non-pointer
bznein Jun 19, 2024
1bc4cb6
Added one test case.
bznein Jun 19, 2024
0f3ce9a
Moved error and changed method name.
bznein Jun 19, 2024
ba1d836
PR Feedback.
bznein Jun 20, 2024
4973f23
Merge branch 'feat/ics20-v2-path-forwarding' into bznein/6589/authz
bznein Jun 20, 2024
ba42dfa
Add nullable=false
bznein Jun 20, 2024
70967e8
Merge branch 'feat/ics20-v2-path-forwarding' into bznein/6589/authz
bznein Jun 20, 2024
3d83199
Added test and fixed test names
bznein Jun 20, 2024
6a5a3cc
Run make proto-all
bznein Jun 20, 2024
f043da1
Change pointer to non-pointer
bznein Jun 20, 2024
65eac1c
Change Yet Another Pointer
bznein Jun 20, 2024
d2ab7e0
More pointers
bznein Jun 20, 2024
7f48966
Comments and naming
bznein Jun 21, 2024
42e596e
Merge branch 'feat/ics20-v2-path-forwarding' into bznein/6589/authz
bznein Jun 21, 2024
ebac607
Reintroduce brace removed while merging
bznein Jun 21, 2024
5c4dece
Remove accidentally reintroduced tests
bznein Jun 21, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
309 changes: 279 additions & 30 deletions modules/apps/transfer/types/authz.pb.go

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

Loading
Loading