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
2e7212a5
Unverified
Commit
2e7212a5
authored
Feb 10, 2025
by
Rafael Matias
Committed by
GitHub
Feb 10, 2025
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
chore(ci): add spellchecker workflow and fix typos (#898)
parent
e957062f
Changes
7
Hide whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
38 additions
and
10 deletions
+38
-10
action.yaml
.github/actions/docker-login/action.yaml
+1
-1
check-typos.yml
.github/workflows/check-typos.yml
+16
-0
.typos.toml
.typos.toml
+12
-0
README.md
README.md
+5
-5
input_parser.star
src/package_io/input_parser.star
+1
-1
validator_keystore_generator.star
...tor/validator_keystores/validator_keystore_generator.star
+2
-2
config.toml.tmpl
static_files/blutgang-config/config.toml.tmpl
+1
-1
No files found.
.github/actions/docker-login/action.yaml
View file @
2e7212a5
name
:
Docker login
descri
tp
ion
:
Log in to Docker Hub
descri
pt
ion
:
Log in to Docker Hub
inputs
:
username
:
required
:
true
...
...
.github/workflows/check-typos.yml
0 → 100644
View file @
2e7212a5
name
:
Check typos
on
:
pull_request
:
branches
:
-
main
jobs
:
check-typos
:
runs-on
:
ubuntu-latest
steps
:
-
name
:
Checkout repository
uses
:
actions/checkout@v4
-
name
:
Check for typos
uses
:
crate-ci/typos@11ca4583f2f3f74c7e7785c0ecb20fe2c99a4308
# v1.29.5
.typos.toml
0 → 100644
View file @
2e7212a5
[default]
extend-ignore-re
=
[
# Ignore Ethereum Node Records (ENR)
"enr:-.*"
,
# Ignore blutgang config typo
"supress_rpc_check"
,
]
[files]
extend-exclude
=
[
"CHANGELOG.md"
,
]
README.md
View file @
2e7212a5
...
...
@@ -809,7 +809,7 @@ parallel_keystore_generation: false
# Default to false
disable_peer_scoring
:
false
# Whether the environment should be persistent; this is WIP and is slowly being rolled out ac
c
ross services
# Whether the environment should be persistent; this is WIP and is slowly being rolled out across services
# Note this requires Kurtosis greater than 0.85.49 to work
# Note Erigon, Besu, Teku persistence is not currently supported with docker.
# Defaults to false
...
...
@@ -820,7 +820,7 @@ persistent: false
# Defaults to empty cache url
# Images pulled from dockerhub will be prefixed with "/dh/" by default (docker.io)
# Images pulled from github registry will be prefixed with "/gh/" by default (ghcr.io)
# Images pulled from google regist
o
ry will be prefixed with "/gcr/" by default (gcr.io)
# Images pulled from google registry will be prefixed with "/gcr/" by default (gcr.io)
# If you want to use a local image in combination with the cache, do not put "/" in your local image name
docker_cache_params
:
enabled
:
false
...
...
@@ -939,7 +939,7 @@ spamoor_params:
image
:
ethpandaops/spamoor:latest
# The spamoor scenario to use (see https://github.com/ethpandaops/spamoor)
# Valid scenarios are:
# eoatx, erctx, deploytx, depoy-destruct, blobs, gasburnertx
# eoatx, erctx, deploytx, dep
l
oy-destruct, blobs, gasburnertx
# Defaults to eoatx
scenario
:
eoatx
# Throughput of spamoor
...
...
@@ -980,7 +980,7 @@ spamoor_blob_params:
# Max wallets for spamoor
# Defaults to 20
max_wallets
:
20
# A list of optional params that will be passed to the spamoor com
am
nd for modifying its behaviour
# A list of optional params that will be passed to the spamoor com
ma
nd for modifying its behaviour
spamoor_extra_args
:
[]
# Ethereum genesis generator params
...
...
@@ -990,7 +990,7 @@ ethereum_genesis_generator_params:
# Global parameter to set the exit ip address of services and public ports
port_publisher
:
# if you have a service that you want to expose on a specific interfac
t
; set that IP here
# if you have a service that you want to expose on a specific interfac
e
; set that IP here
# if you set it to auto it gets the public ip from ident.me and sets it
# Defaults to constants.PRIVATE_IP_ADDRESS_PLACEHOLDER
# The default value just means its the IP address of the container in which the service is running
...
...
src/package_io/input_parser.star
View file @
2e7212a5
...
...
@@ -553,7 +553,7 @@ def parse_network_params(plan, input_args):
for attr in input_args:
value = input_args[attr]
# if its ins
t
erted we use the value inserted
# if its inserted we use the value inserted
if attr not in ATTR_TO_BE_SKIPPED_AT_ROOT and attr in input_args:
result[attr] = value
elif attr == "network_params":
...
...
src/prelaunch_data_generator/validator_keystores/validator_keystore_generator.star
View file @
2e7212a5
...
...
@@ -274,9 +274,9 @@ def generate_valdiator_keystores_in_parallel(
# no output dir path as validator count is 0
continue
generation_finished_filepath = finished_files_to_verify[idx]
verifica
it
on_command = ["ls", generation_finished_filepath]
verifica
ti
on_command = ["ls", generation_finished_filepath]
plan.wait(
recipe=ExecRecipe(command=verifica
it
on_command),
recipe=ExecRecipe(command=verifica
ti
on_command),
service_name=service_name,
field="code",
assertion="==",
...
...
static_files/blutgang-config/config.toml.tmpl
View file @
2e7212a5
...
...
@@ -23,7 +23,7 @@ max_retries = 32
expected_block_time = 13000
# Time between health checks in ms
health_check_ttl = 400
# Supress the health check running info messages
# Sup
p
ress the health check running info messages
supress_rpc_check = false
# Note: the admin namespace contains volatile functions and
...
...
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