Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
hwray committed Nov 15, 2024
1 parent 9fb48dc commit 8161136
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
3 changes: 2 additions & 1 deletion protocol/app/msgs/unsupported_msgs.go
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,8 @@ var (
"/ibc.applications.interchain_accounts.controller.v1.MsgUpdateParamsResponse": nil,

// WIP
"/dydxprotocol.listing.MsgUpgradeIsolatedPerpetualToCross": &listingtypes.MsgUpgradeIsolatedPerpetualToCross{},
"/dydxprotocol.listing.MsgUpgradeIsolatedPerpetualToCross": &listingtypes.
MsgUpgradeIsolatedPerpetualToCross{},
"/dydxprotocol.listing.MsgUpgradeIsolatedPerpetualToCrossResponse": nil,

// vault
Expand Down
4 changes: 4 additions & 0 deletions protocol/app/msgs/unsupported_msgs_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,10 @@ func TestUnsupportedMsgSamples_Key(t *testing.T) {
"/dydxprotocol.vault.MsgSetVaultQuotingParams",
"/dydxprotocol.vault.MsgUpdateParams",

// WIP
"/dydxprotocol.listing.MsgUpgradeIsolatedPerpetualToCross",
"/dydxprotocol.listing.MsgUpgradeIsolatedPerpetualToCrossResponse",

// ICA Controller messages
"/ibc.applications.interchain_accounts.controller.v1.MsgRegisterInterchainAccount",
"/ibc.applications.interchain_accounts.controller.v1.MsgRegisterInterchainAccountResponse",
Expand Down

0 comments on commit 8161136

Please sign in to comment.