deployment: add dummy_for_testing native config override layer#14632
Open
nimrod-starkware wants to merge 1 commit into
Open
deployment: add dummy_for_testing native config override layer#14632nimrod-starkware wants to merge 1 commit into
nimrod-starkware wants to merge 1 commit into
Conversation
This was referenced Jun 25, 2026
Contributor
Author
nimrod-starkware
force-pushed
the
nimrod/jsonnet/dummy-for-testing-native-layer
branch
from
June 28, 2026 08:19
3765446 to
8a5e826
Compare
This was referenced Jun 28, 2026
Open
nimrod-starkware
force-pushed
the
nimrod/jsonnet/native-sole-load
branch
from
June 28, 2026 10:14
06da659 to
5eb5701
Compare
nimrod-starkware
force-pushed
the
nimrod/jsonnet/dummy-for-testing-native-layer
branch
from
June 28, 2026 10:14
8a5e826 to
082340c
Compare
nimrod-starkware
force-pushed
the
nimrod/jsonnet/native-sole-load
branch
from
June 28, 2026 10:30
5eb5701 to
ec5b1f7
Compare
nimrod-starkware
force-pushed
the
nimrod/jsonnet/dummy-for-testing-native-layer
branch
from
June 28, 2026 10:30
082340c to
8852b34
Compare
nimrod-starkware
force-pushed
the
nimrod/jsonnet/native-sole-load
branch
from
June 28, 2026 14:04
ec5b1f7 to
ff18571
Compare
nimrod-starkware
force-pushed
the
nimrod/jsonnet/native-sole-load
branch
from
July 9, 2026 10:29
d9653c2 to
ec55ded
Compare
nimrod-starkware
force-pushed
the
nimrod/jsonnet/dummy-for-testing-native-layer
branch
from
July 9, 2026 10:29
11d67fc to
89452a4
Compare
There was a problem hiding this comment.
Cursor Bugbot has reviewed your changes and found 1 potential issue.
❌ Bugbot Autofix is OFF. To automatically fix reported issues with cloud agents, have a team admin enable autofix in the Cursor dashboard.
Reviewed by Cursor Bugbot for commit 89452a4. Configure here.
nimrod-starkware
force-pushed
the
nimrod/jsonnet/native-sole-load
branch
from
July 9, 2026 12:43
ec55ded to
dc66051
Compare
nimrod-starkware
force-pushed
the
nimrod/jsonnet/dummy-for-testing-native-layer
branch
2 times, most recently
from
July 9, 2026 13:27
5eb5d04 to
f81e54a
Compare
nimrod-starkware
force-pushed
the
nimrod/jsonnet/native-sole-load
branch
from
July 12, 2026 08:50
443d831 to
ef8a7f6
Compare
nimrod-starkware
force-pushed
the
nimrod/jsonnet/dummy-for-testing-native-layer
branch
4 times, most recently
from
July 13, 2026 10:07
b3a97b1 to
c69700d
Compare
nimrod-starkware
force-pushed
the
nimrod/jsonnet/native-sole-load
branch
2 times, most recently
from
July 13, 2026 11:00
99eb423 to
d9bc8a3
Compare
nimrod-starkware
force-pushed
the
nimrod/jsonnet/dummy-for-testing-native-layer
branch
3 times, most recently
from
July 14, 2026 06:16
f9b228c to
e4a3050
Compare
nimrod-starkware
force-pushed
the
nimrod/jsonnet/native-sole-load
branch
from
July 14, 2026 09:16
5a42229 to
a242d83
Compare
nimrod-starkware
force-pushed
the
nimrod/jsonnet/dummy-for-testing-native-layer
branch
from
July 14, 2026 09:16
e4a3050 to
4639c74
Compare
nimrod-starkware
force-pushed
the
nimrod/jsonnet/native-sole-load
branch
from
July 14, 2026 13:56
a242d83 to
9938ec5
Compare
nimrod-starkware
force-pushed
the
nimrod/jsonnet/dummy-for-testing-native-layer
branch
3 times, most recently
from
July 14, 2026 16:05
de17696 to
2207acc
Compare
nimrod-starkware
force-pushed
the
nimrod/jsonnet/native-sole-load
branch
from
July 14, 2026 16:05
27a4de4 to
0ed8464
Compare
nimrod-starkware
force-pushed
the
nimrod/jsonnet/native-sole-load
branch
from
July 15, 2026 11:10
0ed8464 to
a774af9
Compare
nimrod-starkware
force-pushed
the
nimrod/jsonnet/dummy-for-testing-native-layer
branch
from
July 15, 2026 11:10
2207acc to
50dcbd4
Compare
nimrod-starkware
force-pushed
the
nimrod/jsonnet/dummy-for-testing-native-layer
branch
from
July 15, 2026 11:26
50dcbd4 to
e47efc7
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.


The prepare-production-overlays CI job synths each prod overlay env-only
(-o hybrid. -o hybrid.common.dummy_for_testing), with no per-node leaf or
devops checkout. Under the native config path this errored on a missing
overrides.validator_id (and the consensus/mempool multiaddrs) because the
dummy_for_testing overlay had YAML but no native sequencer_config.jsonnet. Add
that layer (the folded nested translation of dummy_for_testing's YAMLs:
validator_id plus the #is_none multiaddrs as null) so env-only native synth
succeeds for mainnet, sepolia-alpha and sepolia-integration. Add the matching
*_layer_jsonnet_mirrors_combined_yaml regression test.
Co-Authored-By: Claude Opus 4.8 (1M context) noreply@anthropic.com