-
Notifications
You must be signed in to change notification settings - Fork 10
Certify a candidate in an isolated validator before it can go live #2476
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Closed
Closed
Changes from all commits
Commits
Show all changes
30 commits
Select commit
Hold shift + click to select a range
6ba4b49
feat(deploy): certify a candidate in an isolated validator before it …
dawsontoth d79efa1
test(deploy): prove a throwing candidate is rejected on the MAIN thread
dawsontoth 0ae8848
docs(design): record certification and why the validator is not a sta…
dawsontoth 2c0badb
test(deploy): prove the wiring through the operations API, and the br…
dawsontoth 4fddc76
fix(deploy): close four certification blockers from the first review …
dawsontoth 5a7ad8c
fix(deploy): safe mode deploys uncertified; bound and guard the valid…
dawsontoth 13249a4
fix(deploy): stop uncertified swaps committing unflushed trees, and a…
dawsontoth 50a1f1f
fix(deploy): give Bun's force-exit a receiver, and keep a runaway val…
dawsontoth da36f42
fix(deploy): return a runaway validator's slot when it finally exits
dawsontoth 6c16eb4
fix(deploy): load the global plugins before certifying, and scope the…
dawsontoth 30324e8
fix(deploy): three review suggestions on the certification protocol
dawsontoth 5a0d20f
fix(deploy): make the verdict survive the validator's exit
dawsontoth 8ee8898
fix(deploy): a certification load that did nothing is not a pass
dawsontoth afbb0ba
fix(deploy): stop the validator exiting silently, and bound its boots…
dawsontoth 0c906ff
fix(deploy): leave no harper module link in the tree certification loads
dawsontoth 072c9e5
diag(deploy): make a validator that exits without a verdict say who e…
dawsontoth 17e99e4
fix(deploy): bound the certification slot wait and the validator's ex…
dawsontoth 894ded8
fix(deploy): carry validator progress in shared memory, and trim narr…
dawsontoth 1f83130
fix(deploy): hand the certification slot over instead of releasing it…
dawsontoth 8f32086
feat(threads): let a caller add workerData and transfer ports without…
dawsontoth 4df3933
refactor(deploy): give the certification protocol its own module, and…
dawsontoth 3d05c91
feat(deploy): land certification gated off, because no host satisfies…
dawsontoth ea4ae4c
fix(deploy): release database handles even when the bootstrap fails, …
dawsontoth 460e013
test(deploy): skip certification on Windows, where the validator cann…
dawsontoth a8eae0e
Revert the workerCount fix; it changed what job workers see
dawsontoth cb829aa
fix(threads): refuse worker options that would crash the process or s…
dawsontoth cad749f
fix(threads): never restart a one-shot worker, and narrow the Windows…
dawsontoth afea30b
docs(deploy): correct DESIGN.md to describe the validator that ships,…
dawsontoth 2c1d273
fix: honour provider ownership in extraWorkerData, and re-check shutd…
dawsontoth 9734bea
Merge main into claude/deploy-worker-validation-step2
dawsontoth File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.