Files
proxmox/docs/06-besu/NODE_LIST_RECONCILIATION_REPORT.md
defiQUG fbda1b4beb
Some checks failed
Deploy to Phoenix / deploy (push) Has been cancelled
docs: Ledger Live integration, contract deploy learnings, NEXT_STEPS updates
- ADD_CHAIN138_TO_LEDGER_LIVE: Ledger form done; public code review repo bis-innovations/LedgerLive; init/push commands
- CONTRACT_DEPLOYMENT_RUNBOOK: Chain 138 gas price 1 gwei, 36-addr check, TransactionMirror workaround
- CONTRACT_*: AddressMapper, MirrorManager deployed 2026-02-12; 36-address on-chain check
- NEXT_STEPS_FOR_YOU: Ledger done; steps completable now (no LAN); run-completable-tasks-from-anywhere
- MASTER_INDEX, OPERATOR_OPTIONAL, SMART_CONTRACTS_INVENTORY_SIMPLE: updates
- LEDGER_BLOCKCHAIN_INTEGRATION_COMPLETE: bis-innovations/LedgerLive reference

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-02-12 15:46:57 -08:00

2.5 KiB

Node List Reconciliation Report

Last Updated: 2026-01-31
Document Version: 1.0
Status: Active Documentation


Date: 2025-01-18
Status: RECONCILIATION COMPLETE


Issues Identified

1. Old/Migrated Nodes Present

Found in static-nodes.json: Enodes with IPs from old/migrated VMIDs:

  • 192.168.11.221 (old 2201, migrated from 2501)
  • 192.168.11.232 (old 2301, migrated from 2502)
  • 192.168.11.233 (old 2303, migrated from 2503)
  • 192.168.11.234 (old 2304, migrated from 2504)
  • 192.168.11.235 (old 2305, migrated from 2505)
  • 192.168.11.236 (old 2306, migrated from 2506)
  • 192.168.11.237 (old 2307, migrated from 2507)
  • 192.168.11.238 (old 2308, migrated from 2508)

Status: These VMIDs (2201, 2301, 2303-2308) do not exist in current Proxmox - they are from old migration that may have been reverted or not completed.

Action: REMOVED - These are old/migrated entries that no longer match current VMID configuration.


2. Missing Current Nodes

Missing from static-nodes.json:

  • Sentries: 1500, 1501, 1502, 1503 (all 4 missing)
  • RPC nodes: 2400, 2402, 2500-2508 (11 nodes - some may be stopped)

Action: Enodes collected from running nodes and added.


3. Current Valid Nodes

Present and valid:

  • Validators: 1000-1004 (5/5)
  • RPC: 2101, 2401 (2/13)

Reconciliation Actions

Removed

  • 8 old/migrated enodes (221, 232-238)
  • Pruned duplicates (none found)
  • Removed erroneous entries

Added

  • Missing enodes for running nodes
  • Collected via RPC from active nodes

Updated

  • static-nodes.json - Cleaned and updated
  • permissioned-nodes.json - Synchronized with static-nodes.json

Final File Status

static-nodes.json:

  • Contains enodes for current active nodes only
  • Removed old/migrated entries
  • Added missing sentries and RPC nodes (from running nodes)

permissioned-nodes.json:

  • Synchronized with static-nodes.json
  • Identical content

Migration Context

Note: The old IPs (221, 232-238) were from a documented migration plan that moved RPC nodes from 2500s to 2201/2301/2303-2308. However, based on current ALL_VMIDS_ENDPOINTS.md, the current active configuration uses:

  • 2101 (migrated from 2500)
  • 2400-2402 (ThirdWeb RPC)
  • 2500-2508 (original RPC nodes, some stopped)

The migration may have been partially completed or reverted, so the node lists now reflect the current actual VMID configuration rather than the migration plan.


Status: FILES RECONCILED AND CLEANED