deployment: add sepolia-alpha native config override layer#14627
deployment: add sepolia-alpha native config override layer#14627nimrod-starkware wants to merge 1 commit into
Conversation
08ded00 to
f649b77
Compare
da1af43 to
52a1181
Compare
52a1181 to
cc2b14f
Compare
f649b77 to
838974b
Compare
838974b to
d5ded73
Compare
cc2b14f to
2c6cc65
Compare
Translate the sepolia-alpha config.sequencerConfig overrides (the public common.yaml + services/*.yaml flat dotted keys) into the nested sequencer_config.jsonnet override layer the native config builder consumes, mirroring the existing sepolia-integration layer. Add a regression test asserting the jsonnet layer stays in lockstep with the combined YAML overrides (folded: #is_none applied, components dropped). Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
2c6cc65 to
977e2c8
Compare
d5ded73 to
4840e83
Compare
PR SummaryLow Risk Overview The new layer carries alpha-specific settings (feeder/recorder URLs, L1 contract and BPO block heights, batcher concurrency and bouncer limits, committer cache sizes, default committee, proof archive bucket, Sierra auditing, and A regression test Reviewed by Cursor Bugbot for commit 977e2c8. Bugbot is set up for automated code reviews on this repo. Configure here. |

Translate the sepolia-alpha config.sequencerConfig overrides (the public
common.yaml + services/*.yaml flat dotted keys) into the nested
sequencer_config.jsonnet override layer the native config builder consumes,
mirroring the existing sepolia-integration layer. Add a regression test
asserting the jsonnet layer stays in lockstep with the combined YAML overrides
(folded: #is_none applied, components dropped).
Co-Authored-By: Claude Opus 4.8 (1M context) noreply@anthropic.com