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

Allow the output address owner to change the output address via MsgStake #1534

Merged
merged 3 commits into from Apr 6, 2023
Merged

Allow the output address owner to change the output address via MsgStake #1534

merged 3 commits into from Apr 6, 2023

Commits on Mar 31, 2023

  1. Allow output address change

    This patch allows the owner of the output address of a staked node to change
    the output address to another via MsgStake after the new feature key "OEDIT"
    is enabled.
    
    In addition to the server side change, this patch updates the behavior of
    the `pocket nodes stake non-custodial` command to get an MsgStake to be signed
    by the current output address if neither the operator nor the new output
    address is not available in the key base.
    msmania committed Mar 31, 2023
    Configuration menu
    Copy the full SHA
    f37a082 View commit details
    Browse the repository at this point in the history

Commits on Apr 6, 2023

  1. Address nit comments

    msmania committed Apr 6, 2023
    Configuration menu
    Copy the full SHA
    9d7704a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d8958a2 View commit details
    Browse the repository at this point in the history