-
Notifications
You must be signed in to change notification settings - Fork 28
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
build(core): all-around tx check in assertoor #1259
Merged
Merged
Changes from 45 commits
Commits
Show all changes
47 commits
Select commit
Hold shift + click to select a range
dc84a9a
Initial test of the new split version of the assertoor check
rodrigo-o b9a58b5
Merge branch 'main' into assertoor-allaround-tx-check
rodrigo-o 22135da
Making the blob match the other params and fixed a line end issue
rodrigo-o 089a7ce
Fix jobs naming in the assertor.yaml
rodrigo-o f9b87d8
Fix the clientPattern for checking tx additions
rodrigo-o 17102cd
Removed the testing from the network_params file and fixed a small issue
rodrigo-o c2ae975
Small format change
rodrigo-o e28ad04
Fix an issue with naming of steps and reduce the tx spammer check tim…
rodrigo-o da44c87
Moved tx spammer check up in the stability check order
rodrigo-o 8c405bd
Change order of execution for the test, doing the stability one first
rodrigo-o 89d3fe3
Change enclave name and point external tests to the assertoor repo
rodrigo-o 8849c45
Added big call data tx check to the tx step and removed the stability…
rodrigo-o d64cc7d
Fixed some naming in the assertoor yaml
rodrigo-o 35a09ba
Limit the number of Transactions to check in big-calldata test
rodrigo-o 132660f
Added all the config necesary to a complete run of the big-calldata c…
rodrigo-o bb07c81
Moved the file reference to param checks when possible
rodrigo-o 86a34a6
Merge branch 'main' into assertoor-allaround-tx-check
rodrigo-o 596a60d
Re,moved the walletPrivkey to take one by default
rodrigo-o fff30a8
Merge branch 'main' into assertoor-allaround-tx-check
rodrigo-o 1ea0bba
Reduce the number of transactionCount in the big_calldata check
rodrigo-o 2c0c51c
Check having an individual version of the big call-data test
rodrigo-o 3381d2b
Fixed the reference to the new custom big-calldata check
rodrigo-o f76c491
Re,oved finality checks due to timing
rodrigo-o 7b071bc
Fixed transaction test names and reduced big calldata tx count
rodrigo-o 6cc4fd4
Removed big calldata check due to timing
rodrigo-o cce7fa7
Merge branch 'main' into assertoor-allaround-tx-check
rodrigo-o b037209
Merge branch 'main' into assertoor-allaround-tx-check
rodrigo-o fc02054
Removed the now duplicated assertoor.yaml
rodrigo-o d56efe6
Fix an issue in the integration yaml
rodrigo-o 556c2d7
Fixed the issue present today regarding prism and kurtosis
rodrigo-o 74b891f
Merge branch 'main' into assertoor-allaround-tx-check
rodrigo-o d7559bb
Moved GHA assertoor related yamls inside the .github folder
rodrigo-o c0eab15
Merge branch 'main' into assertoor-allaround-tx-check
rodrigo-o e0ba0ba
Reduce the ammount of nodes in the tx execution test
rodrigo-o 18eca6f
Merge branch 'main' into assertoor-allaround-tx-check
rodrigo-o a4c8f16
Merge branch 'main' into assertoor-allaround-tx-check
rodrigo-o dcbed77
Check if the stable version works better than the assertoor one throu…
rodrigo-o 5668bff
Merge branch 'main' into assertoor-allaround-tx-check
rodrigo-o dfd8dae
Merge branch 'main' into assertoor-allaround-tx-check
rodrigo-o 53d781f
Check if we can add the big-calldata again now that the transaction t…
rodrigo-o d694843
Merge branch 'main' into assertoor-allaround-tx-check
rodrigo-o 0716b40
Removed big-calldata check again due to timing
rodrigo-o 574135b
Renamed stability check from .yml to .yaml
rodrigo-o 5a7f713
Merge branch 'main' into assertoor-allaround-tx-check
rodrigo-o a66fc99
Removed stability check on the tx test and reverted the ci skipped paths
rodrigo-o 2aff3bc
Point the el-staability-check link to main
rodrigo-o 9e79d9f
Merge branch 'main' into assertoor-allaround-tx-check
rodrigo-o File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
participants: | ||
- el_type: ethrex | ||
cl_type: lighthouse | ||
validator_count: 32 | ||
- el_type: geth | ||
cl_type: lighthouse | ||
validator_count: 32 | ||
- el_type: geth | ||
cl_type: lighthouse | ||
validator_count: 32 | ||
|
||
additional_services: | ||
- assertoor | ||
- tx_spammer | ||
|
||
assertoor_params: | ||
run_stability_check: false | ||
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/assertoor-allaround-tx-check/.github/config/assertoor/el-stability-check.yaml |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
participants: | ||
- el_type: ethrex | ||
cl_type: lighthouse | ||
validator_count: 32 | ||
- el_type: geth | ||
cl_type: lighthouse | ||
validator_count: 32 | ||
|
||
additional_services: | ||
- assertoor | ||
|
||
assertoor_params: | ||
run_stability_check: false | ||
run_block_proposal_check: false | ||
tests: | ||
- https://raw.githubusercontent.com/ethpandaops/assertoor/refs/heads/master/playbooks/stable/eoa-transactions-test.yaml |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This revert a change that spawned CI skipped checks on PRs that didn't need them.