Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/local-testnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,7 @@ jobs:
needs: dockerfile-ubuntu
strategy:
matrix:
fork: [electra, fulu]
fork: [fulu, gloas]
offline_secs: [120, 300]
steps:
- uses: actions/checkout@v5
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,19 +2,24 @@
participants:
- cl_type: lighthouse
cl_image: lighthouse:local
el_type: geth
el_image: ethpandaops/geth:glamsterdam-devnet-0
count: 2
# nodes without validators, used for testing sync.
- cl_type: lighthouse
cl_image: lighthouse:local
el_type: geth
el_image: ethpandaops/geth:glamsterdam-devnet-0
validator_count: 0
- cl_type: lighthouse
cl_image: lighthouse:local
el_type: geth
el_image: ethpandaops/geth:glamsterdam-devnet-0
validator_count: 0
network_params:
gloas_fork_epoch: 0
slot_duration_ms: 6000
electra_fork_epoch: 0
fulu_fork_epoch: 100000 # a really big number so this test stays in electra
preset: "minimal"
preset: "mainnet"
additional_services:
- tx_fuzz
- spamoor
Expand Down
2 changes: 1 addition & 1 deletion scripts/tests/genesis-sync.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
SCRIPT_DIR="$( cd -- "$( dirname -- "${BASH_SOURCE[0]}" )" &> /dev/null && pwd )"

ENCLAVE_NAME=${1:-genesis-sync-testnet}
CONFIG=${2:-$SCRIPT_DIR/genesis-sync-config-electra.yaml}
CONFIG=${2:-$SCRIPT_DIR/genesis-sync-config-fulu.yaml}
FORK_TYPE=${3:-electra} # electra or fulu
OFFLINE_DURATION_SECS=${4:-120} # stopped duration of non validating nodes

Expand Down
Loading