You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 1, 2025. It is now read-only.
* Adding the condition which avoids negative coin error.
* Adding condition to return error when undelegation tokens are more than delegated tokens.
* Adding big test cases for delegate and undelegate validator-amount generation.
* Using sdk errors to report insufficient funds to undelegate.
* Changing the way of sorting WeightedAddressAmounts.
// FetchValidatorsToDelegate gives a list of all validators having weighted amount for few and 1uatom for rest in order to auto claim all rewards accumulated in current epoch
// FetchValidatorsToUndelegate gives a list of all validators having weighted amount for few and 1uatom for rest in order to auto claim all rewards accumulated in current epoch
0 commit comments