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

Feature: systematic chunks recovery #2177

Merged
merged 39 commits into from
Aug 22, 2024
Merged

Commits on Aug 16, 2024

  1. fix: clang-19 warns

    Signed-off-by: Dmitriy Khaustov aka xDimon <[email protected]>
    xDimon committed Aug 16, 2024
    Configuration menu
    Copy the full SHA
    dae7d6c View commit details
    Browse the repository at this point in the history
  2. format: remove semicolon

    Signed-off-by: Dmitriy Khaustov aka xDimon <[email protected]>
    xDimon committed Aug 16, 2024
    Configuration menu
    Copy the full SHA
    316335a View commit details
    Browse the repository at this point in the history
  3. format: adjust by clang-format-16

    Signed-off-by: Dmitriy Khaustov aka xDimon <[email protected]>
    xDimon committed Aug 16, 2024
    Configuration menu
    Copy the full SHA
    9d7229c View commit details
    Browse the repository at this point in the history
  4. refactor: warpsync to router

    Signed-off-by: Dmitriy Khaustov aka xDimon <[email protected]>
    xDimon committed Aug 16, 2024
    Configuration menu
    Copy the full SHA
    8ceb1e9 View commit details
    Browse the repository at this point in the history
  5. refactor: keep discovered address longer

    Signed-off-by: Dmitriy Khaustov aka xDimon <[email protected]>
    xDimon committed Aug 16, 2024
    Configuration menu
    Copy the full SHA
    efbfd4d View commit details
    Browse the repository at this point in the history
  6. refactor: use only peer_id in protocols

    Signed-off-by: Dmitriy Khaustov aka xDimon <[email protected]>
    xDimon committed Aug 16, 2024
    Configuration menu
    Copy the full SHA
    94c6a94 View commit details
    Browse the repository at this point in the history
  7. refactor: separate RequestResponseProtocol to interface and implement…

    …ation
    
    Signed-off-by: Dmitriy Khaustov aka xDimon <[email protected]>
    xDimon committed Aug 16, 2024
    Configuration menu
    Copy the full SHA
    0f035a7 View commit details
    Browse the repository at this point in the history
  8. refactor: separate some protocols' classes to interface and implement…

    …ation
    
    Signed-off-by: Dmitriy Khaustov aka xDimon <[email protected]>
    xDimon committed Aug 16, 2024
    Configuration menu
    Copy the full SHA
    e6e0963 View commit details
    Browse the repository at this point in the history
  9. feature: protocols' mocks

    Signed-off-by: Dmitriy Khaustov aka xDimon <[email protected]>
    xDimon committed Aug 16, 2024
    Configuration menu
    Copy the full SHA
    518d22f View commit details
    Browse the repository at this point in the history
  10. feature: convenient router mock

    Signed-off-by: Dmitriy Khaustov aka xDimon <[email protected]>
    xDimon committed Aug 16, 2024
    Configuration menu
    Copy the full SHA
    cb41745 View commit details
    Browse the repository at this point in the history
  11. update: erasure coding with systematic chunks reconstruction support

    Signed-off-by: Dmitriy Khaustov aka xDimon <[email protected]>
    xDimon committed Aug 16, 2024
    Configuration menu
    Copy the full SHA
    62c37aa View commit details
    Browse the repository at this point in the history
  12. feature: systematic chunks recovery

    Signed-off-by: Dmitriy Khaustov aka xDimon <[email protected]>
    xDimon committed Aug 16, 2024
    Configuration menu
    Copy the full SHA
    b9157cb View commit details
    Browse the repository at this point in the history
  13. retrieve core index

    Signed-off-by: iceseer <[email protected]>
    iceseer authored and xDimon committed Aug 16, 2024
    Configuration menu
    Copy the full SHA
    0aec64e View commit details
    Browse the repository at this point in the history
  14. feature: obtaining backing_group for recovery in disputes

    Signed-off-by: Dmitriy Khaustov aka xDimon <[email protected]>
    xDimon committed Aug 16, 2024
    Configuration menu
    Copy the full SHA
    c2bb7da View commit details
    Browse the repository at this point in the history
  15. feature: recovery test

    Signed-off-by: Dmitriy Khaustov aka xDimon <[email protected]>
    xDimon committed Aug 16, 2024
    Configuration menu
    Copy the full SHA
    f0f1829 View commit details
    Browse the repository at this point in the history
  16. fix: review issues

    Signed-off-by: Dmitriy Khaustov aka xDimon <[email protected]>
    xDimon committed Aug 16, 2024
    Configuration menu
    Copy the full SHA
    3f2cd3c View commit details
    Browse the repository at this point in the history
  17. fix: self-review issues

    Signed-off-by: Dmitriy Khaustov aka xDimon <[email protected]>
    xDimon committed Aug 16, 2024
    Configuration menu
    Copy the full SHA
    c272d60 View commit details
    Browse the repository at this point in the history
  18. fix: self-review issues

    Signed-off-by: Dmitriy Khaustov aka xDimon <[email protected]>
    xDimon committed Aug 16, 2024
    Configuration menu
    Copy the full SHA
    3980710 View commit details
    Browse the repository at this point in the history
  19. fix: self-review issues

    Signed-off-by: Dmitriy Khaustov aka xDimon <[email protected]>
    xDimon committed Aug 16, 2024
    Configuration menu
    Copy the full SHA
    168bbb1 View commit details
    Browse the repository at this point in the history
  20. fix: CI issues

    Signed-off-by: Dmitriy Khaustov aka xDimon <[email protected]>
    xDimon committed Aug 16, 2024
    Configuration menu
    Copy the full SHA
    6e125b3 View commit details
    Browse the repository at this point in the history
  21. Fix recovery test

    Signed-off-by: Igor Egorov <[email protected]>
    igor-egorov committed Aug 16, 2024
    Configuration menu
    Copy the full SHA
    a0ebf9e View commit details
    Browse the repository at this point in the history

Commits on Aug 19, 2024

  1. fix: clang-tidy issues

    Signed-off-by: Dmitriy Khaustov aka xDimon <[email protected]>
    xDimon committed Aug 19, 2024
    Configuration menu
    Copy the full SHA
    66b7d86 View commit details
    Browse the repository at this point in the history
  2. fix: clang-tidy issues

    Signed-off-by: Dmitriy Khaustov aka xDimon <[email protected]>
    xDimon committed Aug 19, 2024
    Configuration menu
    Copy the full SHA
    fcaf88a View commit details
    Browse the repository at this point in the history
  3. fix: remove deprecated clang-tidy rule

    Signed-off-by: Dmitriy Khaustov aka xDimon <[email protected]>
    xDimon committed Aug 19, 2024
    Configuration menu
    Copy the full SHA
    04de4fd View commit details
    Browse the repository at this point in the history
  4. fix: clang-tidy issues

    Signed-off-by: Dmitriy Khaustov aka xDimon <[email protected]>
    xDimon committed Aug 19, 2024
    Configuration menu
    Copy the full SHA
    3214e0c View commit details
    Browse the repository at this point in the history
  5. feature: logs for recovery strategies

    Signed-off-by: Dmitriy Khaustov aka xDimon <[email protected]>
    xDimon committed Aug 19, 2024
    Configuration menu
    Copy the full SHA
    9ad1219 View commit details
    Browse the repository at this point in the history
  6. feature: logs for recovery strategies

    Signed-off-by: Dmitriy Khaustov aka xDimon <[email protected]>
    xDimon committed Aug 19, 2024
    Configuration menu
    Copy the full SHA
    6a34cb2 View commit details
    Browse the repository at this point in the history

Commits on Aug 20, 2024

  1. hotfixe: clang-tidy

    Signed-off-by: Dmitriy Khaustov aka xDimon <[email protected]>
    xDimon committed Aug 20, 2024
    Configuration menu
    Copy the full SHA
    1dcc81d View commit details
    Browse the repository at this point in the history
  2. fix: clang-tidy issues

    Signed-off-by: Dmitriy Khaustov aka xDimon <[email protected]>
    xDimon committed Aug 20, 2024
    Configuration menu
    Copy the full SHA
    c6ca980 View commit details
    Browse the repository at this point in the history

Commits on Aug 21, 2024

  1. Configuration menu
    Copy the full SHA
    91a7e1e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1b89aa3 View commit details
    Browse the repository at this point in the history
  3. test new tidy workflow

    qdrvm-ci committed Aug 21, 2024
    Configuration menu
    Copy the full SHA
    92c45e0 View commit details
    Browse the repository at this point in the history
  4. llvm 19

    qdrvm-ci committed Aug 21, 2024
    Configuration menu
    Copy the full SHA
    7797060 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    458241d View commit details
    Browse the repository at this point in the history
  6. refactor: add some nolint suppression

    Signed-off-by: Dmitriy Khaustov aka xDimon <[email protected]>
    xDimon committed Aug 21, 2024
    Configuration menu
    Copy the full SHA
    bcbe209 View commit details
    Browse the repository at this point in the history
  7. fix: clang-tidy issues

    Signed-off-by: Dmitriy Khaustov aka xDimon <[email protected]>
    xDimon committed Aug 21, 2024
    Configuration menu
    Copy the full SHA
    d1fb9db View commit details
    Browse the repository at this point in the history

Commits on Aug 22, 2024

  1. fix: clang-tidy issues

    Signed-off-by: Dmitriy Khaustov aka xDimon <[email protected]>
    xDimon committed Aug 22, 2024
    Configuration menu
    Copy the full SHA
    eb4c800 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1295582 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ee502a3 View commit details
    Browse the repository at this point in the history