nooschain / replay/replay-types / ReplayVerificationResult
Interface: ReplayVerificationResult
Defined in: replay/replay-types.ts:27
Aggregate replay verification result.
Properties
blockResults
blockResults:
ReplayBlockResult[]
Defined in: replay/replay-types.ts:50
Per-height replay comparisons.
finalStateRoot
finalStateRoot:
string|null
Defined in: replay/replay-types.ts:37
Final replayed state root after the verification range.
genesisVerified
genesisVerified:
boolean
Defined in: replay/replay-types.ts:35
True when genesis or checkpoint bootstrap completed successfully.
issues
issues:
object[]
Defined in: replay/replay-types.ts:39
Global verification issues collected across blocks/bootstrap.
code
code:
string
Stable issue code.
height?
optionalheight?:string
Optional block height associated with the issue.
message
message:
string
Human-readable operator/test message.
severity
severity:
"error"|"warning"
Error blocks success; warning is informational.
ok
ok:
boolean
Defined in: replay/replay-types.ts:29
True when genesis/checkpoint bootstrap and all compared blocks succeeded.
replayedBlocks
replayedBlocks:
number
Defined in: replay/replay-types.ts:33
Number of block results included in the returned comparison set.
replayMode
replayMode:
"genesis"|"snapshot_checkpoint"
Defined in: replay/replay-types.ts:31
Whether replay started from genesis or from the latest verified checkpoint snapshot.