services/horizon/internal/db2/history: Implement account loader and future account ids #4321
Annotations
9 errors and 1 warning
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)
|
services/horizon/internal/ingest/processor_runner.go#L148
too many arguments in call to processors.NewLedgerProcessor
|
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)
|
services/horizon/internal/ingest/processor_runner.go#L149
too many arguments in call to processors.NewOperationProcessor
|
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)
|
services/horizon/internal/ingest/processor_runner.go#L152
too many arguments in call to processors.NewTransactionProcessor
|
services/horizon/internal/ingest/processor_runner.go#L171
too many arguments in call to processors.NewTransactionFilteredTmpProcessor
|
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)
|
|
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/
|
The logs for this run have expired and are no longer available.
Loading