Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
E
ethereum-package
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
vicotor
ethereum-package
Commits
6e8e290a
Unverified
Commit
6e8e290a
authored
Oct 19, 2023
by
Barnabas Busa
Committed by
GitHub
Oct 19, 2023
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
refactor: remove "launch_additional_services"' (#315)
parent
9bf99793
Changes
18
Hide whitespace changes
Inline
Side-by-side
Showing
18 changed files
with
17 additions
and
28 deletions
+17
-28
besu-all.json
.circleci/tests/besu-all.json
+1
-1
disable-peer-scoring.json
.circleci/tests/disable-peer-scoring.json
+1
-1
erigon-all.json
.circleci/tests/erigon-all.json
+1
-1
ethereumjs-all.json
.circleci/tests/ethereumjs-all.json
+1
-1
geth-all.json
.circleci/tests/geth-all.json
+1
-1
lighthouse-all.json
.circleci/tests/lighthouse-all.json
+1
-1
lodestar-all.json
.circleci/tests/lodestar-all.json
+1
-1
mix-with-capella.json
.circleci/tests/mix-with-capella.json
+1
-1
mix.json
.circleci/tests/mix.json
+1
-1
nethermind-all.json
.circleci/tests/nethermind-all.json
+1
-1
nimbus-all.json
.circleci/tests/nimbus-all.json
+1
-1
prysm-all.json
.circleci/tests/prysm-all.json
+1
-1
reth-all.json
.circleci/tests/reth-all.json
+1
-1
teku-all.json
.circleci/tests/teku-all.json
+1
-1
README.md
README.md
+3
-10
main.star
main.star
+0
-1
network_params.json
network_params.json
+0
-1
input_parser.star
src/package_io/input_parser.star
+0
-2
No files found.
.circleci/tests/besu-all.json
View file @
6e8e290a
...
...
@@ -25,5 +25,5 @@
"cl_client_type"
:
"lodestar"
}
],
"
launch_additional_services"
:
false
"
additional_services"
:
[]
}
.circleci/tests/disable-peer-scoring.json
View file @
6e8e290a
...
...
@@ -25,6 +25,6 @@
"cl_client_type"
:
"teku"
}
],
"
launch_additional_services"
:
false
,
"
additional_services"
:
[]
,
"disable_peer_scoring"
:
true
}
.circleci/tests/erigon-all.json
View file @
6e8e290a
...
...
@@ -21,5 +21,5 @@
"cl_client_type"
:
"lodestar"
}
],
"
launch_additional_services"
:
false
"
additional_services"
:
[]
}
.circleci/tests/ethereumjs-all.json
View file @
6e8e290a
...
...
@@ -21,5 +21,5 @@
"cl_client_type"
:
"lodestar"
}
],
"
launch_additional_services"
:
false
"
additional_services"
:
[]
}
.circleci/tests/geth-all.json
View file @
6e8e290a
...
...
@@ -21,5 +21,5 @@
"cl_client_type"
:
"lodestar"
}
],
"
launch_additional_services"
:
false
"
additional_services"
:
[]
}
.circleci/tests/lighthouse-all.json
View file @
6e8e290a
...
...
@@ -25,5 +25,5 @@
"cl_client_type"
:
"lighthouse"
}
],
"
launch_additional_services"
:
false
"
additional_services"
:
[]
}
.circleci/tests/lodestar-all.json
View file @
6e8e290a
...
...
@@ -25,5 +25,5 @@
"cl_client_type"
:
"lodestar"
}
],
"
launch_additional_services"
:
false
"
additional_services"
:
[]
}
.circleci/tests/mix-with-capella.json
View file @
6e8e290a
...
...
@@ -28,5 +28,5 @@
"network_params"
:
{
"capella_fork_epoch"
:
1
},
"
launch_additional_services"
:
false
"
additional_services"
:
[]
}
.circleci/tests/mix.json
View file @
6e8e290a
...
...
@@ -25,5 +25,5 @@
"cl_client_type"
:
"teku"
}
],
"
launch_additional_services"
:
false
"
additional_services"
:
[]
}
.circleci/tests/nethermind-all.json
View file @
6e8e290a
...
...
@@ -21,5 +21,5 @@
"cl_client_type"
:
"lodestar"
}
],
"
launch_additional_services"
:
false
"
additional_services"
:
[]
}
.circleci/tests/nimbus-all.json
View file @
6e8e290a
...
...
@@ -25,5 +25,5 @@
"cl_client_type"
:
"nimbus"
}
],
"
launch_additional_services"
:
false
"
additional_services"
:
[]
}
.circleci/tests/prysm-all.json
View file @
6e8e290a
...
...
@@ -25,5 +25,5 @@
"cl_client_type"
:
"prysm"
}
],
"
launch_additional_services"
:
false
"
additional_services"
:
[]
}
.circleci/tests/reth-all.json
View file @
6e8e290a
...
...
@@ -21,5 +21,5 @@
"cl_client_type"
:
"lodestar"
}
],
"
launch_additional_services"
:
false
"
additional_services"
:
[]
}
.circleci/tests/teku-all.json
View file @
6e8e290a
...
...
@@ -25,5 +25,5 @@
"cl_client_type"
:
"teku"
}
],
"
launch_additional_services"
:
false
"
additional_services"
:
[]
}
README.md
View file @
6e8e290a
...
...
@@ -245,12 +245,6 @@ To configure the package behaviour, you can modify your `network_params.json` fi
"goomy_blob_args"
:
[]
},
//
True
by
defaults
,
adds
services
defined
in
"additional_services"
alongside
the
Ethereum
network
//
If
set
to
false
:
//
-
only
Ethereum
network
(EL
and
CL
nodes)
will
be
launched.
Nothing
else
(no
transaction
spammer)
//
-
params
for
the
CL
nodes
will
be
ignored
(e.g.
CL
node
image
,
CL
node
extra
params)
"launch_additional_services"
:
true
,
//
By
default
includes
//
-
A
transaction
spammer
&
blob
spammer
is
launched
to
fake
transactions
sent
to
the
network
//
-
Forkmon
for
EL
will
be
launched
...
...
@@ -368,7 +362,7 @@ To configure the package behaviour, you can modify your `network_params.json` fi
"capella_fork_epoch"
:
2
,
"deneb_fork_epoch"
:
5
},
"
launch_additional_services"
:
false
,
"
additional_services"
:
[]
,
"wait_for_finalization"
:
false
,
"wait_for_verifications"
:
false
,
"global_client_log_level"
:
"info"
...
...
@@ -407,7 +401,7 @@ To configure the package behaviour, you can modify your `network_params.json` fi
},
],
"mev_type"
:
"mock"
,
"
launch_additional_services"
:
false
"
additional_services"
:
[]
}
```
...
...
@@ -445,7 +439,7 @@ To configure the package behaviour, you can modify your `network_params.json` fi
"network_params"
:
{
"capella_fork_epoch"
:
1
},
"
launch_additional_services"
:
false
"
additional_services"
:
[]
}
```
...
...
@@ -465,7 +459,6 @@ To configure the package behaviour, you can modify your `network_params.json` fi
"count"
:
2
}
],
"launch_additional_services"
:
true
,
"snooper_enabled"
:
true
}
```
...
...
main.star
View file @
6e8e290a
...
...
@@ -233,7 +233,6 @@ def run(plan, args={}):
)
all_mevboost_contexts.append(mev_boost_context)
if not args_with_right_defaults.launch_additional_services:
output = struct(
all_participants=all_participants,
final_genesis_timestamp=final_genesis_timestamp,
...
...
network_params.json
View file @
6e8e290a
...
...
@@ -26,7 +26,6 @@
"deneb_fork_epoch"
:
4
,
"electra_fork_epoch"
:
null
},
"launch_additional_services"
:
true
,
"additional_services"
:
[
"tx_spammer"
,
"blob_spammer"
,
...
...
src/package_io/input_parser.star
View file @
6e8e290a
...
...
@@ -64,7 +64,6 @@ def input_parser(plan, input_args):
# add default eth2 input params
result["mev_type"] = None
result["mev_params"] = get_default_mev_params()
result["launch_additional_services"] = True
result["additional_services"] = DEFAULT_ADDITIONAL_SERVICES
result["grafana_additional_dashboards"] = []
result["tx_spammer_params"] = get_default_tx_spammer_params()
...
...
@@ -195,7 +194,6 @@ def input_parser(plan, input_args):
"interval_between_transactions"
],
),
launch_additional_services=result["launch_additional_services"],
additional_services=result["additional_services"],
wait_for_finalization=result["wait_for_finalization"],
global_client_log_level=result["global_client_log_level"],
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment