-
Notifications
You must be signed in to change notification settings - Fork 2
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
Initial implementation. #1
Conversation
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.
mostly docstring updates but the one comment about updating the entries is the main thing to address.
Add a Makefile with lints and lint configuration.
…on, once the skylink has been scanned.
Make the skylink string not unique (most of them will be "").
Fix lint and other minor issues.
Sleep between scans if there was nothing to scan.
Connect to nearest MongoDB replica.
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.
Looks good overall but requires some testing.
…hether we've tried all possible offsets on the underlying merkle root.
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.
I'm OK with my comments being follow ups to be able to review the iterations in more detail. Overall structure is good.
… subsequent errors from 100ms to 100s in 4 steps.
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.
Let's handle all the comments as follow ups
PULL REQUEST
Overview
This PR introduces the initial implementation of the service.
What is supported so far is:
POST /scan/:skylink
Planned follow-up features:
Known limitations:
Example for Visual Changes
Checklist
Review and complete the checklist to ensure that the PR is complete before assigned to an approver.
Issues Closed