test: break up blobindexer logic into smaller func and add unit tests #2911
Annotations
10 errors
lint:
backend/pkg/blobindexer/blobindexer.go#L1
: # github.com/gobitfly/beaconchain/pkg/blobindexer [github.com/gobitfly/beaconchain/pkg/blobindexer.test]
|
lint
blobIndexer.indexBlobsAtSlot undefined (type *BlobIndexer has no field or method indexBlobsAtSlot)
|
lint
blobIndexer.GetIndexerStatus undefined (type *BlobIndexer has no field or method GetIndexerStatus)
|
lint
blobIndexer.putIndexerStatus undefined (type *BlobIndexer has no field or method putIndexerStatus)
|
lint
undefined: handleGetObjectError
|
lint
assignment mismatch: 1 variable but blobIndexer.processBlobs returns 2 values
|
lint
not enough arguments in call to blobIndexer.processBlobs
|
lint
blobIndexer.checkBlobExists undefined (type *BlobIndexer has no field or method checkBlobExists)
|
lint
blobIndexer.putBlob undefined (type *BlobIndexer has no field or method putBlob) (typecheck)
|
lint
issues found
|