Skip to content

Commit aea0c54

Browse files
authored
Bump to latest lodestar and enable proposal timeout (#196)
1 parent 287dc40 commit aea0c54

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

compose-vc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ services:
1111

1212
vc-lodestar:
1313
profiles: [vc-lodestar]
14-
image: chainsafe/lodestar:${VC_LODESTAR_VERSION:-v1.35.0}
14+
image: chainsafe/lodestar:${VC_LODESTAR_VERSION:-v1.36.0}
1515
depends_on: [charon]
1616
entrypoint: /opt/lodestar/run.sh
1717
networks: [dvnode]

docker-compose.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ services:
100100
- CHARON_VALIDATOR_API_ADDRESS=0.0.0.0:3600
101101
- CHARON_MONITORING_ADDRESS=0.0.0.0:3620
102102
- CHARON_BUILDER_API=${BUILDER_API_ENABLED:-true}
103-
- CHARON_FEATURE_SET_ENABLE=${CHARON_FEATURE_SET_ENABLE:-}
103+
- CHARON_FEATURE_SET_ENABLE=${CHARON_FEATURE_SET_ENABLE:-proposal_timeout}
104104
- CHARON_LOKI_ADDRESSES=${CHARON_LOKI_ADDRESSES:-http://loki:3100/loki/api/v1/push}
105105
- CHARON_LOKI_SERVICE=charon
106106
- CHARON_NICKNAME=${CHARON_NICKNAME:-}
@@ -123,7 +123,7 @@ services:
123123
# |_|\___/ \__,_|\___||___/\__\__,_|_|
124124

125125
lodestar:
126-
image: chainsafe/lodestar:${LODESTAR_VERSION:-v1.35.0}
126+
image: chainsafe/lodestar:${LODESTAR_VERSION:-v1.36.0}
127127
profiles: [""]
128128
depends_on: [charon]
129129
entrypoint: /opt/lodestar/run.sh

0 commit comments

Comments
 (0)