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

feat: save restored snapshot locally #16060

Merged
merged 17 commits into from
May 23, 2023
Merged

Commits on May 9, 2023

  1. feat: support saving restoring snapshot locally

    use cases:
    - help to serve the chunks to other nodes on p2p network.
    - do local restoration later without re-downloading the snapshot.
    - copy the downloaded snapshot to other places for local restoration.
    yihuang committed May 9, 2023
    Configuration menu
    Copy the full SHA
    c7c9a0d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6e91c78 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e1c44dd View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3ea6c6f View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    4c2f1cb View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    55d27c6 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    09b493d View commit details
    Browse the repository at this point in the history
  8. fix lint

    yihuang committed May 9, 2023
    Configuration menu
    Copy the full SHA
    4a7b089 View commit details
    Browse the repository at this point in the history

Commits on May 12, 2023

  1. Update store/CHANGELOG.md

    Co-authored-by: Aleksandr Bezobchuk <alexanderbez@users.noreply.github.com>
    yihuang and alexanderbez committed May 12, 2023
    Configuration menu
    Copy the full SHA
    f10c7b6 View commit details
    Browse the repository at this point in the history
  2. add assert in unit test

    yihuang committed May 12, 2023
    Configuration menu
    Copy the full SHA
    106c137 View commit details
    Browse the repository at this point in the history

Commits on May 15, 2023

  1. Configuration menu
    Copy the full SHA
    4d04d28 View commit details
    Browse the repository at this point in the history
  2. fix build error

    yihuang committed May 15, 2023
    Configuration menu
    Copy the full SHA
    cda3f5e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    29d0fc0 View commit details
    Browse the repository at this point in the history
  4. fix build

    yihuang committed May 15, 2023
    Configuration menu
    Copy the full SHA
    fb143fa View commit details
    Browse the repository at this point in the history

Commits on May 17, 2023

  1. Configuration menu
    Copy the full SHA
    d165560 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    866a356 View commit details
    Browse the repository at this point in the history

Commits on May 19, 2023

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