We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
sdk.Msg
Implement the sdk.Msg interface for the 04-channel upgrade handshake messages. Add the sdk.Msg methods to the 04-channel msgs.go file.
04-channel
MsgChannelUpgradeInit
ValidateBasic
GetSigners
MsgChannelUpgradeTry
MsgChannelUpgradeAck
MsgChannelUpgradeConfirm
The text was updated successfully, but these errors were encountered:
Msg
Preferably split the work into 4 PRs, one per message type. Please comment which message type you are working on before picking up the work! :)
Sorry, something went wrong.
I will pick up MsgChannelUpgradeConfirm
chatton
charleenfei
No branches or pull requests
Summary
Implement the
sdk.Msg
interface for the04-channel
upgrade handshake messages.Add the
sdk.Msg
methods to the04-channel
msgs.go file.MsgChannelUpgradeInit
(@charleenfei)ValidateBasic
GetSigners
MsgChannelUpgradeTry
(@charleenfei)ValidateBasic
GetSigners
MsgChannelUpgradeAck
(@charleenfei)ValidateBasic
GetSigners
MsgChannelUpgradeConfirm
(@chatton)ValidateBasic
GetSigners
For Admin Use
The text was updated successfully, but these errors were encountered: