Skip to content

Commit

Permalink
Enhanced coded registry
Browse files Browse the repository at this point in the history
  • Loading branch information
Eengineer1 committed Oct 14, 2024
1 parent 939a273 commit f07496b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/upgrade/integration/v3/cli/helpers.go
Original file line number Diff line number Diff line change
Expand Up @@ -216,6 +216,7 @@ func MakeCodecWithExtendedRegistry() codec.Codec {
interfaceRegistry.RegisterImplementations(
(*sdk.Msg)(nil),
&upgradetypes.MsgSoftwareUpgrade{},
&upgradetypes.SoftwareUpgradeProposal{},

Check failure on line 219 in tests/upgrade/integration/v3/cli/helpers.go

View workflow job for this annotation

GitHub Actions / Lint / Golang

SA1019: upgradetypes.SoftwareUpgradeProposal is deprecated: Do not use. (staticcheck)
&govtypesv1.MsgExecLegacyContent{},
&didv2.MsgBurn{},
&didv2.MsgMint{},
Expand Down

0 comments on commit f07496b

Please sign in to comment.