Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

services/horizon/ingest: Use buffered storage backend for reingest command #5374

Merged
merged 27 commits into from
Jul 18, 2024

Commits on Jul 3, 2024

  1. Configuration menu
    Copy the full SHA
    ff28599 View commit details
    Browse the repository at this point in the history

Commits on Jul 5, 2024

  1. Configuration menu
    Copy the full SHA
    54dfcc3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5a020f3 View commit details
    Browse the repository at this point in the history
  3. services/horizon: Reingest from precomputed TxMeta (#5375)

    * services/horizon: Reingest from precomputed TxMeta
    
    * udpate config
    
    * Fix govet error
    urvisavla committed Jul 5, 2024
    1 Configuration menu
    Copy the full SHA
    5d8d64b View commit details
    Browse the repository at this point in the history

Commits on Jul 9, 2024

  1. Configuration menu
    Copy the full SHA
    b37be69 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2053cdf View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7a267a6 View commit details
    Browse the repository at this point in the history
  4. services/horizon: Skip captive-core configuration when reingesting fr…

    …om datastore (#5380)
    
    * services/horizon: Reingest from precomputed TxMeta
    
    * Global network config for reingestion
    
    * Remove AlwaysIngest option since Ingest is now true by default
    urvisavla committed Jul 9, 2024
    Configuration menu
    Copy the full SHA
    a873570 View commit details
    Browse the repository at this point in the history

Commits on Jul 10, 2024

  1. Configuration menu
    Copy the full SHA
    4491049 View commit details
    Browse the repository at this point in the history

Commits on Jul 11, 2024

  1. services/horizon: Add unit test for new --ledgerbackend flag (#5382)

    * services/horizon: Reingest from precomputed TxMeta
    
    * Global network config for reingestion
    
    * Add unit test for new --ledgerbackend flag
    
    * Fix unit test
    
    * Add unittest for network flags validation
    urvisavla committed Jul 11, 2024
    Configuration menu
    Copy the full SHA
    7234d6e View commit details
    Browse the repository at this point in the history

Commits on Jul 12, 2024

  1. Configuration menu
    Copy the full SHA
    7dc9ffb View commit details
    Browse the repository at this point in the history

Commits on Jul 15, 2024

  1. Configuration menu
    Copy the full SHA
    01fbf9c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    efc8da9 View commit details
    Browse the repository at this point in the history

Commits on Jul 16, 2024

  1. Configuration menu
    Copy the full SHA
    96284d0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8d543ba View commit details
    Browse the repository at this point in the history
  3. #4911: use fakestoreage initial objects instead of seed path for fake…

    … bucket files, review feedback
    sreuland committed Jul 16, 2024
    Configuration menu
    Copy the full SHA
    d8110f9 View commit details
    Browse the repository at this point in the history
  4. #4911: fix go mod tidy

    sreuland committed Jul 16, 2024
    Configuration menu
    Copy the full SHA
    bf28af6 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    7f1fe64 View commit details
    Browse the repository at this point in the history
  6. Fix static check errors

    urvisavla committed Jul 16, 2024
    Configuration menu
    Copy the full SHA
    0f77ac6 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    8c1adae View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    e8261f8 View commit details
    Browse the repository at this point in the history

Commits on Jul 17, 2024

  1. #4911: removed NewSystem unit test and related factory creation metho…

    …ds for DataStore, BufferedStorageBackend, review feedback
    sreuland committed Jul 17, 2024
    Configuration menu
    Copy the full SHA
    08f3ab2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5793896 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    026d41e View commit details
    Browse the repository at this point in the history

Commits on Jul 18, 2024

  1. #4911: fix integeation test StartHorizon usage when intentional cmd e…

    …xec error, make sure close db conn regardless during test shutdown
    sreuland committed Jul 18, 2024
    Configuration menu
    Copy the full SHA
    1642a1a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    38f2b6d View commit details
    Browse the repository at this point in the history
  3. #4911: revert some of prior change, need to keep the time.sleep on so…

    …me parameters_test cases due to ingest bug stated in comments
    sreuland committed Jul 18, 2024
    Configuration menu
    Copy the full SHA
    dee1424 View commit details
    Browse the repository at this point in the history