Skip to content

nooschain v0.1.0


nooschain / consensus/raft-membership/operator-membership-executor / executeOperatorMembershipPlan

Function: executeOperatorMembershipPlan()

executeOperatorMembershipPlan(args): Promise<OperatorMembershipExecutionResult>

Defined in: consensus/raft-membership/operator-membership-executor.ts:100

Applies explicitly approved local peer actions first, then delegates Raft runtime actions to the sidecar executor. This sequencing keeps transport repair independent from consensus membership mutation and reports the final reconciliation plan for operator review.

Parameters

args

actions

OperatorMembershipAction[]

db

ChainDatabase

raftRuntime?

MembershipExecutorRuntime

getConsensusStatus

Returns

Promise<OperatorMembershipExecutionResult>

Audience-first NOOSChain documentation.