Commit 86cc8e2
Add node infrastructure guides and restructure section (#1246)
* Add system parachain RPC guide and enhance documentation
- Add comprehensive guide for running system parachain RPC nodes
- Covers People Chain, Bridge Hub, and Coretime Chain
- Provides both Docker and systemd deployment options
- Includes snapshot setup, monitoring, and security best practices
- Add conclusion sections to RPC and collator guides
- polkadot-hub-rpc.md: summarize benefits and next steps
- system-parachain-rpc.md: highlight adaptability across system parachains
- collator.md: emphasize operator role and responsibilities
- Restructure documentation from nodes-and-validators to node-infrastructure
* Update system parachain RPC guide to latest versions
Update polkadot-omni-node from stable2506-4 to v1.20.2 and Rust from 1.86 to 1.91.1 in the system parachain RPC documentation. This ensures users are working with the latest stable releases.
Changes:
- Docker image: parity/polkadot-omni-node:v1.20.2
- Cargo package: [email protected]
- Rust toolchain: 1.91.1
All versions have been tested and verified to work correctly.
* Update software versions and dependencies
- Update Rust toolchain to 1.91.1 (from 1.86)
- Update polkadot-omni-node to v0.11.0 for collator (from v0.5.0)
- Update Docker image to v1.20.2 for RPC nodes (from stable2506-4)
- Update chain-spec-builder to v14.0.0 (from v10.0.0)
- Update AI-generated page files to reflect latest changes
- Clean up old nodes-and-validators AI page files
* Update content
* initial look at collator.md
* tweak admo
* wip - collator page
* finish collator pre-tech review pass
* clean up formatting for RPC node page
* formatting edits
* Update guides
* Use polkadot-parachain binary instead of polkadot-omni-node
* Update llms
* Download polkadot-parachain binary from GitHub releases instead of Docker
* Use MkDocs admonition syntax for notes and warnings
* Fix GitHub release tag to polkadot-stable2509-2
* Restructure parachain-rpc.md to use tabbed content layout
* Add Docker commands to collator.md monitoring and maintenance sections
* Update content
* wip rpc page cleanup
* Update content
* Update node configs: optimize pruning, disable external ports
- Remove 9944/9615 from external firewall ports (localhost only)
- Add pruning flags for para and relay chains (--blocks-pruning=256, --state-pruning=256)
- Use --database=paritydb and --sync=fast for collators
- Disable relay chain RPC with --rpc-port=0
- Add --pool-limit=0 for relay chain on collators
- Replace archive-canonical with pruned relay chain config
- Add chown root:root for binary ownership
* Update AI index pages for node infrastructure docs
* Update snapshot URLs and storage requirements for node docs
- Switch from rocksdb to paritydb snapshots where available
- Update relay chain pruned snapshot size from ~200 GB to ~822 GB
- Fix non-existent pruned snapshot URLs (Asset Hub, People Chain)
- Clarify storage requirements: archive nodes (~1.2 TB) vs pruned nodes (200+ GB)
- Update system parachain snapshot sizes with accurate values
* Simplify snapshot sections to single archive instructions
Remove duplicate tabs for archive/pruned snapshots since the same
archive snapshots are used for both node types.
* Add Docker setup option for collator deployment
Restructure Run the Collator section to provide both Docker and systemd
setup options in tabs, consistent with other node documentation.
* LLMS files
* cleanup docs
* add bruno's changes to my changes
* add bruno's changes to my changes
* fix link
* update parachain rpc page
* update polkadot hub rpc page
* fix full node terminal elements
* update collator page
* resolve TODOs
* fix capitalization
* fix: images
* update content
---------
Co-authored-by: DAWN KELLY <[email protected]>
Co-authored-by: Erin Shaben <[email protected]>
Co-authored-by: nhussein11 <[email protected]>1 parent 4bcb1a6 commit 86cc8e2
File tree
85 files changed
+3633
-244
lines changed- .ai/pages
- .snippets/code/node-infrastructure
- run-a-node
- bootnode
- full-node
- secure-wss
- run-a-validator
- onboarding-and-offboarding
- key-management
- set-up-validator
- start-validating
- operational-tasks
- general-management
- upgrade-your-node
- images/node-infrastructure
- run-a-collator
- run-a-node/secure-wss
- run-a-validator
- onboarding-and-offboarding
- key-management
- start-validating
- operational-tasks/general-management
- node-infrastructure
- run-a-node
- relay-chain
- run-a-validator
- onboarding-and-offboarding
- operational-tasks
- staking-mechanics
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
85 files changed
+3633
-244
lines changedLarge diffs are not rendered by default.
Lines changed: 488 additions & 0 deletions
Large diffs are not rendered by default.
Lines changed: 458 additions & 0 deletions
Large diffs are not rendered by default.
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
| 5 | + | |
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
| |||
Lines changed: 7 additions & 10 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
| 5 | + | |
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
| |||
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
30 | | - | |
| 30 | + | |
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
| |||
58 | 58 | | |
59 | 59 | | |
60 | 60 | | |
61 | | - | |
62 | | - | |
63 | | - | |
64 | | - | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
65 | 64 | | |
66 | 65 | | |
67 | 66 | | |
| |||
143 | 142 | | |
144 | 143 | | |
145 | 144 | | |
146 | | - | |
147 | | - | |
148 | | - | |
149 | | - | |
| 145 | + | |
| 146 | + | |
150 | 147 | | |
151 | 148 | | |
152 | 149 | | |
| |||
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
| 5 | + | |
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
| |||
122 | 122 | | |
123 | 123 | | |
124 | 124 | | |
125 | | - | |
| 125 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
| 5 | + | |
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
12 | | - | |
| 12 | + | |
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
| |||
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
33 | | - | |
| 33 | + | |
34 | 34 | | |
35 | 35 | | |
36 | 36 | | |
| |||
89 | 89 | | |
90 | 90 | | |
91 | 91 | | |
92 | | - | |
| 92 | + | |
93 | 93 | | |
94 | 94 | | |
95 | 95 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
| 5 | + | |
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
| |||
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
20 | | - | |
21 | | - | |
22 | | - | |
23 | | - | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
| 5 | + | |
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
12 | | - | |
| 12 | + | |
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
| |||
99 | 99 | | |
100 | 100 | | |
101 | 101 | | |
102 | | - | |
| 102 | + | |
103 | 103 | | |
104 | 104 | | |
105 | 105 | | |
| |||
131 | 131 | | |
132 | 132 | | |
133 | 133 | | |
134 | | - | |
| 134 | + | |
135 | 135 | | |
136 | 136 | | |
137 | 137 | | |
138 | | - | |
| 138 | + | |
139 | 139 | | |
140 | 140 | | |
141 | 141 | | |
142 | | - | |
| 142 | + | |
143 | 143 | | |
144 | 144 | | |
145 | 145 | | |
146 | | - | |
| 146 | + | |
147 | 147 | | |
148 | 148 | | |
149 | 149 | | |
150 | | - | |
| 150 | + | |
151 | 151 | | |
152 | 152 | | |
153 | 153 | | |
154 | 154 | | |
155 | 155 | | |
156 | | - | |
| 156 | + | |
157 | 157 | | |
158 | 158 | | |
159 | 159 | | |
| |||
165 | 165 | | |
166 | 166 | | |
167 | 167 | | |
168 | | - | |
| 168 | + | |
169 | 169 | | |
170 | 170 | | |
171 | 171 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
| 5 | + | |
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
| |||
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
28 | | - | |
| 28 | + | |
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
| |||
0 commit comments