Deploy subnet #14
Annotations
5 errors and 3 warnings
golangci-lint:
subnet/deploy_subnet.go#L9
File is not `gofumpt`-ed (gofumpt)
|
golangci-lint:
subnet/deploy_subnet.go#L21
func `createSubnetTx` is unused (unused)
|
golangci-lint:
subnet/deploy_subnet.go#L45
func `createBlockchainTx` is unused (unused)
|
golangci-lint:
subnet/deploy_subnet.go#L68
func `getMultisigTxOptions` is unused (unused)
|
golangci-lint
issues found
|
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-go@v3, actions/checkout@v3, 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:
subnet/join_subnet.go#L7
unused-parameter: parameter 'subnet' seems to be unused, consider removing or renaming it as _ (revive)
|
golangci-lint:
subnet/add_validator_subnet.go#L7
unused-parameter: parameter 'subnet' seems to be unused, consider removing or renaming it as _ (revive)
|
Loading