[codex] Add scalable SAT snapshot miner path#289
Open
wallscaler wants to merge 4 commits into
Open
Conversation
9dc7e93 to
18f2cb3
Compare
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Summary
/sat/latest.jsonsigned pointer for the SAT miner read path/sat/sequences/{sequence}/.../sat/eventsSSE hints for sequence/latest-url broadcast with heartbeats/v1/agents/receipts/{receipt_id}for durable submit status lookupCompatibility
/v1/validator/weights/nextCodex Review Loop
/sat/*would have been blocked on read services and receipt lookup would have been blocked on submit servicesorigin/mainonce=trueonly for bounded testsTests
wsl -e bash -lc 'cd /mnt/c/Users/fred/code/cathedral-pr289-review && /mnt/c/Users/fred/code/cathedral/.venv/bin/python publisher_verify.py'PASS, 157 checkswsl -e bash -lc 'cd /mnt/c/Users/fred/code/cathedral-pr289-review && /mnt/c/Users/fred/code/cathedral/.venv/bin/python assigned_lane_verify.py'PASS, 15 checkswsl -e bash -lc 'cd /mnt/c/Users/fred/code/cathedral-pr289-review && /mnt/c/Users/fred/code/cathedral/.venv/bin/python weights_verify.py'PASS, 32 checkswsl -e bash -lc 'cd /mnt/c/Users/fred/code/cathedral-pr289-review && /mnt/c/Users/fred/code/cathedral/.venv/bin/python -m compileall -q scaffold/publisher publisher_verify.py assigned_lane_verify.py weights_verify.py'PASSgit diff --checkPASS