Skip to content

Latest commit

 

History

History
31 lines (19 loc) · 270 Bytes

File metadata and controls

31 lines (19 loc) · 270 Bytes

mpc vm service

1

digraph G{
ALICE -> BOB;
BOB -> ALICE;
}

2

digraph G{
ALICE -> PROXY -> BOB;
BOB -> PROXY -> ALICE;
}

MpcTaskDispatcher init some MpcTaskProcessor

When a task is committed, whichever node.

  1. alice or bob