-
Notifications
You must be signed in to change notification settings - Fork 193
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
Implement core relay functionality #869
Merged
Merged
Changes from 61 commits
Commits
Show all changes
63 commits
Select commit
Hold shift + click to select a range
cd6e0e6
Implement relay service
cody-littley a804cbb
Added chunk store.
cody-littley 92feb04
Merge branch 'master' into chunk-store
cody-littley 8cab35e
Finish test for uploading/downloading proofs
cody-littley 24cb43e
Add ability to upload/download coefficients.
cody-littley 5bf0a48
Made suggested changes.
cody-littley 76628c1
Merge branch 'master' into chunk-store
cody-littley 728a7fb
Merge branch 'master' into chunk-store
cody-littley d3e2de9
Incremental progress.
cody-littley c4f6b19
Fix unit test.
cody-littley b139d6f
Merge branch 'chunk-store' into relay-mvp
cody-littley a5b0fbb
Incremental progress.
cody-littley 8c25d36
Merge branch 'master' into relay-mvp
cody-littley 82ea30a
Added cached accessor.
cody-littley 5d8ac88
Incremental progress.
cody-littley 0998dae
Incremental progress.
cody-littley df8222f
Merge branch 'master' into relay-mvp
cody-littley 8b63096
Incremental progress.
cody-littley 3c16959
Merge branch 'master' into relay-mvp
cody-littley db5e9e4
Incremental progress.
cody-littley 22a1e07
Incremental progress.
cody-littley f1e730a
Get metadata test working.
cody-littley 050deb5
Unit tests.
cody-littley 1d5d2fd
Finished unit tests for metadata server.
cody-littley 9c46fab
GetBlobs -> GetBlob
cody-littley 447f501
Added first unit test for blob store.
cody-littley 2bde24d
Simplify unit test
cody-littley 049a1b8
Add server unit tests
cody-littley 107f344
Cleanup.
cody-littley 5a49345
Update get chunks protos.
cody-littley e8a9723
Added protobufs for frames.
cody-littley 5ea5efd
godocs
cody-littley e1be8b8
Implement chunk server, still needs to be tested.
cody-littley 340498a
Added placeholder
cody-littley b2e2ba3
First unit test for chunks working
cody-littley d645113
Write batched test.
cody-littley b82047a
Incremental progress.
cody-littley c1e798a
More unit tests.
cody-littley 74ee6de
Added more unit tests.
cody-littley 39981e2
Added another test. For some reason a lot of tests are failing.
cody-littley 749e0d4
Merge branch 'master' into relay-mvp
cody-littley 1dc602e
Fix unit test issue.
cody-littley 5df9d06
Better linter output.
cody-littley 5e4c6bf
Fix lint issue.
cody-littley 83bf837
Fix unit test bug.
cody-littley 66dc297
Cleanup.
cody-littley 7dde7a8
Make suggested changes.
cody-littley 907753a
Fix test issue.
cody-littley 1ea5319
Made suggested change.
cody-littley 189a527
Fix unit test.
cody-littley 4692ead
Revert protobuf changes.
cody-littley 4fa35e9
Merge branch 'master' into relay-mvp
cody-littley f3047da
Use bundle encoding for blobs.
cody-littley 61ba231
Merge branch 'master' into relay-mvp
cody-littley aadca07
Made suggested changes.
cody-littley c9dd468
Made suggested change.
cody-littley 5f60a52
Made suggested changes.
cody-littley 71ab20e
Made suggested changes.
cody-littley 029a258
Made suggested changes.
cody-littley ac17f6a
protoc
cody-littley ee5adab
Rename classes.
cody-littley 6058b54
Made suggested changes.
cody-littley a21bb15
Merge branch 'master' into relay-mvp
cody-littley 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
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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.
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.
Note to the reviewers:
As previously configured, if lint failed during the CI job, it would not tell you which line needed to be corrected. Normally this isn't a problem, since I just run lint locally and fix whatever it tells me to. However, I encountered a rule that was being enforced by the CI job but not my local lint tool. This extra argument causes the CI job to tell you which line needs to be corrected.