osmosis icon indicating copy to clipboard operation
osmosis copied to clipboard

[ValSet]: Implement proper undelegate method

Open czarcas7ic opened this issue 2 years ago • 0 comments

Background

https://github.com/osmosis-labs/osmosis/pull/6685 implements a method that takes into consideration the user's current delegations to their validator set.

We should continue the implementation of the original undelegate method to stick to the validator set, regaurdless of the composition of the user's current delegations. This involves making steps 5-7 reachable, and thoroughly testing this.

Additionally, the CLI and message server methods should be re-enabled once this method is working as intended.

Suggested Design

TBD

Acceptance Criteria

TBD

czarcas7ic avatar Oct 12 '23 20:10 czarcas7ic