nooschain / consensus/raft-membership/membership-executor / executeMembershipPlan
Function: executeMembershipPlan()
executeMembershipPlan(
args):Promise<MembershipExecutionResult>
Defined in: consensus/raft-membership/membership-executor.ts:171
Executes approved membership actions one at a time. Each operation waits for stabilization before the next begins so a failed change leaves a clear partial result and stops the sequence.
Parameters
args
approvedActions
plan
runtime
Returns
Promise<MembershipExecutionResult>