-
Notifications
You must be signed in to change notification settings - Fork 535
Enhance node system requirements and chain state management docs #3505
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
Andyvargtz
merged 10 commits into
master
from
docs/enhance-node-requirements-state-management
Dec 7, 2025
Merged
Enhance node system requirements and chain state management docs #3505
Andyvargtz
merged 10 commits into
master
from
docs/enhance-node-requirements-state-management
Dec 7, 2025
Conversation
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
- Add Firewood future improvement callout for state growth management - Enhance state sync documentation with configuration links and timing details - Add comprehensive P-Chain and X-Chain state management information - Add IOPS specifications (3000+ minimum) for storage requirements - Add storage growth trajectory guidance with maintenance planning - Add monitoring thresholds table with warning/critical levels - Add IPv4/IPv6 dual-stack networking support details - Improve cross-referencing between system requirements and state management docs 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <[email protected]>
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
- Create StateGrowthChart component using Recharts to visualize blockchain state growth over time - Chart displays Total State (solid red line), Active State (solid blue line), Total State After Pruning/Resync (dotted red line), and Resync/Offline Pruning operation (vertical grey dotted line) - Add comprehensive legend and explanatory text to help users understand state management concepts - Register component in MDX system for use in documentation - Update chain-state-management.mdx with visualization and improved explanations The chart helps illustrate why disk usage grows over time and demonstrates how resync/offline pruning operations can reduce total state back to active state levels. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <[email protected]>
…ement Signed-off-by: Owen <[email protected]>
Andyvargtz
approved these changes
Dec 7, 2025
Andyvargtz
previously approved these changes
Dec 7, 2025
The redirect for /docs/nodes/maintain/reduce-disk-usage was missing its closing brace and permanent property, causing a syntax error. 🔺 Generated by DevRel swarm
…equirements-state-management
Andyvargtz
approved these changes
Dec 7, 2025
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.
🤖 Generated with Claude Code