-
Notifications
You must be signed in to change notification settings - Fork 24
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
CLI / ATA Delegation #201
base: master
Are you sure you want to change the base?
CLI / ATA Delegation #201
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #201 +/- ##
=======================================
Coverage 80.70% 80.70%
=======================================
Files 91 91
Lines 9944 9944
=======================================
Hits 8025 8025
Misses 1919 1919 ☔ View full report in Codecov by Sentry. |
Hey @murmky! Thanks for the PR! Could you kindly merge in master and then run Cheers! |
@coachchucksol should be better now |
Adds two commands to the CLI:
delegate_token_account
, which delegates a token account owned by a vault to a designated third-party keydelegated_token_transfer
, which enables the new key to withdraw the funds from the specified token account where the delegation was madeRequires #196 to be merged first (branch is rebased on
ck/more-cli
).