Skip to content
This repository has been archived by the owner on Nov 6, 2020. It is now read-only.

Resumable warp-sync / Seed downloaded snapshots #8544

Merged
merged 59 commits into from
May 16, 2018
Merged

Resumable warp-sync / Seed downloaded snapshots #8544

merged 59 commits into from
May 16, 2018

Commits on Apr 23, 2018

  1. Configuration menu
    Copy the full SHA
    1f735cf View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d5bcfa5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8217b82 View commit details
    Browse the repository at this point in the history
  4. Create Chain Sync Requester

    ngotchac committed Apr 23, 2018
    Configuration menu
    Copy the full SHA
    da0eb24 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    017fd34 View commit details
    Browse the repository at this point in the history
  6. Add the Chain Sync Handler

    ngotchac committed Apr 23, 2018
    Configuration menu
    Copy the full SHA
    96b9e0d View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    5a74ba9 View commit details
    Browse the repository at this point in the history
  8. Move tests to propagator

    ngotchac committed Apr 23, 2018
    Configuration menu
    Copy the full SHA
    ef779c7 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    e240635 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    f37c0ad View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    487e51d View commit details
    Browse the repository at this point in the history
  12. Small refactor...

    ngotchac committed Apr 23, 2018
    2 Configuration menu
    Copy the full SHA
    157cf32 View commit details
    Browse the repository at this point in the history

Commits on May 2, 2018

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

Commits on May 3, 2018

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

Commits on May 4, 2018

  1. Add comments

    ngotchac committed May 4, 2018
    Configuration menu
    Copy the full SHA
    5bc5983 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2c46379 View commit details
    Browse the repository at this point in the history
  3. Fix tests

    ngotchac committed May 4, 2018
    Configuration menu
    Copy the full SHA
    87efaf5 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0d28cdd View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    2ea7e6f View commit details
    Browse the repository at this point in the history

Commits on May 7, 2018

  1. Address PR grumbles

    ngotchac committed May 7, 2018
    Configuration menu
    Copy the full SHA
    18af9cb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d81b784 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    60950b6 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    fa2b5a9 View commit details
    Browse the repository at this point in the history
  5. Address PR Grumbles

    ngotchac committed May 7, 2018
    Configuration menu
    Copy the full SHA
    4be5dd4 View commit details
    Browse the repository at this point in the history
  6. Address PR grumble

    ngotchac committed May 7, 2018
    Configuration menu
    Copy the full SHA
    f977338 View commit details
    Browse the repository at this point in the history
  7. Retry failed CI job

    ngotchac committed May 7, 2018
    Configuration menu
    Copy the full SHA
    8ad988d View commit details
    Browse the repository at this point in the history
  8. Update SnapshotService readiness check

    Fix restoration locking issue for previous chunks restoration
    ngotchac committed May 7, 2018
    Configuration menu
    Copy the full SHA
    0f1e5b4 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    20145c8 View commit details
    Browse the repository at this point in the history
  10. Fix tests

    ngotchac committed May 7, 2018
    Configuration menu
    Copy the full SHA
    14979ff View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    a6cdd99 View commit details
    Browse the repository at this point in the history
  12. Fix tests

    ngotchac committed May 7, 2018
    Configuration menu
    Copy the full SHA
    91f91a3 View commit details
    Browse the repository at this point in the history
  13. Fix test

    ngotchac committed May 7, 2018
    Configuration menu
    Copy the full SHA
    39f67cc View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    ce2bce4 View commit details
    Browse the repository at this point in the history

Commits on May 8, 2018

  1. PR Grumbles

    ngotchac committed May 8, 2018
    Configuration menu
    Copy the full SHA
    79a46f9 View commit details
    Browse the repository at this point in the history

Commits on May 9, 2018

  1. Configuration menu
    Copy the full SHA
    329a8f4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6f171b9 View commit details
    Browse the repository at this point in the history
  3. Update Gitlab CI config

    ngotchac committed May 9, 2018
    Configuration menu
    Copy the full SHA
    72302ae View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9735382 View commit details
    Browse the repository at this point in the history
  5. Move fix

    ngotchac committed May 9, 2018
    Configuration menu
    Copy the full SHA
    a83c49c View commit details
    Browse the repository at this point in the history
  6. Better fix

    ngotchac committed May 9, 2018
    Configuration menu
    Copy the full SHA
    50eadfb View commit details
    Browse the repository at this point in the history
  7. Revert GitLab CI changes

    ngotchac committed May 9, 2018
    Configuration menu
    Copy the full SHA
    f9500bc View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    67980cc View commit details
    Browse the repository at this point in the history
  9. Fix Warning

    ngotchac committed May 9, 2018
    Configuration menu
    Copy the full SHA
    ddf2f3d View commit details
    Browse the repository at this point in the history
  10. Refactor resuming snapshots

    ngotchac committed May 9, 2018
    Configuration menu
    Copy the full SHA
    75fd4b5 View commit details
    Browse the repository at this point in the history
  11. Fix string construction

    ngotchac committed May 9, 2018
    Configuration menu
    Copy the full SHA
    4fc215c View commit details
    Browse the repository at this point in the history
  12. Revert "Refactor resuming snapshots"

    This reverts commit 75fd4b5.
    ngotchac committed May 9, 2018
    Configuration menu
    Copy the full SHA
    21d1cee View commit details
    Browse the repository at this point in the history

Commits on May 11, 2018

  1. Update informant log

    ngotchac committed May 11, 2018
    Configuration menu
    Copy the full SHA
    dc5a035 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    abf1647 View commit details
    Browse the repository at this point in the history
  3. Fix string construction

    ngotchac committed May 11, 2018
    Configuration menu
    Copy the full SHA
    572fde0 View commit details
    Browse the repository at this point in the history
  4. Refactor resuming snapshots

    ngotchac committed May 11, 2018
    Configuration menu
    Copy the full SHA
    b59e743 View commit details
    Browse the repository at this point in the history
  5. Fix informant

    ngotchac committed May 11, 2018
    Configuration menu
    Copy the full SHA
    6cef217 View commit details
    Browse the repository at this point in the history
  6. PR Grumbles

    ngotchac committed May 11, 2018
    Configuration menu
    Copy the full SHA
    9757a5c View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    6b0d11f View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    721ae85 View commit details
    Browse the repository at this point in the history
  9. PR Grumbles

    ngotchac committed May 11, 2018
    Configuration menu
    Copy the full SHA
    e3947c9 View commit details
    Browse the repository at this point in the history
  10. Fix

    ngotchac committed May 11, 2018
    Configuration menu
    Copy the full SHA
    3afd81f View commit details
    Browse the repository at this point in the history
  11. Fix Warning

    ngotchac committed May 11, 2018
    Configuration menu
    Copy the full SHA
    ae3b919 View commit details
    Browse the repository at this point in the history

Commits on May 16, 2018

  1. Configuration menu
    Copy the full SHA
    259432e View commit details
    Browse the repository at this point in the history
  2. PR Grumbles

    ngotchac committed May 16, 2018
    Configuration menu
    Copy the full SHA
    3475321 View commit details
    Browse the repository at this point in the history