catchpoints: more support for EnableOnlineAccountCatchpoints #13880
Annotations
10 errors and 1 warning
Run golangci-lint with reviewdog:
cmd/catchpointdump/file.go#L597
not enough arguments in call to sqlitedriver.MakeOnlineAccountsIter
|
Run golangci-lint with reviewdog:
cmd/catchpointdump/file.go#L630
not enough arguments in call to sqlitedriver.MakeOnlineRoundParamsIter
|
Run golangci-lint with reviewdog:
ledger/catchpointfilewriter_test.go#L152
not enough arguments in call to makeCatchpointFileWriter
|
Run golangci-lint with reviewdog:
ledger/catchpointfilewriter_test.go#L267
not enough arguments in call to makeCatchpointFileWriter
|
Run golangci-lint with reviewdog:
ledger/catchpointfilewriter_test.go#L310
not enough arguments in call to makeCatchpointFileWriter
|
Run golangci-lint with reviewdog:
ledger/catchpointfilewriter_test.go#L443
not enough arguments in call to makeCatchpointFileWriter
|
Run golangci-lint with reviewdog:
ledger/catchpointfilewriter_test.go#L549
not enough arguments in call to makeCatchpointFileWriter
|
Run golangci-lint with reviewdog:
cmd/catchpointdump/file.go#L597
[Lint Warnings] reported by reviewdog 🐶
not enough arguments in call to sqlitedriver.MakeOnlineAccountsIter
Raw Output:
cmd/catchpointdump/file.go:597:61: not enough arguments in call to sqlitedriver.MakeOnlineAccountsIter
have (context.Context, *sql.Tx, bool)
want (context.Context, db.Queryable, bool, basics.Round)
|
Run golangci-lint with reviewdog:
cmd/catchpointdump/file.go#L630
[Lint Warnings] reported by reviewdog 🐶
not enough arguments in call to sqlitedriver.MakeOnlineRoundParamsIter
Raw Output:
cmd/catchpointdump/file.go:630:64: not enough arguments in call to sqlitedriver.MakeOnlineRoundParamsIter
have (context.Context, *sql.Tx, bool)
want (context.Context, db.Queryable, bool, basics.Round) (typecheck)
// Copyright (C) 2019-2024 Algorand, Inc.
|
Run golangci-lint with reviewdog:
ledger/catchpointfilewriter_test.go#L152
[Lint Warnings] reported by reviewdog 🐶
not enough arguments in call to makeCatchpointFileWriter
Raw Output:
ledger/catchpointfilewriter_test.go:152:92: not enough arguments in call to makeCatchpointFileWriter
have (context.Context, "github.com/algorand/go-algorand/config".ConsensusParams, string, trackerdb.TransactionScope, number)
want (context.Context, "github.com/algorand/go-algorand/config".ConsensusParams, string, trackerdb.SnapshotScope, int, basics.Round)
|
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Loading