In a Nutshell
Last updated
Was this helpful?
Last updated
Was this helpful?
State is stored as call data in , resulting in very low rent cost
Transactions specify the state they access (read/write) and include it in the transaction payload
State Validation:
Solana Programs the to update compressed state
The protocol the state (validity of existing state, sum checks, ownership checks)
The protocol enforces a schema: Classic Accounts → Compressed Accounts. have a layout similar to classic accounts
State Updates: At the end of an instruction, the new state is recorded as a log on the Solana ledger
: These nodes index the state changes, making the compressed account state available to clients via the
Forester Nodes (Keeper Nodes): Interact with the to empty queues and rollover state trees.