Skip to content

Implement RegisterSubnetValidatorTx #14302

Implement RegisterSubnetValidatorTx

Implement RegisterSubnetValidatorTx #14302

Triggered via pull request August 15, 2024 14:27
Status Success
Total duration 3m 42s
Artifacts

codeql-analysis.yml

on: pull_request
Matrix: Analyze
Fit to window
Zoom out
Zoom in

Annotations

10 errors
Analyze (go)
cannot use (*complexityVisitor)(nil) (value of type *complexityVisitor) as txs.Visitor value in variable declaration: *complexityVisitor does not implement txs.Visitor (missing method RegisterSubnetValidatorTx)
Analyze (go)
cannot use (*staticVisitor)(nil) (value of type *staticVisitor) as txs.Visitor value in variable declaration: *staticVisitor does not implement txs.Visitor (missing method RegisterSubnetValidatorTx)
Analyze (go)
cannot use &c (value of type *complexityVisitor) as txs.Visitor value in argument to tx.Visit: *complexityVisitor does not implement txs.Visitor (missing method RegisterSubnetValidatorTx)
Analyze (go)
cannot use &v (value of type *staticVisitor) as txs.Visitor value in argument to tx.Visit: *staticVisitor does not implement txs.Visitor (missing method RegisterSubnetValidatorTx)
Analyze (go)
cannot use (*AtomicTxExecutor)(nil) (value of type *AtomicTxExecutor) as "github.com/ava-labs/avalanchego/vms/platformvm/txs".Visitor value in variable declaration: *AtomicTxExecutor does not implement "github.com/ava-labs/avalanchego/vms/platformvm/txs".Visitor (missing method RegisterSubnetValidatorTx)
Analyze (go)
cannot use (*ProposalTxExecutor)(nil) (value of type *ProposalTxExecutor) as "github.com/ava-labs/avalanchego/vms/platformvm/txs".Visitor value in variable declaration: *ProposalTxExecutor does not implement "github.com/ava-labs/avalanchego/vms/platformvm/txs".Visitor (missing method RegisterSubnetValidatorTx)
Analyze (go)
cannot use (*StandardTxExecutor)(nil) (value of type *StandardTxExecutor) as "github.com/ava-labs/avalanchego/vms/platformvm/txs".Visitor value in variable declaration: *StandardTxExecutor does not implement "github.com/ava-labs/avalanchego/vms/platformvm/txs".Visitor (missing method RegisterSubnetValidatorTx)
Analyze (go)
cannot use &executor (value of type *StandardTxExecutor) as "github.com/ava-labs/avalanchego/vms/platformvm/txs".Visitor value in argument to tx.Visit: *StandardTxExecutor does not implement "github.com/ava-labs/avalanchego/vms/platformvm/txs".Visitor (missing method RegisterSubnetValidatorTx)
Analyze (go)
cannot use &executor.StandardTxExecutor{…} (value of type *"github.com/ava-labs/avalanchego/vms/platformvm/txs/executor".StandardTxExecutor) as "github.com/ava-labs/avalanchego/vms/platformvm/txs".Visitor value in argument to tx.Unsigned.Visit: *"github.com/ava-labs/avalanchego/vms/platformvm/txs/executor".StandardTxExecutor does not implement "github.com/ava-labs/avalanchego/vms/platformvm/txs".Visitor (missing method RegisterSubnetValidatorTx)
Analyze (go)
cannot use &atomicExecutor (value of type *"github.com/ava-labs/avalanchego/vms/platformvm/txs/executor".AtomicTxExecutor) as "github.com/ava-labs/avalanchego/vms/platformvm/txs".Visitor value in argument to b.Tx.Unsigned.Visit: *"github.com/ava-labs/avalanchego/vms/platformvm/txs/executor".AtomicTxExecutor does not implement "github.com/ava-labs/avalanchego/vms/platformvm/txs".Visitor (missing method RegisterSubnetValidatorTx)