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.
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: extends error handling to detect byzantine data and unordered shares in tree construction #242
feat: extends error handling to detect byzantine data and unordered shares in tree construction #242
Changes from 41 commits
72b640b
d5bc116
48296aa
0e8ca50
cc82d3f
6b77271
9271b33
9ed797d
ec15029
6caeb28
45d651a
e7380b0
12a449c
5c0cbbd
72c5510
113f1c3
b75d1f2
a523a65
5cf9a86
9546941
ace3ea5
c0f00d8
291cae6
8ac7b14
44ff983
ab4b0b4
7d464eb
d3101f5
d4a564b
145ec9f
90e2060
0df133a
9848458
4b3a719
5619a74
97af7e2
2146d0e
c2a2d4b
c4b41e9
976934a
a525e49
2dcfb41
7e4b44e
1a4e055
a364d79
799ee73
1e7b68f
File filter
Filter by extension
Conversations
Jump to
There are no files selected for viewing
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.
[nit] it wasn't immediately obvious what
Ind
meant but it appears short for index. This suggestion can't be applied directly b/c it implies renaming the variable in this scopeThere 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.
Can you please expand on this second part of your comment? Nevertheless, I applied the first part of your feedback in 2dcfb41
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.
[optional] there's only one codec so we can remove a layer of nesting from this test case
See: #216
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.
Thanks for mentioning that! I totally agree with eliminating that nested loop. But to keep our PRs more focused and organized, I'd suggest saving this change for a separate PR. Especially since we will have an upcoming PR specifically targeting that issue.