Skip to content
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

feat(core): check we recieve txs through P2P in assertoor #1610

Draft
wants to merge 15 commits into
base: main
Choose a base branch
from
Draft
Show file tree
Hide file tree
Changes from 12 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
15 changes: 8 additions & 7 deletions .github/config/assertoor/el-stability-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,20 +13,14 @@ tasks:
timeout: 1m

- name: run_tasks_concurrent
title: "Check if all EL & CL clients are synced and the tx spammer is working"
title: "Check if all EL & CL clients are synced"
timeout: 5m
config:
tasks:
- name: check_consensus_sync_status
title: "Check if CL clients are synced"
- name: check_execution_sync_status
title: "Check if EL clients are synced"
- name: check_consensus_block_proposals
title: "Check the tx spammer is working as expected for block proposal with >= 50 transactions"
config:
minTransactionCount: 50
configVars:
clientPattern: "1-ethrex-lighthouse"

- name: run_task_matrix
title: "Check block proposals from all client pairs"
Expand All @@ -42,6 +36,13 @@ tasks:
configVars:
validatorNamePattern: "validatorPairName"

- name: check_consensus_block_proposals
title: "Check the tx spammer is working as expected for block proposal with >= 50 transactions"
timeout: 3m
config:
minTransactionCount: 50
validatorNamePattern: "[\\d]-ethrex-lighthouse"

- name: run_tasks_concurrent
title: "Check chain stability (reorgs and forks)"
timeout: 7m
Expand Down
12 changes: 6 additions & 6 deletions .github/config/assertoor/network_params_blob.yaml
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
participants:
- el_type: ethrex
cl_type: lighthouse
cl_image: sigp/lighthouse:v5.3.0
validator_count: 32
- el_type: geth
el_image: ethereum/client-go:v1.14.12
cl_type: lighthouse
cl_image: sigp/lighthouse:v5.3.0
validator_count: 16
- el_type: ethrex
cl_type: lighthouse
cl_image: sigp/lighthouse:v5.3.0
validator_count: 32
- el_type: geth
el_image: ethereum/client-go:v1.14.12
cl_type: lighthouse
cl_image: sigp/lighthouse:v5.3.0
validator_count: 32
validator_count: 16

additional_services:
- assertoor
Expand All @@ -24,4 +24,4 @@ assertoor_params:
run_block_proposal_check: false
tests:
- https://raw.githubusercontent.com/ethpandaops/assertoor/refs/heads/master/playbooks/stable/blob-transactions-test.yaml
- https://raw.githubusercontent.com/lambdaclass/ethrex/refs/heads/main/.github/config/assertoor/el-stability-check.yaml
- https://raw.githubusercontent.com/lambdaclass/ethrex/refs/heads/check-we-get-txs-from-other-nodes/.github/config/assertoor/el-stability-check.yaml
rodrigo-o marked this conversation as resolved.
Show resolved Hide resolved
Loading