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
764b7dc0
Unverified
Commit
764b7dc0
authored
Nov 06, 2023
by
Gyanendra Mishra
Committed by
GitHub
Nov 06, 2023
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix: network params setting invalid value for min/max configs (#353)
parent
2c3b6a2f
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
25 additions
and
24 deletions
+25
-24
per-pr.yml
.github/workflows/per-pr.yml
+1
-0
README.md
README.md
+12
-12
network_params.yaml
network_params.yaml
+12
-12
No files found.
.github/workflows/per-pr.yml
View file @
764b7dc0
...
@@ -32,6 +32,7 @@ jobs:
...
@@ -32,6 +32,7 @@ jobs:
"
./.github/tests/mev.yaml"
,
"
./.github/tests/mev.yaml"
,
"
./.github/tests/mev-mock.yaml"
,
"
./.github/tests/mev-mock.yaml"
,
"
./.github/tests/mix-with-tools.yaml"
,
"
./.github/tests/mix-with-tools.yaml"
,
"
./network_params.yaml"
]
]
runs-on
:
ubuntu-latest
runs-on
:
ubuntu-latest
steps
:
steps
:
...
...
README.md
View file @
764b7dc0
...
@@ -169,18 +169,18 @@ participants:
...
@@ -169,18 +169,18 @@ participants:
# CPU is milicores
# CPU is milicores
# RAM is in MB
# RAM is in MB
# Defaults are set per client
# Defaults are set per client
el_min_cpu
:
'
'
el_min_cpu
:
0
el_max_cpu
:
'
'
el_max_cpu
:
0
el_min_mem
:
'
'
el_min_mem
:
0
el_max_mem
:
'
'
el_max_mem
:
0
bn_min_cpu
:
'
'
bn_min_cpu
:
0
bn_max_cpu
:
'
'
bn_max_cpu
:
0
bn_min_mem
:
'
'
bn_min_mem
:
0
bn_max_mem
:
'
'
bn_max_mem
:
0
v_min_cpu
:
'
'
v_min_cpu
:
0
v_max_cpu
:
'
'
v_max_cpu
:
0
v_min_mem
:
'
'
v_min_mem
:
0
v_max_mem
:
'
'
v_max_mem
:
0
# Snooper can be enabled with the `snooper_enabled` flag per client or globally
# Snooper can be enabled with the `snooper_enabled` flag per client or globally
# Defaults to false
# Defaults to false
...
...
network_params.yaml
View file @
764b7dc0
...
@@ -12,18 +12,18 @@ participants:
...
@@ -12,18 +12,18 @@ participants:
validator_count
:
null
validator_count
:
null
snooper_enabled
:
false
snooper_enabled
:
false
ethereum_metrics_exporter_enabled
:
false
ethereum_metrics_exporter_enabled
:
false
el_min_cpu
:
'
'
el_min_cpu
:
0
el_max_cpu
:
'
'
el_max_cpu
:
0
el_min_mem
:
'
'
el_min_mem
:
0
el_max_mem
:
'
'
el_max_mem
:
0
bn_min_cpu
:
'
'
bn_min_cpu
:
0
bn_max_cpu
:
'
'
bn_max_cpu
:
0
bn_min_mem
:
'
'
bn_min_mem
:
0
bn_max_mem
:
'
'
bn_max_mem
:
0
v_min_cpu
:
'
'
v_min_cpu
:
0
v_max_cpu
:
'
'
v_max_cpu
:
0
v_min_mem
:
'
'
v_min_mem
:
0
v_max_mem
:
'
'
v_max_mem
:
0
count
:
2
count
:
2
network_params
:
network_params
:
network_id
:
'
3151908'
network_id
:
'
3151908'
...
...
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