-
-
Notifications
You must be signed in to change notification settings - Fork 311
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
docs: update dependency graph #6981
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## unstable #6981 +/- ##
=========================================
Coverage 62.49% 62.49%
=========================================
Files 576 576
Lines 61170 61190 +20
Branches 2134 2141 +7
=========================================
+ Hits 38227 38243 +16
- Misses 22904 22908 +4
Partials 39 39 |
Performance Report✔️ no performance regression detected Full benchmark results
|
Co-authored-by: Nico Flaig <nflaig@protonmail.com>
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.
LGTM - would be good to get another review on this
🎉 This PR is included in v1.21.0 🎉 |
Motivation
In order to assist the upcoming EF Attackathon, it would be good to update dependencies for contributors of all sorts to understand the high-level overview of Lodestar, its packages and dependencies for a better experience. The last update to this was over 4 years ago.
Description
This PR modifies the
depgraph.md
page to be up-to-date on the current architecture of Lodestar and how everything fits together. Newer packages such as the Prover have not even been mentioned due to its recent development.