Programação
State Machine Replication
Também chamado de:SMR
📖O que é
Distributed computing pattern where identical copies of a state machine are maintained across multiple nodes. Each node processes the same sequence of inputs deterministically, producing identical outputs. Solana validators are state machines: given the same ledger of transactions, every validator produces the same account state.
Sua exploração
0 termos visitados no totalTermos relacionados explorados0/3
Termos Relacionados
ValidadorCore Protocol
A node that participates in the Solana network by validating transactions, voting on block…
Ver termo →Deterministic ExecutionBlockchain Geral
The property that given identical inputs and initial state, a program will always produce …
Ver termo →Estágio de ReplayCore Protocol
The TVU component that replays received blocks by re-executing all transactions against th…
Ver termo →