You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The prepare-production-overlays CI job synths each prod overlay env-only
(-o hybrid.<env> -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>
0 commit comments