Skip to content

Commit 59603f1

Browse files
committed
resolve TODOs
1 parent 5644b85 commit 59603f1

File tree

3 files changed

+5
-8
lines changed

3 files changed

+5
-8
lines changed

node-infrastructure/run-a-collator.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@ Block-producing collators require robust hardware for reliable operation, includ
2323
- **CPU**: 4+ cores (8+ cores recommended for optimal performance)
2424
- **Memory**: 32 GB RAM minimum (64 GB recommended)
2525
- **Storage**:
26-
<!-- TODO-ERIN: knowing the issues with the other pages, this needs to be double-checked. 200 GB doesn't seem correct. 👇 -->
2726
- 200+ GB NVMe SSD (with pruning enabled for both parachain and relay chain)
2827
- Fast disk I/O is critical for block production performance
2928
- **Network**:
@@ -442,7 +441,7 @@ The registration process varies by system parachain. General steps include the f
442441
443442
![](/images/node-infrastructure/run-a-collator/run-a-collator-03.webp)
444443
445-
5. For system parachains using invulnerables lists, await governance approval for your proposal. Monitor the [Polkadot Forum](https://forum.polkadot.network){target=\_blank} governance channels and announcements. Once approved, your collator is added to the invulnerables list and will begin producing blocks in the next session or era.
444+
5. For system parachains using invulnerables lists, await governance approval for your proposal. Once approved, your collator is added to the invulnerables list and will begin producing blocks in the next session or era.
446445
447446
6. Verify your collator is active by monitoring logs for block production messages like "Prepared block for proposing" and "Imported #123". See the [Log Management](#commands-for-log-management) section for commands for log viewing.
448447

node-infrastructure/run-a-node/parachain-rpc.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,14 +22,13 @@ RPC nodes serving production traffic require robust hardware:
2222
- **Memory**: 64 GB RAM minimum; 128 GB recommended for high traffic
2323
- **Storage**: Storage requirements vary by parachain. Fast NVMe I/O is critical for RPC query performance
2424
- **System parachains**: [Snapshots](https://snapshots.polkadot.io/){target=\_blank} _may_ be available
25-
- **Archive node**: Using snapshots, expected storage requirements (including ~822 GB for the pruned relay chain) are:
25+
- **Archive node (complete history)**: Using snapshots, expected storage requirements (including ~822 GB for the pruned relay chain) are:
2626
- **Asset Hub**: ~1.2 TB
2727
- **Bridge Hub**: ~1.1 TB
2828
- **Collectives**: ~1 TB
2929
- **People Chain**: ~900 GB
3030
- **Coretime**: ~900 GB
31-
<!-- TODO-ERIN: this makes no sense to me 👇 -->
32-
- **Pruned node**: 200+ GB for both parachain and relay chain
31+
- **Pruned node (recent state)**: ~200 GB total for both parachain and relay chain
3332
- **Non-system parachains**: Consult the parachain team or documentation, then add ~822 GB for the pruned relay chain
3433
- **Network**:
3534
- Public IP address

node-infrastructure/run-a-node/polkadot-hub-rpc.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,8 @@ RPC nodes serving production traffic require robust hardware. The following shou
2424
- **CPU**: 8+ cores; 16+ cores for high traffic
2525
- **Memory**: 64 GB RAM minimum; 128 GB recommended for high traffic
2626
- **Storage**:
27-
- **Archive node**: ~1.2 TB NVMe SSD total (~392 GB for Asset Hub archive + ~822 GB for relay chain pruned snapshot)
28-
<!-- TODO-ERIN: this means ~1.4 TB? 👇 -->
29-
- **Pruned node**: 200+ GB NVMe SSD (with pruning enabled for both parachain and relay chain)
27+
- **Archive node (complete history)**: ~1.2 TB NVMe SSD total (~392 GB for Asset Hub archive + ~822 GB for relay chain pruned snapshot)
28+
- **Pruned node (recent state)**: ~2~00 GB NVMe SSD total (with pruning enabled for both parachain and relay chain)
3029
- Fast disk I/O is critical for query performance
3130
- **Network**:
3231
- Public IP address

0 commit comments

Comments
 (0)