Skip to content

merge will's experiment with the modern indexer #1784

merge will's experiment with the modern indexer

merge will's experiment with the modern indexer #1784

Triggered via pull request August 22, 2023 02:57
Status Failure
Total duration 2m 10s
Artifacts

reviewdog.yml

on: pull_request
reviewdog-errors
2m 0s
reviewdog-errors
reviewdog-warnings
57s
reviewdog-warnings
Fit to window
Zoom out
Zoom in

Annotations

10 errors
reviewdog-errors: idb/postgres/internal/writer/write_txn.go#L352
exported: exported type IndexAndIntra should have comment or be unexported (revive)
reviewdog-errors: idb/postgres/internal/writer/write_txn.go#L365
exported: comment on exported function CutBatches should be of the form "CutBatches ..." (revive)
reviewdog-errors: idb/postgres/internal/writer/write_txn.go#L65
[Lint Errors] reported by reviewdog 🐶 File is not `gci`-ed with --skip-generated -s standard -s default -s prefix(github.com/algorand) -s prefix(github.com/algorand/go-algorand) (gci) Raw Output: idb/postgres/internal/writer/write_txn.go:65: File is not `gci`-ed with --skip-generated -s standard -s default -s prefix(github.com/algorand) -s prefix(github.com/algorand/go-algorand) (gci)
reviewdog-errors: idb/postgres/internal/writer/write_txn.go#L366
[Lint Errors] reported by reviewdog 🐶 File is not `gci`-ed with --skip-generated -s standard -s default -s prefix(github.com/algorand) -s prefix(github.com/algorand/go-algorand) (gci) Raw Output: idb/postgres/internal/writer/write_txn.go:366: File is not `gci`-ed with --skip-generated -s standard -s default -s prefix(github.com/algorand) -s prefix(github.com/algorand/go-algorand) (gci) // TODO: should we respect transaction group boundaries? func CutBatches(payset []types.SignedTxnInBlock, batchMinSize uint) []IndexAndIntra {
reviewdog-errors: idb/postgres/internal/writer/write_txn.go#L371
[Lint Errors] reported by reviewdog 🐶 File is not `gci`-ed with --skip-generated -s standard -s default -s prefix(github.com/algorand) -s prefix(github.com/algorand/go-algorand) (gci) Raw Output: idb/postgres/internal/writer/write_txn.go:371: File is not `gci`-ed with --skip-generated -s standard -s default -s prefix(github.com/algorand) -s prefix(github.com/algorand/go-algorand) (gci) for leftIntra := intra; index < len(payset); index++{
reviewdog-errors: idb/postgres/internal/writer/write_txn.go#L374
[Lint Errors] reported by reviewdog 🐶 File is not `gci`-ed with --skip-generated -s standard -s default -s prefix(github.com/algorand) -s prefix(github.com/algorand/go-algorand) (gci) Raw Output: idb/postgres/internal/writer/write_txn.go:374: File is not `gci`-ed with --skip-generated -s standard -s default -s prefix(github.com/algorand) -s prefix(github.com/algorand/go-algorand) (gci) if intra - leftIntra >= batchMinSize {
reviewdog-errors: idb/postgres/internal/writer/write_txn.go#L384
[Lint Errors] reported by reviewdog 🐶 File is not `gci`-ed with --skip-generated -s standard -s default -s prefix(github.com/algorand) -s prefix(github.com/algorand/go-algorand) (gci) Raw Output: idb/postgres/internal/writer/write_txn.go:384: File is not `gci`-ed with --skip-generated -s standard -s default -s prefix(github.com/algorand) -s prefix(github.com/algorand/go-algorand) (gci) }
reviewdog-errors: idb/postgres/internal/writer/write_txn_participation.go#L165
[Lint Errors] reported by reviewdog 🐶 File is not `gci`-ed with --skip-generated -s standard -s default -s prefix(github.com/algorand) -s prefix(github.com/algorand/go-algorand) (gci) Raw Output: idb/postgres/internal/writer/write_txn_participation.go:165: File is not `gci`-ed with --skip-generated -s standard -s default -s prefix(github.com/algorand) -s prefix(github.com/algorand/go-algorand) (gci) }
reviewdog-errors: idb/postgres/postgres.go#L258
[Lint Errors] reported by reviewdog 🐶 File is not `gci`-ed with --skip-generated -s standard -s default -s prefix(github.com/algorand) -s prefix(github.com/algorand/go-algorand) (gci) Raw Output: idb/postgres/postgres.go:258: File is not `gci`-ed with --skip-generated -s standard -s default -s prefix(github.com/algorand) -s prefix(github.com/algorand/go-algorand) (gci)
reviewdog-errors: idb/postgres/postgres.go#L355
[Lint Errors] reported by reviewdog 🐶 File is not `gci`-ed with --skip-generated -s standard -s default -s prefix(github.com/algorand) -s prefix(github.com/algorand/go-algorand) (gci) Raw Output: idb/postgres/postgres.go:355: File is not `gci`-ed with --skip-generated -s standard -s default -s prefix(github.com/algorand) -s prefix(github.com/algorand/go-algorand) (gci) if useExperimentalTxnInsertion || useExperimentalWithIntraBugfix{