Goal
Implement the ledger crate for the engine.
Why
ledger tracks transaction and execution results together with block and slot information. The engine needs that record layer to support runtime flow and result inspection.
Scope
- implement the
ledger crate
- keep transaction and execution results aligned with block and slot context
- avoid validator-specific behavior
Goal
Implement the
ledgercrate for the engine.Why
ledgertracks transaction and execution results together with block and slot information. The engine needs that record layer to support runtime flow and result inspection.Scope
ledgercrate