Skip to content

nooschain v0.1.0


nooschain / fork-choice/conflict-store / enterIncidentMode

Function: enterIncidentMode()

enterIncidentMode(db, reason, conflictId?, details?): Promise<string>

Defined in: fork-choice/conflict-store.ts:97

Creates an active incident marker unless one is already open.

Incident mode is local operational state telling the node and operators that finalized safety needs review. It does not resolve or repair the underlying conflict automatically.

Parameters

db

Kysely<Database>

reason

string

conflictId?

string | null

details?

Record<string, unknown> = {}

Returns

Promise<string>

Audience-first NOOSChain documentation.