feat: ictx + transfer with limited sudo call #NTRN-85 #984
This run and associated checks have been archived and are scheduled for deletion.
Learn more about checks retention
Annotations
10 errors and 1 warning
lint:
app/simulation_test.go#L29
commentFormatting: put a space between `//` and comment text (gocritic)
|
lint:
x/interchaintxs/keeper/ibc_handlers.go#L3
File is not `gofumpt`-ed with `-extra` (gofumpt)
|
lint:
x/interchaintxs/keeper/ibc_handlers.go#L6
File is not `gofumpt`-ed with `-extra` (gofumpt)
|
lint:
x/interchaintxs/keeper/ibc_handlers.go#L45
File is not `gofumpt`-ed with `-extra` (gofumpt)
|
lint:
x/transfer/ibc_handlers_test.go#L4
File is not `gofumpt`-ed with `-extra` (gofumpt)
|
lint:
x/transfer/ibc_handlers_test.go#L6
File is not `gofumpt`-ed with `-extra` (gofumpt)
|
lint:
wasmbinding/message_plugin.go#L355
SA1019: softwareUpgrade.SoftwareUpgradeProposal is deprecated: Do not use. (staticcheck)
|
lint:
wasmbinding/message_plugin.go#L371
SA1019: softwareUpgrade.CancelSoftwareUpgradeProposal is deprecated: Do not use. (staticcheck)
|
lint:
wasmbinding/message_plugin.go#L412
SA1019: wasmtypes.PinCodesProposal is deprecated: Do not use. Since wasmd v0.40, there is no longer a need for an explicit PinCodesProposal. To pin a set of code ids in the wasmvm cache, a simple MsgPinCodes can be invoked from the x/gov module via a v1 governance proposal. (staticcheck)
|
lint:
wasmbinding/message_plugin.go#L424
SA1019: wasmtypes.UnpinCodesProposal is deprecated: Do not use. Since wasmd v0.40, there is no longer a need for an explicit UnpinCodesProposal. To unpin a set of code ids in the wasmvm cache, a simple MsgUnpinCodes can be invoked from the x/gov module via a v1 governance proposal. (staticcheck)
|
lint:
x/transfer/types/tx.go#L29
context-as-argument: context.Context should be the first parameter of a function (revive)
|