-
Notifications
You must be signed in to change notification settings - Fork 785
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
[Merged by Bors] - Add beacon.watch
#3362
Conversation
d2be6c0
to
08f4f0f
Compare
08f4f0f
to
ac74de5
Compare
7ec5a3a
to
2683e39
Compare
db1e2e7
to
91bf529
Compare
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.
This looks great! I'm impressed at how clean and neatly structured it is! I really enjoyed playing around with the API too, I think it'll be great to see this with a GUI.
As discussed, I don't think this calls for a "check every piece of logic review", however I have read through it all. Once again, I was impressed at how neat and we'll commented it is.
I've made a few suggestions, they're primarily just nit picks. You've kept it so clean that I thought I might continue with your high standard. None of these are important, so I've given this an approval. Feel free to address the comments as you see fit and give me a ping
5444151
to
c237797
Compare
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, let's merge it 🚀
I'll trigger bors if you could please ping me via DM when the conflict is resolved 🙏
bors r+ |
> This is currently a WIP and all features are subject to alteration or removal at any time. ## Overview The successor to #2873. Contains the backbone of `beacon.watch` including syncing code, the initial API, and several core database tables. See `watch/README.md` for more information, requirements and usage.
> This is currently a WIP and all features are subject to alteration or removal at any time. ## Overview The successor to sigp#2873. Contains the backbone of `beacon.watch` including syncing code, the initial API, and several core database tables. See `watch/README.md` for more information, requirements and usage.
> This is currently a WIP and all features are subject to alteration or removal at any time. The successor to sigp#2873. Contains the backbone of `beacon.watch` including syncing code, the initial API, and several core database tables. See `watch/README.md` for more information, requirements and usage.
Overview
The successor to #2873.
Contains the backbone of
beacon.watch
including syncing code, the initial API, and several core database tables.See
watch/README.md
for more information, requirements and usage.