Skip to content

Commit

Permalink
Merge branch 'main' into reece/init-bups
Browse files Browse the repository at this point in the history
  • Loading branch information
Reecepbcups committed Oct 23, 2023
2 parents 7f6c941 + e54ff87 commit acbbe9b
Show file tree
Hide file tree
Showing 37 changed files with 9,712 additions and 1,385 deletions.
6 changes: 3 additions & 3 deletions ante/disable_staking.go
Original file line number Diff line number Diff line change
Expand Up @@ -41,12 +41,12 @@ func (msfd MsgStakingFilterDecorator) hasInvalidStakingMsg(msgs []sdk.Msg) (bool
return true, nil
case *stakingtypes.MsgCancelUnbondingDelegation:
return true, nil
case *stakingtypes.MsgCreateValidator: // TODO:? wrap it to our own Message to allow & mint the needed token?
case *stakingtypes.MsgCreateValidator: // We wrap this command
return true, nil
case *stakingtypes.MsgDelegate:
return true, nil
case *stakingtypes.MsgEditValidator: // TODO:?
return true, nil
// case *stakingtypes.MsgEditValidator: // TODO:? (wrap this or allow editing from main staking)
// return true, nil
case *stakingtypes.MsgUndelegate:
return true, nil
case *stakingtypes.MsgUpdateParams: // TODO: ? allow or wrap with isAdmin?
Expand Down
Loading

0 comments on commit acbbe9b

Please sign in to comment.