Skip to content

Add tax2gas module and move all handle fees logic to tax2gas module #1114

Add tax2gas module and move all handle fees logic to tax2gas module

Add tax2gas module and move all handle fees logic to tax2gas module #1114

Triggered via pull request July 16, 2024 05:30
Status Failure
Total duration 43s
Artifacts

lint.yml

on: pull_request
golangci-lint
35s
golangci-lint
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 2 warnings
golangci-lint: custom/wasm/keeper/handler_plugin.go#L1
: # github.com/classic-terra/core/v3/custom/wasm/keeper
golangci-lint: custom/wasm/keeper/handler_plugin.go#L86
undefined: wasmtypes.TxOrigin (typecheck)
golangci-lint: app/keepers/keepers.go#L60
could not import github.com/classic-terra/core/v3/custom/wasm/keeper (-: # github.com/classic-terra/core/v3/custom/wasm/keeper
golangci-lint: custom/wasm/keeper/handler_plugin.go#L86
undefined: wasmtypes.TxOrigin) (typecheck)
golangci-lint: app/export.go#L40
app.StakingKeeper undefined (type *TerraApp has no field or method StakingKeeper) (typecheck)
golangci-lint: app/app.go#L309
app.UpgradeKeeper undefined (type *TerraApp has no field or method UpgradeKeeper) (typecheck)
golangci-lint: app/app.go#L395
app.TreasuryKeeper undefined (type *TerraApp has no field or method TreasuryKeeper) (typecheck)
golangci-lint: app/app.go#L187
app.CrisisKeeper undefined (type *TerraApp has no field or method CrisisKeeper) (typecheck)
golangci-lint: app/app.go#L202
app.GetKVStoreKey undefined (type *TerraApp has no field or method GetKVStoreKey) (typecheck)
golangci-lint: app/app.go#L203
app.GetTransientStoreKey undefined (type *TerraApp has no field or method GetTransientStoreKey) (typecheck)
golangci-lint
Restore cache failed: Dependencies file is not found in /home/runner/work/core/core. Supported file pattern: go.sum
golangci-lint: x/tax2gas/ante/ante.go#L180
indent-error-flow: if block ends with a return statement, so drop this else and outdent its block (revive)