You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A long long time ago, we represented both Promises and their associated
Resolver as distinct reference types (`p+NN` and `r+NN`). We've since changed
the model to only represent Promises, and to track who has resolution
authority by watching the `p+NN` references get used in the `result:` field
of messages going back and forth.
Apparently I forgot to delete the code in `parseVatSlots.js` which classified
`r+NN` as a resolver.
0 commit comments