-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
Update Shuffle Function to Swap-or-not #1643
Closed
Closed
Changes from 21 commits
Commits
Show all changes
61 commits
Select commit
Hold shift + click to select a range
f7a4b2f
testing swapornotshuffle
cyberbono3 a741e65
list 1 and 2 were incorrectly shuffled
cyberbono3 e3edd50
testing swapornotshuffle
cyberbono3 31c53ce
panic index out of range
cyberbono3 2159e4a
list 1 and 2 were incorrectly shuffled
cyberbono3 b8eb65b
multiple tests failed due to timeout
cyberbono3 e57c0b6
tests fail with timeout errors
cyberbono3 23b43c2
GetPermutedIndex modification
cyberbono3 e87f6f8
GetPermutedIndex
cyberbono3 9a077b4
shuffleIndices and 9 tests fail locally
cyberbono3 046614d
shuffleIndices debugging
cyberbono3 66f0b12
shuffleIndices
cyberbono3 40fbbe7
testing swapornotshuffle
cyberbono3 dbb3c62
list 1 and 2 were incorrectly shuffled
cyberbono3 ed15da3
testing swapornotshuffle
cyberbono3 9b51ff5
panic index out of range
cyberbono3 69da5b1
list 1 and 2 were incorrectly shuffled
cyberbono3 01930cb
multiple tests failed due to timeout
cyberbono3 95e8084
tests fail with timeout errors
cyberbono3 988e87a
GetPermutedIndex modification
cyberbono3 9e12c00
shuffleIndices and 9 tests fail locally
cyberbono3 0fb0523
shuffleIndices debugging
cyberbono3 5e56b15
rebased + conflicts resolved
cyberbono3 2915917
ready for review
cyberbono3 7cdc6c5
testing swapornotshuffle
cyberbono3 9b65615
list 1 and 2 were incorrectly shuffled
cyberbono3 9a95940
testing swapornotshuffle
cyberbono3 bf4089b
panic index out of range
cyberbono3 6e1f979
list 1 and 2 were incorrectly shuffled
cyberbono3 fd0f01d
multiple tests failed due to timeout
cyberbono3 2ffddf1
tests fail with timeout errors
cyberbono3 95312e4
GetPermutedIndex modification
cyberbono3 e81c0ed
shuffleIndices and 9 tests fail locally
cyberbono3 cf30fce
shuffleIndices debugging
cyberbono3 e094231
testing swapornotshuffle
cyberbono3 e401cc9
list 1 and 2 were incorrectly shuffled
cyberbono3 a40c884
testing swapornotshuffle
cyberbono3 9e4e76a
panic index out of range
cyberbono3 267cc3b
list 1 and 2 were incorrectly shuffled
cyberbono3 122c325
multiple tests failed due to timeout
cyberbono3 b020492
tests fail with timeout errors
cyberbono3 37db9c4
GetPermutedIndex modification
cyberbono3 057c5c8
shuffleIndices and 9 tests fail locally
cyberbono3 c88f30e
shuffleIndices debugging
cyberbono3 ac631df
rebased and conflicts resolved
cyberbono3 5b3c156
6 tests fail , still debugging
cyberbono3 454b217
6 tests fail and still debugging
cyberbono3 653be75
Merge commit 'refs/pull/1643/head' of https://github.com/prysmaticlab…
nisdas cd5ca0b
fix shuffle
nisdas a3b2eb6
fix shuffle for overflows and fix
nisdas 79c6b58
Merge branch 'master' into swapshuffle
nisdas 626c121
change back rounds
nisdas e12ee69
Merge branch 'master' into swapshuffle
prestonvanloon 2a51ea5
Fixing tests in progress
cyberbono3 a1bcef1
Fix up some of the shuffling
d2d09ad
Fixing tests in progress yaml_test.go:21: Failed to run yaml tests ch…
cyberbono3 71e7edb
Undo a few unneeded changes
b09cc25
Merge branch 'swapshuffle' of https://github.com/cyberbono3/prysm int…
6fb60ec
Make more changes for optimizations and corrections
73558ff
Merge branch 'master' of https://github.com/prysmaticlabs/prysm into …
22ce764
Change 0x7 to 8 to prevent errors
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
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.
Please remove this, if you are not using. dont comment it out