-
Notifications
You must be signed in to change notification settings - Fork 147
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: tune Besu options to work with tx_spammer (#612)
At startup Besu does not return a good gas price estimation (WIP to fix this) and the default number of accepted connection is not enough to sustain the tx_spammer, so this PR tune some options to allow to use the tx_spammer wth Besu. --------- Co-authored-by: Barnabas Busa <barnabas.busa@ethereum.org>
- Loading branch information
1 parent
a584682
commit b395189
Showing
2 changed files
with
6 additions
and
4 deletions.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,14 @@ | ||
participants: | ||
- el_type: geth | ||
cl_type: teku | ||
- el_type: geth | ||
cl_type: teku | ||
- el_type: besu | ||
cl_type: prysm | ||
- el_type: besu | ||
cl_type: teku | ||
- el_type: besu | ||
cl_type: nimbus | ||
- el_type: besu | ||
cl_type: lighthouse | ||
- el_type: besu | ||
cl_type: lodestar | ||
- el_type: besu | ||
cl_type: grandine | ||
additional_services: [] |
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