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

fix(core): assertoor sometimes fail in the blob transaction check #1674

Draft
wants to merge 9 commits into
base: main
Choose a base branch
from
7 changes: 4 additions & 3 deletions .github/config/assertoor/network_params_blob.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,24 +2,25 @@ participants:
- el_type: ethrex
cl_type: lighthouse
cl_image: sigp/lighthouse:v5.3.0
validator_count: 32
validator_count: 22
- 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: 21
- 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: 21
rodrigo-o marked this conversation as resolved.
Show resolved Hide resolved

additional_services:
- assertoor
- tx_spammer
- dora

assertoor_params:
image: ethpandaops/assertoor:v0.0.12
run_stability_check: false
run_block_proposal_check: false
tests:
Expand Down
1 change: 1 addition & 0 deletions .github/config/assertoor/network_params_tx.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ additional_services:
- dora

assertoor_params:
image: ethpandaops/assertoor:v0.0.12
run_stability_check: false
run_block_proposal_check: false
tests:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci_l1.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ jobs:
uses: ethpandaops/kurtosis-assertoor-github-action@v1
with:
enclave_name: ${{ matrix.enclave_name }}
kurtosis_version: "1.4.2"
kurtosis_version: "1.4.3"
ethereum_package_url: "github.com/lambdaclass/ethereum-package"
ethereum_package_branch: "ethrex-integration"
ethereum_package_args: ${{ matrix.ethereum_package_args }}
Expand Down
Loading