Skip to content

Commit

Permalink
Merge branch 'reingest_precomputed' into 4911/reingest_txmeta
Browse files Browse the repository at this point in the history
  • Loading branch information
urvisavla authored Jul 5, 2024
2 parents 0c18339 + 5a020f3 commit 60e03b9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions services/horizon/internal/ingest/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,7 @@ func (s LedgerBackendType) String() string {
}

type Config struct {
LedgerMetaBackendType LedgerMetaBackendType

Check failure on line 104 in services/horizon/internal/ingest/main.go

View workflow job for this annotation

GitHub Actions / build (ubuntu-22.04, 1.22)

undefined: LedgerMetaBackendType

Check failure on line 104 in services/horizon/internal/ingest/main.go

View workflow job for this annotation

GitHub Actions / build (ubuntu-22.04, 1.21)

undefined: LedgerMetaBackendType

Check failure on line 104 in services/horizon/internal/ingest/main.go

View workflow job for this annotation

GitHub Actions / check (ubuntu-22.04, 1.22.1)

undefined: LedgerMetaBackendType

Check failure on line 104 in services/horizon/internal/ingest/main.go

View workflow job for this annotation

GitHub Actions / check (ubuntu-22.04, 1.22.1)

undefined: LedgerMetaBackendType

Check failure on line 104 in services/horizon/internal/ingest/main.go

View workflow job for this annotation

GitHub Actions / Integration tests (ubuntu-22.04, 1.22, 16, 21)

undefined: LedgerMetaBackendType

Check failure on line 104 in services/horizon/internal/ingest/main.go

View workflow job for this annotation

GitHub Actions / Integration tests (ubuntu-20.04, 1.22, 12, 21)

undefined: LedgerMetaBackendType

Check failure on line 104 in services/horizon/internal/ingest/main.go

View workflow job for this annotation

GitHub Actions / Integration tests (ubuntu-22.04, 1.22, 12, 21)

undefined: LedgerMetaBackendType

Check failure on line 104 in services/horizon/internal/ingest/main.go

View workflow job for this annotation

GitHub Actions / Integration tests (ubuntu-20.04, 1.22, 16, 21)

undefined: LedgerMetaBackendType

Check failure on line 104 in services/horizon/internal/ingest/main.go

View workflow job for this annotation

GitHub Actions / Integration tests (ubuntu-22.04, 1.21, 12, 21)

undefined: LedgerMetaBackendType

Check failure on line 104 in services/horizon/internal/ingest/main.go

View workflow job for this annotation

GitHub Actions / Integration tests (ubuntu-20.04, 1.21, 12, 21)

undefined: LedgerMetaBackendType

Check failure on line 104 in services/horizon/internal/ingest/main.go

View workflow job for this annotation

GitHub Actions / Integration tests (ubuntu-22.04, 1.21, 16, 21)

undefined: LedgerMetaBackendType

Check failure on line 104 in services/horizon/internal/ingest/main.go

View workflow job for this annotation

GitHub Actions / test (ubuntu-22.04, 1.21, 12)

undefined: LedgerMetaBackendType

Check failure on line 104 in services/horizon/internal/ingest/main.go

View workflow job for this annotation

GitHub Actions / test (ubuntu-22.04, 1.21, 12)

undefined: LedgerMetaBackendType

Check failure on line 104 in services/horizon/internal/ingest/main.go

View workflow job for this annotation

GitHub Actions / test (ubuntu-22.04, 1.22, 16)

undefined: LedgerMetaBackendType

Check failure on line 104 in services/horizon/internal/ingest/main.go

View workflow job for this annotation

GitHub Actions / test (ubuntu-22.04, 1.22, 16)

undefined: LedgerMetaBackendType

Check failure on line 104 in services/horizon/internal/ingest/main.go

View workflow job for this annotation

GitHub Actions / test (ubuntu-22.04, 1.22, 12)

undefined: LedgerMetaBackendType

Check failure on line 104 in services/horizon/internal/ingest/main.go

View workflow job for this annotation

GitHub Actions / test (ubuntu-22.04, 1.22, 12)

undefined: LedgerMetaBackendType

Check failure on line 104 in services/horizon/internal/ingest/main.go

View workflow job for this annotation

GitHub Actions / test (ubuntu-22.04, 1.21, 16)

undefined: LedgerMetaBackendType

Check failure on line 104 in services/horizon/internal/ingest/main.go

View workflow job for this annotation

GitHub Actions / test (ubuntu-22.04, 1.21, 16)

undefined: LedgerMetaBackendType
StellarCoreURL string
CaptiveCoreBinaryPath string
CaptiveCoreStoragePath string
Expand Down Expand Up @@ -300,6 +301,7 @@ func NewSystem(config Config) (System, error) {
}
} else {
// Ingest from local captive core

logger := log.WithField("subservice", "stellar-core")
ledgerBackend, err = ledgerbackend.NewCaptive(
ledgerbackend.CaptiveCoreConfig{
Expand Down

0 comments on commit 60e03b9

Please sign in to comment.