Implement RegisterSubnetValidatorTx
#7344
Annotations
10 errors and 2 warnings
vms/platformvm/txs/fee/complexity.go#L75
cannot use (*complexityVisitor)(nil) (value of type *complexityVisitor) as txs.Visitor value in variable declaration: *complexityVisitor does not implement txs.Visitor (missing method RegisterSubnetValidatorTx)
|
vms/platformvm/txs/fee/complexity.go#L200
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)
|
vms/platformvm/txs/fee/static_calculator.go#L13
cannot use (*staticVisitor)(nil) (value of type *staticVisitor) as txs.Visitor value in variable declaration: *staticVisitor does not implement txs.Visitor (missing method RegisterSubnetValidatorTx)
|
vms/platformvm/txs/fee/static_calculator.go#L30
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)
|
wallet/chain/p/signer/visitor.go#L25
cannot use (*visitor)(nil) (value of type *visitor) as txs.Visitor value in variable declaration: *visitor does not implement txs.Visitor (missing method RegisterSubnetValidatorTx)
|
wallet/chain/p/signer/signer.go#L48
cannot use &visitor{…} (value of type *visitor) as txs.Visitor value in argument to tx.Unsigned.Visit: *visitor does not implement txs.Visitor (missing method RegisterSubnetValidatorTx)
|
vms/platformvm/txs/fee/complexity.go#L75
cannot use (*complexityVisitor)(nil) (value of type *complexityVisitor) as txs.Visitor value in variable declaration: *complexityVisitor does not implement txs.Visitor (missing method RegisterSubnetValidatorTx)
|
vms/platformvm/txs/fee/complexity.go#L200
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)
|
vms/platformvm/txs/fee/static_calculator.go#L13
cannot use (*staticVisitor)(nil) (value of type *staticVisitor) as txs.Visitor value in variable declaration: *staticVisitor does not implement txs.Visitor (missing method RegisterSubnetValidatorTx)
|
vms/platformvm/txs/fee/static_calculator.go#L30
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)
|
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/setup-go@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
This workflow ran on a hosted runner that uses the "Base Image for Ubuntu Server 20.04". This image will be deprecated in September 2024. Please setup a new runner to use the "Ubuntu 22.04 by Arm Limited" or "Ubuntu 24.04 by Arm Limited" image. This will help reduce workflow run times as there are pre-installed tools. To view the list of installed software on new images, head to https://github.com/actions/partner-runner-images repository.
|
This job failed
Loading