Skip to content

Ping/feat/update fee rate #133

Ping/feat/update fee rate

Ping/feat/update fee rate #133

Triggered via pull request June 21, 2024 13:25
Status Failure
Total duration 2m 44s
Artifacts

lint.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 2 warnings
golangci-lint: x/btcbridge/client/cli/query.go#L1
: # github.com/sideprotocol/side/x/btcbridge/client/cli
golangci-lint: x/btcbridge/client/cli/tx.go#L141
cannot use feeRate (variable of type int64) as string value in argument to types.NewMsgWithdrawBitcoinRequest (typecheck)
golangci-lint: x/btcbridge/module.go#L20
could not import github.com/sideprotocol/side/x/btcbridge/client/cli (-: # github.com/sideprotocol/side/x/btcbridge/client/cli
golangci-lint: x/btcbridge/client/cli/tx.go#L141
cannot use feeRate (variable of type int64) as string value in argument to types.NewMsgWithdrawBitcoinRequest) (typecheck)
golangci-lint: app/export.go#L40
app.StakingKeeper undefined (type *App has no field or method StakingKeeper) (typecheck)
golangci-lint: app/app.go#L353
app.UpgradeKeeper undefined (type *App has no field or method UpgradeKeeper) (typecheck)
golangci-lint: app/app.go#L189
app.InitSpecialKeepers undefined (type *App has no field or method InitSpecialKeepers) (typecheck)
golangci-lint: app/app.go#L199
app.InitNormalKeepers undefined (type *App has no field or method InitNormalKeepers) (typecheck)
golangci-lint: app/app.go#L211
app.SetupHooks undefined (type *App has no field or method SetupHooks) (typecheck)
golangci-lint: app/app.go#L283
app.CrisisKeeper undefined (type *App has no field or method CrisisKeeper) (typecheck)
golangci-lint
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-go@v4, technote-space/get-diff-action@v6, golangci/golangci-lint-action@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
golangci-lint: x/btcbridge/types/bitcoin_transaction.go#L134
indent-error-flow: if block ends with a return statement, so drop this else and outdent its block (revive)