stall-postmortem

Installation
SKILL.md

Diagnose the MPC stall in the log at $ARGUMENTS (a localnet/validator log file, or a CI run ID whose localnet-logs artifact should be downloaded first).

Execute dev-docs/playbooks/mpc-stall-postmortem.md — the checks are ORDERED and each either identifies the stall class or eliminates it; do not skip ahead, and do not stop at the first anomaly without finishing the cheap checks (co-resident bugs have occurred):

  1. Timeline anchors (highest epoch, lock/EOP lines, last quorum).
  2. Malicious conviction FIRST (recognized itself as malicious).
  3. Started-vs-completed computation balance per validator.
  4. Epoch-entry key-gap warns (Adopted network key epoch does not match).
  5. Chain counters: completed vs frozen lock target (over/undershoot).
  6. Which pipeline stages still flow (votes / admission / serving / sync).
  7. Trace ONE stuck session end-to-end across all validators.
Installs
3
GitHub Stars
205
First Seen
Jul 11, 2026
stall-postmortem — dwallet-labs/ika