Skip to content

Commit

Permalink
Pin ethereum-package version to 4.2.0 (#6315)
Browse files Browse the repository at this point in the history
* Pin `ethereum-package` version, update das kurtosis config file and remove outdated config files.
  • Loading branch information
jimmygchen authored Aug 29, 2024
1 parent 653126f commit 218ae5c
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 50 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@ participants:
cl_image: lighthouse:local
cl_extra_params:
- --subscribe-all-data-column-subnets
- --target-peers=2
- --target-peers=3
count: 2
- cl_type: lighthouse
cl_image: lighthouse:local
cl_extra_params:
- --target-peers=2
count: 1
- --target-peers=3
count: 2
network_params:
eip7594_fork_epoch: 0
seconds_per_slot: 6
Expand All @@ -18,3 +18,4 @@ global_log_level: debug
additional_services:
- dora
- goomy_blob
- prometheus_grafana
8 changes: 0 additions & 8 deletions scripts/local_testnet/network_params_das_devnet_1.yaml

This file was deleted.

38 changes: 0 additions & 38 deletions scripts/local_testnet/network_params_das_interop.yaml

This file was deleted.

3 changes: 2 additions & 1 deletion scripts/local_testnet/start_local_testnet.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ set -Eeuo pipefail
SCRIPT_DIR="$( cd -- "$( dirname -- "${BASH_SOURCE[0]}" )" &> /dev/null && pwd )"
ENCLAVE_NAME=local-testnet
NETWORK_PARAMS_FILE=$SCRIPT_DIR/network_params.yaml
ETHEREUM_PKG_VERSION=4.2.0

BUILD_IMAGE=true
BUILDER_PROPOSALS=false
Expand Down Expand Up @@ -80,6 +81,6 @@ if [ "$KEEP_ENCLAVE" = false ]; then
kurtosis enclave rm -f $ENCLAVE_NAME 2>/dev/null || true
fi

kurtosis run --enclave $ENCLAVE_NAME github.com/ethpandaops/ethereum-package --args-file $NETWORK_PARAMS_FILE
kurtosis run --enclave $ENCLAVE_NAME github.com/ethpandaops/ethereum-package@$ETHEREUM_PKG_VERSION --args-file $NETWORK_PARAMS_FILE

echo "Started!"

0 comments on commit 218ae5c

Please sign in to comment.