update slot viz struct to new design #119
Annotations
10 errors and 1 warning
golangci-lint:
backend/pkg/api/data_access/data_access.go#L1
: # github.com/gobitfly/beaconchain/pkg/api/data_access
|
golangci-lint
undefined: t.VDBSlotVizActiveDuty
|
golangci-lint
slotVizEpochs[epochIdx].Slots[slotIdx].Proposal.Status undefined (type *"github.com/gobitfly/beaconchain/pkg/api/types".VDBSlotVizTuple has no field or method Status)
|
golangci-lint
undefined: t.VDBSlotVizPassiveDuty
|
golangci-lint
slotVizEpochs[epochIdx].Slots[slotIdx].Sync.PendingCount undefined (type *"github.com/gobitfly/beaconchain/pkg/api/types".VDBSlotVizStatus["github.com/gobitfly/beaconchain/pkg/api/types".VDBSlotVizDuty] has no field or method PendingCount)
|
golangci-lint
slotVizEpochs[epochIdx].Slots[slotIdx].Sync.SuccessCount undefined (type *"github.com/gobitfly/beaconchain/pkg/api/types".VDBSlotVizStatus["github.com/gobitfly/beaconchain/pkg/api/types".VDBSlotVizDuty] has no field or method SuccessCount)
|
golangci-lint
slotVizEpochs[epochIdx].Slots[slotIdx].Sync.FailedCount undefined (type *"github.com/gobitfly/beaconchain/pkg/api/types".VDBSlotVizStatus["github.com/gobitfly/beaconchain/pkg/api/types".VDBSlotVizDuty] has no field or method FailedCount)
|
golangci-lint
first argument to append must be a slice; have slotVizEpochs[epochIdx].Slots[slotIdx].Slashing (variable of type *"github.com/gobitfly/beaconchain/pkg/api/types".VDBSlotVizStatus["github.com/gobitfly/beaconchain/pkg/api/types".VDBSlotVizSlashing])
|
golangci-lint
undefined: t.VDBSlotVizActiveDuty
|
golangci-lint
first argument to append must be a slice; have slotVizEpochs[epochIdx].Slots[slotIdx].Slashing (variable of type *"github.com/gobitfly/beaconchain/pkg/api/types".VDBSlotVizStatus["github.com/gobitfly/beaconchain/pkg/api/types".VDBSlotVizSlashing])
|
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-go@v4, 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/.
|
Loading