-
Notifications
You must be signed in to change notification settings - Fork 384
feat: soc dispersed replica #5057
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
Closed
Closed
Changes from 39 commits
Commits
Show all changes
41 commits
Select commit
Hold shift + click to select a range
a684873
feat: soc dispersed replica
nugaon c252d50
feat: new soc putter session
nugaon 2f42145
refactor: lint issue
nugaon 19971d1
test: outline race condition
nugaon 2ff200c
fix: randomize ids at soc generation
nugaon 40c5c17
fix: data race in putter soc
nugaon b982b20
test: soc api
nugaon 61d8a8d
fix: same replica address logic as in validity
nugaon 7ec15cb
fix: lint issue
nugaon ec191e7
chore: comments
nugaon f1039df
Merge remote-tracking branch 'origin/master' into feat/soc-dispersed
nugaon eafef39
fix: gsoc parallel upload
nugaon 2fd1e12
chore: print out error message for integration test
nugaon 8acb990
fix: parallel gsoc upload
nugaon 8ff9e53
fix: nil reference on redundancy header
nugaon 1f5011c
fix: goroutines access loop variable
nugaon 20671a4
feat: feedfactory integration on bzz and feed
nugaon e41cb55
test: feed api for red
nugaon 7199f6a
test: bzz api
nugaon db800a8
feat: soc validation check bytes except first
nugaon 1706ccc
test: add soc valid test
nugaon 031d6f5
feat: flaky attempt to replicate address
nugaon 415c66f
feat: saturating by mirrorbits
nugaon d3f46a3
fix: flip bit after mirroredbits if necessary
nugaon 342df84
test: change test according to the new validation rules
nugaon 1aca908
test: getter
nugaon e6c6c95
Merge branch 'master' into feat/soc-dispersed
nugaon a97908f
fix: race issue
nugaon 7d7b587
docs: openapi changes
nugaon 4bc2c00
Merge branch 'master' into feat/soc-dispersed
nugaon 575e683
fix: socretryinterval instead of retryinterval
nugaon 00fb890
Merge branch 'master' into feat/soc-dispersed
nugaon e18e95a
fix: identity address using assigned address
nugaon f3bc134
fix: wg usage
nugaon 58fde4d
fix: wg usage at cac
nugaon 3cabd35
test: remove wg wait for get
nugaon 6eee490
refactor: errc size
nugaon 64aa115
refactor: rename specialgetter
nugaon 1d3b9ff
refactor: time.After instead of time.NewTicker
nugaon 495797d
refactor: comments
nugaon 69b6725
Merge branch 'master' into feat/soc-dispersed
gacevicljubisa 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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.
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.
Uh oh!
There was an error while loading. Please reload this page.
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.
For Get, should the default be None? or Paranoid?