Пост
Поделитесь своими знаниями.

Anatomy of a Validator Node
Problem this solves: Teams sometimes don’t know what components a validator runs or how they fit together—leading to misconfigured testnets or wrong performance expectations.
What you’ll learn:
The internal modules of a Sui validator
How networking, consensus, and execution coordinate
Monitoring key metrics
- Core components
Narwhal worker: Handles incoming tx batches.
Narwhal primary: Builds DAG, coordinates with other validators.
Bullshark engine: Orders transactions when required.
Execution engine: Runs Move VM on valid transactions.
Storage subsystem: Manages persistent data.
- Key metrics to watch
Transaction throughput (TPS)
Latency per category (owned vs shared)
CPU usage per module
Storage I/O
- Deployment note
Separate networking-heavy and execution-heavy workloads onto different hardware if scaling.
- Sui
- Architecture
Which component of a Sui validator is responsible for ordering transactions once they are batched and shared across the DAG?
Sui is a Layer 1 protocol blockchain designed as the first internet-scale programmable blockchain platform.
Заработай свою долю из 1000 Sui
Зарабатывай очки репутации и получай награды за помощь в развитии сообщества Sui.

- ... SUIDpodium.js+181
- ... SUITucker+165
- ... SUIGifted.eth+149
- ... SUIacher+113
- ... SUIcasey+88
- ... SUIMiniBob+65
- ... SUItheking+55
- Почему BCS требует точного порядка полей для десериализации, когда структуры Move содержат именованные поля?55
- «Ошибки проверки нескольких источников» в публикациях модуля Sui Move — автоматическое устранение ошибок45
- Сбой транзакции Sui: объекты, зарезервированные для другой транзакции49
- Ошибка Sui Move — невозможно обработать транзакцию Не найдено действительных газовых монет для транзакции315
- Как максимизировать прибыль, держа SUI: стейкинг и ликвидный стейкинг110