Skip to content

[db] fix Size() and refactor counting index interface #4509

[db] fix Size() and refactor counting index interface

[db] fix Size() and refactor counting index interface #4509

Triggered via pull request November 15, 2024 00:59
Status Failure
Total duration 1m 50s
Artifacts

ci.yaml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 1 warning
ci flow: blockindex/indexer.go#L106
x.tbk.Add undefined (type db.CountingIndex has no field or method Add)
ci flow: blockindex/indexer.go#L317
x.tbk.UseBatch undefined (type db.CountingIndex has no field or method UseBatch)
ci flow: blockindex/indexer.go#L320
x.tbk.Add undefined (type db.CountingIndex has no field or method Add)
ci flow: blockindex/indexer.go#L325
x.tac.UseBatch undefined (type db.CountingIndex has no field or method UseBatch)
ci flow: blockindex/indexer.go#L340
x.tac.Add undefined (type db.CountingIndex has no field or method Add)
ci flow: blockindex/indexer.go#L355
v.Finalize undefined (type db.CountingIndex has no field or method Finalize)
ci flow: blockindex/indexer.go#L365
x.tbk.Finalize undefined (type db.CountingIndex has no field or method Finalize)
ci flow: blockindex/indexer.go#L368
x.tac.Finalize undefined (type db.CountingIndex has no field or method Finalize)
ci flow: blockindex/indexer.go#L393
indexer.UseBatch undefined (type db.CountingIndex has no field or method UseBatch)
ci flow: blockindex/indexer.go#L410
sender.Add undefined (type db.CountingIndex has no field or method Add)
ci flow
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, 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/