kona: KONA_NODE_MODE verifier -> Validator (fix startup crash-loop)
kona's NodeMode enum (crates/node/service/src/service/mode.rs) has only Validator/Sequencer and parses via FromStr against the PascalCase display strings. There is no 'verifier' mode, so the old value failed to parse and kona-node crash-looped on startup. Validator is also kona's default. Source change is env/op/kona.env (global default for all op-stack kona nodes), so this regenerates KONA_NODE_MODE across all 38 op/*/...--kona compose files.
This commit is contained in:
@@ -122,7 +122,7 @@ services:
|
||||
- KONA_NODE_L2_ENGINE_TIMEOUT=120000
|
||||
- KONA_NODE_L2_TRUST_RPC=true
|
||||
- KONA_NODE_METRICS_PORT=7300
|
||||
- KONA_NODE_MODE=verifier
|
||||
- KONA_NODE_MODE=Validator
|
||||
- KONA_NODE_P2P_ADVERTISE_IP=${IP}
|
||||
- KONA_NODE_P2P_LISTEN_IP=0.0.0.0
|
||||
- KONA_NODE_P2P_LISTEN_TCP_PORT=19133
|
||||
|
||||
Reference in New Issue
Block a user