Skip to content

fix: kurtosis in electra support branch #1421

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 15 commits into from
Apr 9, 2025
Merged
Show file tree
Hide file tree
Changes from 11 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
8 changes: 4 additions & 4 deletions .github/config/assertoor/network-params.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ participants:

additional_services:
- assertoor
- tx_spammer
- blob_spammer
- tx_fuzz
- blob_fuzz
- dora

assertoor_params:
Expand All @@ -31,5 +31,5 @@ assertoor_params:
tests:
- https://raw.githubusercontent.com/lambdaclass/lambda_ethereum_consensus/refs/heads/main/.github/config/assertoor/cl-stability-check.yml

tx_spammer_params:
tx_spammer_extra_args: ["--txcount=3", "--accounts=80"]
tx_fuzz_params:
tx_fuzz_extra_args: ["--txcount=3", "--accounts=80"]
4 changes: 2 additions & 2 deletions .github/workflows/assertoor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
uses: ethpandaops/kurtosis-assertoor-github-action@v1
with:
enclave_name: "elixir-consensus-assertoor"
kurtosis_version: "1.4.2"
kurtosis_version: "1.6.0"
ethereum_package_url: 'github.com/lambdaclass/ethereum-package'
ethereum_package_branch: 'lecc-integration-and-assertoor'
ethereum_package_branch: 'lecc-integration-electra'
ethereum_package_args: './.github/config/assertoor/network-params.yml'
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@ jobs:
run: mix compile --warnings-as-errors
- name: Run the node
# NOTE: this starts and then stops the application. It should catch simple runtime errors
run: mix run -- --checkpoint-sync-url https://mainnet-checkpoint-sync.stakely.io/
run: mix run -- --checkpoint-sync-url https://sepolia.beaconstate.info --network sepolia

test:
name: Test
Expand Down
2 changes: 1 addition & 1 deletion ethereum-package
Submodule ethereum-package updated 292 files
23 changes: 12 additions & 11 deletions network_params.yaml
Original file line number Diff line number Diff line change
@@ -1,27 +1,28 @@
participants:
- el_type: geth
el_image: ethereum/client-go:v1.14.12
el_image: ethereum/client-go:v1.15.6
cl_type: lighthouse
cl_image: sigp/lighthouse:v5.3.0
cl_image: sigp/lighthouse:v7.0.0-beta.5
count: 2
validator_count: 32
- el_type: geth
el_image: ethereum/client-go:v1.14.12
el_image: ethereum/client-go:v1.15.6
cl_type: lambda
cl_image: lambda_ethereum_consensus:latest
use_separate_vc: false
count: 1
validator_count: 32
cl_max_mem: 4096
keymanager_enabled: true
# Uncomment the following lines to run the the network with the minimal preset (which is various times faster)
# network_params:
# preset: minimal

network_params:
electra_fork_epoch: 0
# Uncomment the following line to run the the network with the minimal preset (which is various times faster)
# preset: minimal

additional_services:
- tx_spammer
- blob_spammer
- tx_fuzz
- dora
- beacon_metrics_gazer
- prometheus_grafana
# Uncomment the following lines to run the the network with the assertoor tests
# - assertoor
Expand All @@ -32,5 +33,5 @@ additional_services:
# tests:
# - https://raw.githubusercontent.com/lambdaclass/lambda_ethereum_consensus/refs/heads/main/.github/config/assertoor/cl-stability-check.yml

# tx_spammer_params:
# tx_spammer_extra_args: ["--txcount=3", "--accounts=80"]
# tx_fuzz_params:
# tx_fuzz_extra_args: ["--txcount=3", "--accounts=80"]
Loading