Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Type
/
to search
Sign in
Sign up
Appearance settings
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
{{ message }}
Uh oh!
There was an error while loading.
Please reload this page
.
MetaMask
/
ocap-kernel
Public
Notifications
You must be signed in to change notification settings
Fork
8
Star
9
Code
Issues
51
Pull requests
15
Discussions
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Discussions
Actions
Projects
Wiki
Security and quality
Insights
feat(ocap-kernel): launch subcluster vats in parallel
- #983
#983
Merged
grypez
merged 21 commits into
main
MetaMask/ocap-kernel:main
from
grypez/concurrent-subcluster-startup
MetaMask/ocap-kernel:grypez/concurrent-subcluster-startup
Copy head branch name to clipboard
Aug 11, 2026
Conversation
Commits
21
(21)
Checks
Files changed
Merged
feat(ocap-kernel): launch subcluster vats in parallel
#983
grypez
merged 21 commits into
main
MetaMask/ocap-kernel:main
from
grypez/concurrent-subcluster-startup
MetaMask/ocap-kernel:grypez/concurrent-subcluster-startup
Copy head branch name to clipboard
Commits
Commits on Jul 27, 2026
feat(ocap-kernel): launch subcluster vats in parallel
Show description for 699252f
grypez
and
claude
committed
699252f
View commit details
Copy full SHA for 699252f
Browse repository at this point
refactor(ocap-kernel): merge rootPromiseKrefs and roots loops in #launchVatsForSubcluster
Show description for 39cb67c
grypez
and
claude
committed
39cb67c
View commit details
Copy full SHA for 39cb67c
Browse repository at this point
refactor(ocap-kernel): replace mutable let rootKref with indexed Promise.all result
Show description for c4d3087
grypez
and
claude
committed
c4d3087
View commit details
Copy full SHA for c4d3087
Browse repository at this point
fix(ocap-kernel): reject peer kernel promises when a vat fails to launch
Show description for e8ec450
grypez
and
claude
committed
e8ec450
View commit details
Copy full SHA for e8ec450
Browse repository at this point
test(kernel-test): exercise unhappy path where bootstrap observes peer rejection
Show description for 1d0d59e
grypez
and
claude
committed
1d0d59e
View commit details
Copy full SHA for 1d0d59e
Browse repository at this point
fix(ocap-kernel): send bootstrap after allSettled to avoid kunser [Promise] failures
Show description for a0e7980
grypez
and
claude
committed
a0e7980
View commit details
Copy full SHA for a0e7980
Browse repository at this point
fix(kernel-test): remove hardcoded ko<N> refs broken by concurrent vat launch
Show description for 00c9d43
grypez
and
claude
committed
00c9d43
View commit details
Copy full SHA for 00c9d43
Browse repository at this point
Commits on Jul 28, 2026
fix(ocap-kernel): replace Fail?? pattern with explicit undefined checks
Show description for 36d0a06
grypez
and
claude
committed
36d0a06
View commit details
Copy full SHA for 36d0a06
Browse repository at this point
fix(ocap-kernel): flatten nested changelog bullet rejected by validator
grypez
committed
cff762a
View commit details
Copy full SHA for cff762a
Browse repository at this point
fix(ocap-kernel): guard against refcount underflow in cleanupTerminatedVat
Show description for c68db87
grypez
and
claude
committed
c68db87
View commit details
Copy full SHA for c68db87
Browse repository at this point
fix(ocap-kernel): use null-prototype objects to prevent property injection
Show description for e9323e2
grypez
and
claude
committed
e9323e2
View commit details
Copy full SHA for e9323e2
Browse repository at this point
fix(ocap-kernel): guard against prototype injection via vat names
Show description for 7e9324d
grypez
and
claude
committed
7e9324d
View commit details
Copy full SHA for 7e9324d
Browse repository at this point
fix: correct lgtm suppression comment format (space before bracket)
Show description for 79efe8d
grypez
and
claude
committed
79efe8d
View commit details
Copy full SHA for 79efe8d
Browse repository at this point
fix(ocap-kernel): eliminate property injection via Object.fromEntries
Show description for 26f1e79
grypez
and
claude
committed
26f1e79
View commit details
Copy full SHA for 26f1e79
Browse repository at this point
Commits on Jul 29, 2026
refactor(ocap-kernel): inline vat-name guard and drop dead kslot iface arg
Show description for 6647a0c
grypez
and
claude
committed
6647a0c
View commit details
Copy full SHA for 6647a0c
Browse repository at this point
Commits on Aug 3, 2026
fix(ocap-kernel): restore 'vatRoot' iface on concurrent vat root kslots
Show description for 00b9725
grypez
and
claude
committed
00b9725
View commit details
Copy full SHA for 00b9725
Browse repository at this point
fix(ocap-kernel): terminate running vats when subcluster launch fails
Show description for 067ecd5
grypez
and
claude
committed
067ecd5
View commit details
Copy full SHA for 067ecd5
Browse repository at this point
Commits on Aug 10, 2026
Merge remote-tracking branch 'origin/main' into grypez/concurrent-subcluster-startup
Show description for 1ff7a6a
grypez
committed
1ff7a6a
View commit details
Copy full SHA for 1ff7a6a
Browse repository at this point
fix(ocap-kernel): tear down each vat independently on failed launch
Show description for ddcb114
grypez
and
claude
committed
ddcb114
View commit details
Copy full SHA for ddcb114
Browse repository at this point
Commits on Aug 11, 2026
Merge remote-tracking branch 'origin/main' into grypez/concurrent-subcluster-startup
grypez
committed
d829cd6
View commit details
Copy full SHA for d829cd6
Browse repository at this point
test(kernel-test): drop tight per-suite timeouts in cluster-launch
Show description for 6a2492a
grypez
and
claude
committed
6a2492a
View commit details
Copy full SHA for 6a2492a
Browse repository at this point
You can’t perform that action at this time.