Staking renaming #3289
Labels
C:x/staking
good first issue
T: API Breaking
Breaking changes that impact APIs and the SDK only (not state machine).
in the interest of changing APIs prelaunch (sooner than later) as I've been reviewing staking there are a few renames which I think we ought to update:
MsgBeginUnbonding
->MsgUndelegate
Delegation
->Amount
(these are type sdk.Coins) inMsgCreateValidator
andMsgDelegate
Delegation
is an ambiguous field name because of theDelegation
type inx/stake/types/delegation.go
Validator.UnbondingMinTime
->Validator.UnbondingCompletionTime
stay consistent with unbonding delegation object/thinkingCC @cwgoes @jackzampolin @faboweb
The text was updated successfully, but these errors were encountered: