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
feat(omnium): Add loadCaplet method and fix vat bootstrap kref
- Add omnium.loadCaplet(id) to dynamically fetch caplet manifest and bundle
- Fix vatPowers.logger missing in browser vats (iframe.ts)
- Fix SubclusterLaunchResult to return bootstrapRootKref directly
instead of trying to extract it from bootstrap() return slots
The bootstrapRootKref is the kref of the vat root object, which is
already known when the vat launches. Previously we incorrectly tried
to get it from the slots of the bootstrap() method return value.
Next step: Wire up CapTP marshalling so E(root).echo() works with
the caplet root presence.
Co-Authored-By: Claude Opus 4.5 <[email protected]>
0 commit comments