-
Notifications
You must be signed in to change notification settings - Fork 34
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
Changes from 2 commits
Commits
Show all changes
39 commits
Select commit
Hold shift + click to select a range
dae7d6c
fix: clang-19 warns
xDimon 316335a
format: remove semicolon
xDimon 9d7229c
format: adjust by clang-format-16
xDimon 8ceb1e9
refactor: warpsync to router
xDimon efbfd4d
refactor: keep discovered address longer
xDimon 94c6a94
refactor: use only peer_id in protocols
xDimon 0f035a7
refactor: separate RequestResponseProtocol to interface and implement…
xDimon e6e0963
refactor: separate some protocols' classes to interface and implement…
xDimon 518d22f
feature: protocols' mocks
xDimon cb41745
feature: convenient router mock
xDimon 62c37aa
update: erasure coding with systematic chunks reconstruction support
xDimon b9157cb
feature: systematic chunks recovery
xDimon 0aec64e
retrieve core index
iceseer c2bb7da
feature: obtaining backing_group for recovery in disputes
xDimon f0f1829
feature: recovery test
xDimon 3f2cd3c
fix: review issues
xDimon c272d60
fix: self-review issues
xDimon 3980710
fix: self-review issues
xDimon 168bbb1
fix: self-review issues
xDimon 6e125b3
fix: CI issues
xDimon a0ebf9e
Fix recovery test
igor-egorov 66b7d86
fix: clang-tidy issues
xDimon fcaf88a
fix: clang-tidy issues
xDimon 04de4fd
fix: remove deprecated clang-tidy rule
xDimon 3214e0c
fix: clang-tidy issues
xDimon 9ad1219
feature: logs for recovery strategies
xDimon 6a34cb2
feature: logs for recovery strategies
xDimon 1dcc81d
hotfixe: clang-tidy
xDimon c6ca980
fix: clang-tidy issues
xDimon 91a7e1e
update clang version in dockerfile
qdrvm-ci 1b89aa3
ci - change container for clang tidy step
qdrvm-ci 92c45e0
test new tidy workflow
qdrvm-ci 7797060
llvm 19
qdrvm-ci 458241d
Merge branch 'master' into feature/systematic_chunks_recovery
xDimon bcbe209
refactor: add some nolint suppression
xDimon d1fb9db
fix: clang-tidy issues
xDimon eb4c800
fix: clang-tidy issues
xDimon 1295582
Merge branch 'master' into feature/systematic_chunks_recovery
xDimon ee502a3
ClangTidy - new build workflow updated
qdrvm-ci File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
do { ... } while (false)
was used for correct semicolon after statement.https://gcc.gnu.org/onlinedocs/cpp/Swallowing-the-Semicolon.html
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Temporary-lambda call does the same, but pass clang-tidy rule
cppcoreguidelines-avoid-do-while