-
Notifications
You must be signed in to change notification settings - Fork 107
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
Documentation: link to Zebra architecture blog posts in zebrad overview for devs in the book #2740
Comments
Hey team! Please add your planning poker estimate with ZenHub @conradoplg @jvff @mpguerra @oxarbitrage @upbqdn |
Here's a graph (dot file) I generated to help me understand the dependencies between services (this is how it looks like after #2741), and that we could add to the docs. If A points to B that means A is used by B (i.e. B has a reference to A). The dotted lines are circular dependencies which are sent back using channels.
|
This
This is awesome! I wonder if we can do a service dependency diagram at a similar high level automatically derived from the codebase, so that we can keep it up to date automatically and embed the result in our |
I think it's doable with https://crates.io/crates/syn, parsing |
We should remove anyone who hasn't yet voted and set the final estimate here, I can't do it because I didn't start the vote... :) @dconnolly can you do the honours? |
I'm wondering if we could just link to the blog posts from the book instead? |
I'd like to do this task after we've made some more decisions about client support, because they will impact dependencies and architecture. |
if we do this we should make sure the existing blog posts are going to be migrated to the new website |
Motivation
We have a lot of detail in our book about design RFCs and other pages for zebrad, but lack a sort of high-level overview of the design and architecture, its services, how they communicate, etc. A consolidated overview would help new developers understand zebrad it faster.
We can link to some of our existing blog posts (https://www.zfnd.org/blog/a-new-network-stack-for-zcash/) in an overview document, especially as mempool is solidifying and client makes a small addition for the trial note decryption tasks, so the major architecture of zebrad is basically set.
Specifications
https://www.zfnd.org/blog/a-new-network-stack-for-zcash/
https://www.zfnd.org/blog/futures-batch-verification/
https://www.zfnd.org/blog/decoding-bitcoin-messages-with-tokio-codecs/
The text was updated successfully, but these errors were encountered: