Skip to content

Commit 8c3a3c4

Browse files
committed
Updated charon version to 1.9.0
1 parent e6055af commit 8c3a3c4

File tree

10 files changed

+15
-15
lines changed

10 files changed

+15
-15
lines changed

scripts/edit/add-operators/existing-operator.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -225,7 +225,7 @@ if [ "$DRY_RUN" = false ]; then
225225
docker run --rm $DOCKER_FLAGS \
226226
-v "$REPO_ROOT/.charon:/opt/charon/.charon" \
227227
-v "$REPO_ROOT/$OUTPUT_DIR:/opt/charon/output" \
228-
"obolnetwork/charon:${CHARON_VERSION:-v1.9.0-rc3}" \
228+
"obolnetwork/charon:${CHARON_VERSION:-v1.9.0}" \
229229
alpha edit add-operators \
230230
--new-operator-enrs="$NEW_OPERATOR_ENRS" \
231231
--output-dir=/opt/charon/output

scripts/edit/add-operators/new-operator.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@ if [ "$GENERATE_ENR" = true ]; then
167167
if [ "$DRY_RUN" = false ]; then
168168
docker run --rm \
169169
-v "$REPO_ROOT/.charon:/opt/charon/.charon" \
170-
"obolnetwork/charon:${CHARON_VERSION:-v1.9.0-rc3}" \
170+
"obolnetwork/charon:${CHARON_VERSION:-v1.9.0}" \
171171
create enr
172172
else
173173
echo " [DRY-RUN] docker run --rm ... charon create enr"
@@ -187,7 +187,7 @@ if [ "$GENERATE_ENR" = true ]; then
187187
if [ "$DRY_RUN" = false ]; then
188188
ENR=$(docker run --rm \
189189
-v "$REPO_ROOT/.charon:/opt/charon/.charon" \
190-
"obolnetwork/charon:${CHARON_VERSION:-v1.9.0-rc3}" \
190+
"obolnetwork/charon:${CHARON_VERSION:-v1.9.0}" \
191191
enr 2>/dev/null || echo "")
192192

193193
if [ -n "$ENR" ]; then
@@ -314,7 +314,7 @@ if [ "$DRY_RUN" = false ]; then
314314
-v "$REPO_ROOT/.charon:/opt/charon/.charon" \
315315
-v "$REPO_ROOT/$OUTPUT_DIR:/opt/charon/output" \
316316
-v "$CLUSTER_LOCK_MOUNT:/opt/charon/cluster-lock.json:ro" \
317-
"obolnetwork/charon:${CHARON_VERSION:-v1.9.0-rc3}" \
317+
"obolnetwork/charon:${CHARON_VERSION:-v1.9.0}" \
318318
alpha edit add-operators \
319319
--new-operator-enrs="$NEW_OPERATOR_ENRS" \
320320
--output-dir=/opt/charon/output \

scripts/edit/add-validators/add-validators.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -245,7 +245,7 @@ DOCKER_ARGS=(
245245
run --rm $DOCKER_FLAGS
246246
-v "$REPO_ROOT/.charon:/opt/charon/.charon"
247247
-v "$REPO_ROOT/$OUTPUT_DIR:/opt/charon/output"
248-
"obolnetwork/charon:${CHARON_VERSION:-v1.9.0-rc3}"
248+
"obolnetwork/charon:${CHARON_VERSION:-v1.9.0}"
249249
alpha edit add-validators
250250
--num-validators="$NUM_VALIDATORS"
251251
--output-dir=/opt/charon/output

scripts/edit/recreate-private-keys/recreate-private-keys.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -204,7 +204,7 @@ if [ "$DRY_RUN" = false ]; then
204204
docker run --rm $DOCKER_FLAGS \
205205
-v "$REPO_ROOT/.charon:/opt/charon/.charon" \
206206
-v "$REPO_ROOT/$OUTPUT_DIR:/opt/charon/output" \
207-
"obolnetwork/charon:${CHARON_VERSION:-v1.9.0-rc3}" \
207+
"obolnetwork/charon:${CHARON_VERSION:-v1.9.0}" \
208208
alpha edit recreate-private-keys \
209209
--output-dir=/opt/charon/output
210210

scripts/edit/remove-operators/remaining-operator.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -259,7 +259,7 @@ if [ "$DRY_RUN" = false ]; then
259259
run --rm $DOCKER_FLAGS
260260
-v "$REPO_ROOT/.charon:/opt/charon/.charon"
261261
-v "$REPO_ROOT/$OUTPUT_DIR:/opt/charon/output"
262-
"obolnetwork/charon:${CHARON_VERSION:-v1.9.0-rc3}"
262+
"obolnetwork/charon:${CHARON_VERSION:-v1.9.0}"
263263
alpha edit remove-operators
264264
--operator-enrs-to-remove="$OPERATOR_ENRS_TO_REMOVE"
265265
--output-dir=/opt/charon/output

scripts/edit/remove-operators/removed-operator.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -235,7 +235,7 @@ if [ "$DRY_RUN" = false ]; then
235235
run --rm $DOCKER_FLAGS
236236
-v "$REPO_ROOT/.charon:/opt/charon/.charon"
237237
-v "$REPO_ROOT/$OUTPUT_DIR:/opt/charon/output"
238-
"obolnetwork/charon:${CHARON_VERSION:-v1.9.0-rc3}"
238+
"obolnetwork/charon:${CHARON_VERSION:-v1.9.0}"
239239
alpha edit remove-operators
240240
--operator-enrs-to-remove="$OPERATOR_ENRS_TO_REMOVE"
241241
--participating-operator-enrs="$PARTICIPATING_OPERATOR_ENRS"

scripts/edit/replace-operator/new-operator.sh

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ if [ "$GENERATE_ENR" = true ]; then
169169
if [ "$DRY_RUN" = false ]; then
170170
docker run --rm \
171171
-v "$REPO_ROOT/.charon:/opt/charon/.charon" \
172-
"obolnetwork/charon:${CHARON_VERSION:-v1.9.0-rc3}" \
172+
"obolnetwork/charon:${CHARON_VERSION:-v1.9.0}" \
173173
create enr
174174
else
175175
echo " [DRY-RUN] docker run --rm ... charon create enr"
@@ -189,7 +189,7 @@ if [ "$GENERATE_ENR" = true ]; then
189189
if [ -f .charon/charon-enr-private-key ]; then
190190
ENR=$(docker run --rm \
191191
-v "$REPO_ROOT/.charon:/opt/charon/.charon" \
192-
"obolnetwork/charon:${CHARON_VERSION:-v1.9.0-rc3}" \
192+
"obolnetwork/charon:${CHARON_VERSION:-v1.9.0}" \
193193
enr 2>/dev/null || echo "")
194194

195195
if [ -n "$ENR" ]; then
@@ -241,7 +241,7 @@ if [ -n "$CLUSTER_LOCK_PATH" ] && [ -n "$OLD_ENR" ]; then
241241
# Get our own ENR
242242
OUR_ENR=$(docker run --rm \
243243
-v "$REPO_ROOT/.charon:/opt/charon/.charon" \
244-
"obolnetwork/charon:${CHARON_VERSION:-v1.9.0-rc3}" \
244+
"obolnetwork/charon:${CHARON_VERSION:-v1.9.0}" \
245245
enr 2>/dev/null || echo "")
246246

247247
if [ -n "$OUR_ENR" ]; then
@@ -280,7 +280,7 @@ if [ -n "$CLUSTER_LOCK_PATH" ] && [ -n "$OLD_ENR" ]; then
280280
docker run --rm $DOCKER_FLAGS \
281281
-v "$REPO_ROOT/.charon:/opt/charon/.charon" \
282282
-v "$REPO_ROOT/$OUTPUT_DIR:/opt/charon/output" \
283-
"obolnetwork/charon:${CHARON_VERSION:-v1.9.0-rc3}" \
283+
"obolnetwork/charon:${CHARON_VERSION:-v1.9.0}" \
284284
alpha edit replace-operator \
285285
--lock-file=/opt/charon/.charon/cluster-lock.json \
286286
--output-dir=/opt/charon/output \

scripts/edit/replace-operator/remaining-operator.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -228,7 +228,7 @@ if [ "$DRY_RUN" = false ]; then
228228
docker run --rm $DOCKER_FLAGS \
229229
-v "$REPO_ROOT/.charon:/opt/charon/.charon" \
230230
-v "$REPO_ROOT/$OUTPUT_DIR:/opt/charon/output" \
231-
"obolnetwork/charon:${CHARON_VERSION:-v1.9.0-rc3}" \
231+
"obolnetwork/charon:${CHARON_VERSION:-v1.9.0}" \
232232
alpha edit replace-operator \
233233
--lock-file=/opt/charon/.charon/cluster-lock.json \
234234
--output-dir=/opt/charon/output \

scripts/edit/test/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ End-to-end tests that verify the cluster edit scripts work correctly across the
1717
Override the charon version:
1818

1919
```bash
20-
CHARON_VERSION=v1.9.0-rc3 ./scripts/edit/test/e2e_test.sh
20+
CHARON_VERSION=v1.9.0 ./scripts/edit/test/e2e_test.sh
2121
```
2222

2323
## What It Tests

scripts/edit/test/e2e_test.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ set -euo pipefail
1919

2020
TEST_DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)"
2121
REPO_ROOT="$(cd "$TEST_DIR/../../.." && pwd)"
22-
CHARON_VERSION="${CHARON_VERSION:-v1.9.0-rc3}"
22+
CHARON_VERSION="${CHARON_VERSION:-v1.9.0}"
2323
CHARON_IMAGE="obolnetwork/charon:${CHARON_VERSION}"
2424
LODESTAR_IMAGE="chainsafe/lodestar:${VC_LODESTAR_VERSION:-v1.38.0}"
2525
NUM_OPERATORS=4

0 commit comments

Comments
 (0)