Document the builder's two roles and expose the validation port - #544
Open
0w3n-d wants to merge 1 commit into
Open
Document the builder's two roles and expose the validation port#5440w3n-d wants to merge 1 commit into
0w3n-d wants to merge 1 commit into
Conversation
README covers both roles, how to run each, and where the simulation role differs from crates/simulator: no inclusion lists, a narrower disallow rule, SSZ only, and release builds only. Step 10 of #527. Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
This was referenced Aug 31, 2026
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.
Issue: #527 (step 10 of 10)
Base branch:
od/builder-sim-servers-step9(#543, step 9). Retarget as thestack merges.
What this PR does
Docs and one port.
builder.Dockerfileexposes 8552, and the README now openswith the two roles and which config selects each, then documents how to run
either.
The part worth reviewing is the list of ways the simulation role differs from
crates/simulator, since an operator pointing traffic at it needs all of them:passes here and fails there;
crates/simulatoralso rejects a block that merely reads a listed account, so it rejects
strictly more blocks;
ssz_urlcannot use it;blacklist_endpointanswers, the list is empty and nothing isfiltered.
What this PR deliberately does not do
No separate Dockerfile. Both roles are one binary, so
builder.Dockerfilecovers them, and no compose or deployment manifests are touched.
Tests
None: docs and an
EXPOSEline.just fmt-check,just testandcargo clippy --all-features --no-deps -- -D warningsstill pass, and CIbuilds the image.
Reviewer checklist
lint,unit-test) is green