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
26a76187
Unverified
Commit
26a76187
authored
Jun 20, 2024
by
Barnabas Busa
Committed by
GitHub
Jun 20, 2024
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix: minimal eof (#687)
parent
e80870b3
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
2 deletions
+3
-2
mix-with-tools.yaml
.github/tests/mix-with-tools.yaml
+1
-1
blobscan_launcher.star
src/blobscan/blobscan_launcher.star
+1
-1
input_parser.star
src/package_io/input_parser.star
+1
-0
No files found.
.github/tests/mix-with-tools.yaml
View file @
26a76187
...
...
@@ -22,7 +22,7 @@ additional_services:
-
prometheus_grafana
-
goomy_blob
-
custom_flood
-
blobscan
#
- blobscan
-
blockscout
-
dugtrio
-
blutgang
...
...
src/blobscan/blobscan_launcher.star
View file @
26a76187
...
...
@@ -134,7 +134,7 @@ def get_api_config(
assertion="==",
target_value=200,
interval="5s",
timeout="
5
s",
timeout="
120
s",
),
min_cpu=API_MIN_CPU,
max_cpu=API_MAX_CPU,
...
...
src/package_io/input_parser.star
View file @
26a76187
...
...
@@ -818,6 +818,7 @@ def default_minimal_network_params():
"electra_fork_epoch": 100000000,
"eip7594_fork_epoch": 100000001,
"eip7594_fork_version": "0x70000038",
"eof_activation_epoch": "",
"network_sync_base_url": "https://ethpandaops-ethereum-node-snapshots.ams3.cdn.digitaloceanspaces.com/",
"data_column_sidecar_subnet_count": 32,
"samples_per_slot": 8,
...
...
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