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
cdb20e18
Unverified
Commit
cdb20e18
authored
Jul 15, 2024
by
Barnabas Busa
Committed by
GitHub
Jul 15, 2024
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix: remove subscribe-all-subnets lighthouse/lodestar/teku (#720)
Signed-off-by:
Barnabas Busa
<
busa.barnabas@gmail.com
>
parent
ef92f8f4
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
0 additions
and
6 deletions
+0
-6
lighthouse_launcher.star
src/cl/lighthouse/lighthouse_launcher.star
+0
-2
lodestar_launcher.star
src/cl/lodestar/lodestar_launcher.star
+0
-2
teku_launcher.star
src/cl/teku/teku_launcher.star
+0
-2
No files found.
src/cl/lighthouse/lighthouse_launcher.star
View file @
cdb20e18
...
...
@@ -294,8 +294,6 @@ def get_beacon_config(
"--execution-endpoints=" + EXECUTION_ENGINE_ENDPOINT,
"--jwt-secrets=" + constants.JWT_MOUNT_PATH_ON_CONTAINER,
"--suggested-fee-recipient=" + constants.VALIDATING_REWARDS_ACCOUNT,
# Set per Paris' recommendation to reduce noise in the logs
"--subscribe-all-subnets",
# vvvvvvvvvvvvvvvvvvv METRICS CONFIG vvvvvvvvvvvvvvvvvvvvv
"--metrics",
"--metrics-address=0.0.0.0",
...
...
src/cl/lodestar/lodestar_launcher.star
View file @
cdb20e18
...
...
@@ -283,8 +283,6 @@ def get_beacon_config(
"--enr.ip=" + port_publisher.nat_exit_ip,
"--enr.tcp={0}".format(discovery_port),
"--enr.udp={0}".format(discovery_port),
# Set per Pari's recommendation to reduce noise in the logs
"--subscribeAllSubnets=true",
"--jwt-secret=" + constants.JWT_MOUNT_PATH_ON_CONTAINER,
# vvvvvvvvvvvvvvvvvvv METRICS CONFIG vvvvvvvvvvvvvvvvvvvvv
"--metrics",
...
...
src/cl/teku/teku_launcher.star
View file @
cdb20e18
...
...
@@ -280,8 +280,6 @@ def get_beacon_config(
"ARCHIVE" if constants.ARCHIVE_MODE else "PRUNE"
),
"--p2p-enabled=true",
# Set per Pari's recommendation, to reduce noise in the logs
"--p2p-subscribe-all-subnets-enabled=true",
"--p2p-peer-lower-bound={0}".format(MIN_PEERS),
"--p2p-advertised-ip=" + port_publisher.nat_exit_ip,
"--p2p-discovery-site-local-addresses-enabled=true",
...
...
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