Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: remove ancient 'resolver' vatSlot type
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.
- Loading branch information