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
3c168c3c
Unverified
Commit
3c168c3c
authored
Aug 15, 2024
by
Barnabas Busa
Committed by
GitHub
Aug 15, 2024
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
chore: update tracoor image, and peerdas fork version defaults (#742)
parent
2b7be9a2
Changes
6
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
6 additions
and
6 deletions
+6
-6
peerdas-deneb.yaml
.github/tests/peerdas-deneb.yaml
+0
-0
peerdas-electra.yaml
.github/tests/peerdas-electra.yaml
+1
-1
README.md
README.md
+1
-1
network_params.yaml
network_params.yaml
+1
-1
input_parser.star
src/package_io/input_parser.star
+2
-2
tracoor_launcher.star
src/tracoor/tracoor_launcher.star
+1
-1
No files found.
.github/tests/peerdas.yaml
→
.github/tests/peerdas
-deneb
.yaml
View file @
3c168c3c
File moved
.github/tests/peerdas-electra.yaml
View file @
3c168c3c
...
...
@@ -29,7 +29,7 @@ participants:
network_params
:
electra_fork_epoch
:
1
eip7594_fork_epoch
:
1
eip7594_fork_version
:
"
0x
5
0000038"
eip7594_fork_version
:
"
0x
6
0000038"
preset
:
minimal
snooper_enabled
:
true
global_log_level
:
debug
...
...
README.md
View file @
3c168c3c
...
...
@@ -500,7 +500,7 @@ network_params:
eip7594_fork_epoch
:
100000001
# The fork version to set if the eip7594 fork is active
eip7594_fork_version
:
"
0x
7
0000038"
eip7594_fork_version
:
"
0x
6
0000038"
# EOF activation fork epoch (EL only fork)
# Defaults to None
...
...
network_params.yaml
View file @
3c168c3c
...
...
@@ -76,7 +76,7 @@ network_params:
deneb_fork_epoch
:
0
electra_fork_epoch
:
100000000
eip7594_fork_epoch
:
100000001
eip7594_fork_version
:
"
0x
7
0000038"
eip7594_fork_version
:
"
0x
6
0000038"
network_sync_base_url
:
https://snapshots.ethpandaops.io/
eof_activation_epoch
:
"
"
data_column_sidecar_subnet_count
:
128
...
...
src/package_io/input_parser.star
View file @
3c168c3c
...
...
@@ -792,7 +792,7 @@ def default_network_params():
"deneb_fork_epoch": 0,
"electra_fork_epoch": 100000000,
"eip7594_fork_epoch": 100000001,
"eip7594_fork_version": "0x
7
0000038",
"eip7594_fork_version": "0x
6
0000038",
"eof_activation_epoch": "",
"network_sync_base_url": "https://snapshots.ethpandaops.io/",
"data_column_sidecar_subnet_count": 128,
...
...
@@ -825,7 +825,7 @@ def default_minimal_network_params():
"deneb_fork_epoch": 0,
"electra_fork_epoch": 100000000,
"eip7594_fork_epoch": 100000001,
"eip7594_fork_version": "0x
7
0000038",
"eip7594_fork_version": "0x
6
0000038",
"eof_activation_epoch": "",
"network_sync_base_url": "https://snapshots.ethpandaops.io/",
"data_column_sidecar_subnet_count": 128,
...
...
src/tracoor/tracoor_launcher.star
View file @
3c168c3c
shared_utils = import_module("../shared_utils/shared_utils.star")
constants = import_module("../package_io/constants.star")
IMAGE_NAME = "ethpandaops/tracoor:
0.0.18
"
IMAGE_NAME = "ethpandaops/tracoor:
latest
"
SERVICE_NAME = "tracoor"
HTTP_PORT_NUMBER = 7007
...
...
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