services/horizon/internal/db2/history: Implement account loader and future account ids #4321
This run and associated checks have been archived and are scheduled for deletion.
Learn more about checks retention
go.yml
on: pull_request
Matrix: build
Matrix: check
Matrix: test
complete
1s
Annotations
39 errors and 5 warnings
build (ubuntu-20.04, 1.19.6):
services/horizon/internal/ingest/processor_runner.go#L148
cannot use processors.NewLedgerProcessor(s.session, s.historyQ, ledger, CurrentVersion) (value of type *processors.LedgersProcessor) as type horizonTransactionProcessor in array or slice literal:
|
build (ubuntu-20.04, 1.19.6):
services/horizon/internal/ingest/processor_runner.go#L148
too many arguments in call to processors.NewLedgerProcessor
|
build (ubuntu-20.04, 1.19.6):
services/horizon/internal/ingest/processor_runner.go#L149
cannot use processors.NewOperationProcessor(s.session, s.historyQ, sequence) (value of type *processors.OperationProcessor) as type horizonTransactionProcessor in array or slice literal:
|
build (ubuntu-20.04, 1.19.6):
services/horizon/internal/ingest/processor_runner.go#L149
too many arguments in call to processors.NewOperationProcessor
|
build (ubuntu-20.04, 1.19.6):
services/horizon/internal/ingest/processor_runner.go#L152
cannot use processors.NewTransactionProcessor(s.session, s.historyQ, sequence) (value of type *processors.TransactionProcessor) as type horizonTransactionProcessor in array or slice literal:
|
build (ubuntu-20.04, 1.19.6):
services/horizon/internal/ingest/processor_runner.go#L152
too many arguments in call to processors.NewTransactionProcessor
|
build (ubuntu-20.04, 1.19.6):
services/horizon/internal/ingest/processor_runner.go#L171
too many arguments in call to processors.NewTransactionFilteredTmpProcessor
|
build (ubuntu-20.04, 1.19.6):
services/horizon/internal/ingest/processor_runner.go#L172
cannot use txSubProc (variable of type *processors.TransactionProcessor) as type horizonTransactionProcessor in argument to append:
|
build (ubuntu-20.04, 1.19.6)
Process completed with exit code 2.
|
build (ubuntu-20.04, 1.20.1)
The operation was canceled.
|
check (ubuntu-20.04, 1.20.1):
services/horizon/internal/ingest/processor_runner.go#L148
cannot use processors.NewLedgerProcessor(s.session, s.historyQ, ledger, CurrentVersion) (value of type *processors.LedgersProcessor) as horizonTransactionProcessor value in array or slice literal: *processors.LedgersProcessor does not implement horizonTransactionProcessor (missing method Commit)
|
check (ubuntu-20.04, 1.20.1):
services/horizon/internal/ingest/processor_runner.go#L148
too many arguments in call to processors.NewLedgerProcessor
|
check (ubuntu-20.04, 1.20.1):
services/horizon/internal/ingest/processor_runner.go#L149
cannot use processors.NewOperationProcessor(s.session, s.historyQ, sequence) (value of type *processors.OperationProcessor) as horizonTransactionProcessor value in array or slice literal: *processors.OperationProcessor does not implement horizonTransactionProcessor (missing method Commit)
|
check (ubuntu-20.04, 1.20.1):
services/horizon/internal/ingest/processor_runner.go#L149
too many arguments in call to processors.NewOperationProcessor
|
check (ubuntu-20.04, 1.20.1):
services/horizon/internal/ingest/processor_runner.go#L152
cannot use processors.NewTransactionProcessor(s.session, s.historyQ, sequence) (value of type *processors.TransactionProcessor) as horizonTransactionProcessor value in array or slice literal: *processors.TransactionProcessor does not implement horizonTransactionProcessor (missing method Commit)
|
check (ubuntu-20.04, 1.20.1):
services/horizon/internal/ingest/processor_runner.go#L152
too many arguments in call to processors.NewTransactionProcessor
|
check (ubuntu-20.04, 1.20.1):
services/horizon/internal/ingest/processor_runner.go#L171
too many arguments in call to processors.NewTransactionFilteredTmpProcessor
|
check (ubuntu-20.04, 1.20.1):
services/horizon/internal/ingest/processor_runner.go#L172
cannot use txSubProc (variable of type *processors.TransactionProcessor) as horizonTransactionProcessor value in argument to append: *processors.TransactionProcessor does not implement horizonTransactionProcessor (missing method Commit)
|
check (ubuntu-20.04, 1.20.1)
too many arguments in call to processors.NewLedgerProcessor
|
check (ubuntu-20.04, 1.20.1)
Process completed with exit code 1.
|
test (ubuntu-20.04, 1.19.6, 10):
services/horizon/internal/ingest/processor_runner.go#L148
cannot use processors.NewLedgerProcessor(s.session, s.historyQ, ledger, CurrentVersion) (value of type *processors.LedgersProcessor) as type horizonTransactionProcessor in array or slice literal:
|
test (ubuntu-20.04, 1.19.6, 10):
services/horizon/internal/ingest/processor_runner.go#L148
too many arguments in call to processors.NewLedgerProcessor
|
test (ubuntu-20.04, 1.19.6, 10):
services/horizon/internal/ingest/processor_runner.go#L149
cannot use processors.NewOperationProcessor(s.session, s.historyQ, sequence) (value of type *processors.OperationProcessor) as type horizonTransactionProcessor in array or slice literal:
|
test (ubuntu-20.04, 1.19.6, 10):
services/horizon/internal/ingest/processor_runner.go#L149
too many arguments in call to processors.NewOperationProcessor
|
test (ubuntu-20.04, 1.19.6, 10):
services/horizon/internal/ingest/processor_runner.go#L152
cannot use processors.NewTransactionProcessor(s.session, s.historyQ, sequence) (value of type *processors.TransactionProcessor) as type horizonTransactionProcessor in array or slice literal:
|
test (ubuntu-20.04, 1.19.6, 10):
services/horizon/internal/ingest/processor_runner.go#L152
too many arguments in call to processors.NewTransactionProcessor
|
test (ubuntu-20.04, 1.19.6, 10):
services/horizon/internal/ingest/processor_runner.go#L171
too many arguments in call to processors.NewTransactionFilteredTmpProcessor
|
test (ubuntu-20.04, 1.19.6, 10):
services/horizon/internal/ingest/processor_runner.go#L172
cannot use txSubProc (variable of type *processors.TransactionProcessor) as type horizonTransactionProcessor in argument to append:
|
test (ubuntu-20.04, 1.19.6, 10)
Process completed with exit code 2.
|
test (ubuntu-20.04, 1.20.1, 10):
services/horizon/internal/ingest/processor_runner.go#L148
cannot use processors.NewLedgerProcessor(s.session, s.historyQ, ledger, CurrentVersion) (value of type *processors.LedgersProcessor) as horizonTransactionProcessor value in array or slice literal: *processors.LedgersProcessor does not implement horizonTransactionProcessor (missing method Commit)
|
test (ubuntu-20.04, 1.20.1, 10):
services/horizon/internal/ingest/processor_runner.go#L148
too many arguments in call to processors.NewLedgerProcessor
|
test (ubuntu-20.04, 1.20.1, 10):
services/horizon/internal/ingest/processor_runner.go#L149
cannot use processors.NewOperationProcessor(s.session, s.historyQ, sequence) (value of type *processors.OperationProcessor) as horizonTransactionProcessor value in array or slice literal: *processors.OperationProcessor does not implement horizonTransactionProcessor (missing method Commit)
|
test (ubuntu-20.04, 1.20.1, 10):
services/horizon/internal/ingest/processor_runner.go#L149
too many arguments in call to processors.NewOperationProcessor
|
test (ubuntu-20.04, 1.20.1, 10):
services/horizon/internal/ingest/processor_runner.go#L152
cannot use processors.NewTransactionProcessor(s.session, s.historyQ, sequence) (value of type *processors.TransactionProcessor) as horizonTransactionProcessor value in array or slice literal: *processors.TransactionProcessor does not implement horizonTransactionProcessor (missing method Commit)
|
test (ubuntu-20.04, 1.20.1, 10):
services/horizon/internal/ingest/processor_runner.go#L152
too many arguments in call to processors.NewTransactionProcessor
|
test (ubuntu-20.04, 1.20.1, 10):
services/horizon/internal/ingest/processor_runner.go#L171
too many arguments in call to processors.NewTransactionFilteredTmpProcessor
|
test (ubuntu-20.04, 1.20.1, 10):
services/horizon/internal/ingest/processor_runner.go#L172
cannot use txSubProc (variable of type *processors.TransactionProcessor) as horizonTransactionProcessor value in argument to append: *processors.TransactionProcessor does not implement horizonTransactionProcessor (missing method Commit)
|
test (ubuntu-20.04, 1.20.1, 10)
The operation was canceled.
|
complete
Process completed with exit code 1.
|
build (ubuntu-20.04, 1.19.6)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/setup-go@v2, actions/cache@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
build (ubuntu-20.04, 1.20.1)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/setup-go@v2, actions/cache@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
check (ubuntu-20.04, 1.20.1)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/setup-go@v2, actions/cache@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
test (ubuntu-20.04, 1.19.6, 10)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/setup-go@v2, actions/cache@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
test (ubuntu-20.04, 1.20.1, 10)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/setup-go@v2, actions/cache@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|