Enable taproot support for vault #161
Annotations
10 errors and 8 warnings
golangci-lint:
x/btcbridge/types/runes.go#L80
assignOp: replace `i = i + 4` with `i += 4` (gocritic)
|
golangci-lint:
x/btcbridge/types/merkle_proof.go#L38
File is not `gofumpt`-ed (gofumpt)
|
golangci-lint:
x/gmm/types/message_add_liquidity.go#L66
File is not `gofumpt`-ed (gofumpt)
|
golangci-lint:
x/btcbridge/client/cli/query.go#L109
File is not `gofumpt`-ed (gofumpt)
|
golangci-lint:
x/btcbridge/client/cli/tx.go#L53
File is not `gofumpt`-ed (gofumpt)
|
golangci-lint:
x/btcbridge/keeper/msg_server.go#L76
File is not `gofumpt`-ed (gofumpt)
|
golangci-lint:
x/btcbridge/keeper/msg_server.go#L105
File is not `gofumpt`-ed (gofumpt)
|
golangci-lint:
x/btcbridge/keeper/msg_server.go#L216
File is not `gofumpt`-ed (gofumpt)
|
golangci-lint:
x/btcbridge/genesis.go#L24
File is not `gofumpt`-ed (gofumpt)
|
golangci-lint
issues found
|
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/errors.go#L44
var-naming: var ErrInvalidRuneId should be ErrInvalidRuneID (revive)
|
golangci-lint:
x/btcbridge/types/bitcoin_transaction.go#L70
var-naming: func parameter runeId should be runeID (revive)
|
golangci-lint:
x/btcbridge/types/bitcoin_transaction.go#L268
var-naming: func parameter runeId should be runeID (revive)
|
golangci-lint:
x/btcbridge/types/runes.go#L123
var-naming: func parameter runeId should be runeID (revive)
|
golangci-lint:
x/btcbridge/keeper/keeper_withdraw.go#L98
var-naming: var runeId should be runeID (revive)
|
golangci-lint:
x/btcbridge/keeper/utxo.go#L27
var-naming: interface method parameter runeId should be runeID (revive)
|
golangci-lint:
x/btcbridge/keeper/utxo.go#L144
var-naming: method parameter runeId should be runeID (revive)
|