-
Notifications
You must be signed in to change notification settings - Fork 1
Description
As a user, I want to be able to navigate (perhaps via a help/docs button) to a diagram key as as the one in Aug 23 notes:
The participants in the state diagram are vats.
Arrows represent messages between vats.
A solid arrow labelled:
0.1 kp13858945 <- ko1009519.fromBridge(866)
That means: at 0.1 seconds into the block, a message with method fromBridge and 866 characters of arguments was sent to kernel object ko1009519, allocating a promise kp13858945 for the result.
An arrow with kp13858945.fulfilled() means the promise was fulfilled. An arrow with kp13858945.rejected() means it was rejected.
An arrow whose tail is the left edge of the diagram means the script couldn't figure out which vat it came from. (Some messages come from the kernel.)
Yellow boxes indicate large computron counts.

