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 Msg types and cli command for transferring Delegation and UnbondingDelegation at Cosmos level #4315

Open
JimLarson opened this issue Jan 17, 2022 · 0 comments
Assignees
Labels
agoric-cosmos enhancement New feature or request

Comments

@JimLarson
Copy link
Contributor

What is the Problem Being Solved?

PR #155 adds the ability to transfer bonded and unbonding tokens, but does not surface it as an accessible Msg, nor is there a CLI for issuing such a Msg. @zmanian has suggested that this feature be surfaced.

Description of the Design

Simply define a new RPC with appropriate request message, and update the CLI to issue it. The request should be signed by the sender. Should implicitly do a reward withdrawal before transfer.

Security Considerations

Since we're not changing the character of the delegation or unbonding data structures, merely changing the owner, this seems like an allowable change.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
agoric-cosmos enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants