docs: add executable code walkthrough#4929
Draft
rootulp wants to merge 2 commits intocelestiaorg:mainfrom
Draft
Conversation
Add a showboat-powered walkthrough.md that traces the celestia-node codebase from binary entry point through startup, DI wiring, and each major subsystem. All code blocks are executable and verifiable via `uvx showboat verify walkthrough.md`. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
daf9133 to
c0d8d24
Compare
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #4929 +/- ##
==========================================
- Coverage 44.83% 34.91% -9.93%
==========================================
Files 265 314 +49
Lines 14620 21785 +7165
==========================================
+ Hits 6555 7606 +1051
- Misses 7313 13170 +5857
- Partials 752 1009 +257 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Rebuild the walkthrough from scratch against upstream/main which no longer has Full nodes. Key corrections: - Only Bridge and Light node types exist - DAS module no longer takes node.Type or uses ServiceBreaker - Header module uses FanoutOnly for Bridge subscriber - State module uses TxClient directly, no fraud ServiceBreaker - Core module has RoutingExchange with P2P fallback - Share module uses bridgeGetter (not bridgeAndFullGetter) - Pruner only has Bridge and Light cases Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Summary
walkthrough.mdthat traces the celestia-node codebase linearly from binary entry point through startup, DI wiring, and each major subsystem (P2P, headers, core, shares, DAS, blobs, state, fraud, RPC, pruning)uvx showboat verify walkthrough.mdTest plan
uvx showboat verify walkthrough.mdand confirm exit code 0🤖 Generated with Claude Code