Skip to content

Commit

Permalink
feat: allow authz granters to specify forwarding info for token trans…
Browse files Browse the repository at this point in the history
…fer (#6661)

* First attempt to modify proto and validation.

* Fmt

* Make it compile

* Proto

* Add basic validation

* Added tests

* Fix nil check and remove redundant code.

* Move "forwarding" to non-pointer

* Added one test case.

* Moved error and changed method name.

* PR Feedback.

* Add nullable=false

* Added test and fixed test names

* Run make proto-all

* Change pointer to non-pointer

* Change Yet Another Pointer

* More pointers

* Comments and naming

* Reintroduce brace removed while merging

* Remove accidentally reintroduced tests
  • Loading branch information
bznein authored Jun 21, 2024
1 parent 87d1f91 commit ef6d22f
Show file tree
Hide file tree
Showing 4 changed files with 425 additions and 32 deletions.
310 changes: 280 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

0 comments on commit ef6d22f

Please sign in to comment.