Skip to main content

Module replay

Module replay 

Source
Expand description

Transaction-hash fork replay preparation and execution.

Structsยง

ExecutedHistoricalReplay ๐Ÿ”’
The complete result of executing a historical prefix against an overlay.
HistoricalReplayTransaction ๐Ÿ”’
A source transaction prepared for direct historical execution.
PreparedForkTransactionReplay ๐Ÿ”’
A validated transaction prefix together with its source block execution inputs.

Functionsยง

execute_historical_replay ๐Ÿ”’
Executes a prepared prefix strictly and captures changesets for deferred publication.
prepare_fork_transaction_replay ๐Ÿ”’
Converts and validates every source-prefix transaction before database execution.