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
fd9aab5c
Commit
fd9aab5c
authored
Nov 08, 2022
by
Gyanendra Mishra
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
added entry point args to besu
parent
f274bf5e
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
1 deletion
+2
-1
README.md
README.md
+1
-1
besu_launcher.star
src/participant_network/el/besu/besu_launcher.star
+1
-0
No files found.
README.md
View file @
fd9aab5c
...
...
@@ -16,7 +16,7 @@ This is the Startosis version of the popular [eth2-merge-kurtosis-module](https:
-
[
x
]
transaction_spammer (this is blocked on EL clients running)
-
[
]
participant_network/participant_network
-
[
]
has most data generation things, needs to start EL/CL clients
-
[
]
needs upload files to be implemented
-
[
x
]
needs upload files to be implemented
-
[
x
]
participant_network/participant
-
[
x
]
pure POJO should be quick to implement NO BLOCKERS
-
[
x
]
mev_boost participant_network/mev_boost NO BLOCKERS - removed some attributes that aren't used
...
...
src/participant_network/el/besu/besu_launcher.star
View file @
fd9aab5c
...
...
@@ -131,6 +131,7 @@ def get_service_config(launcher, image, existing_el_clients, log_level, extra_pa
files_artifact_mount_dirpaths = {
genesis_data.files_artifact_uuid: GENESIS_DATA_DIRPATH_ON_CLIENT_CONTAINER
},
entry_point_args = ENTRYPOINT_ARGS,
# TODO add private IP address place holder when add servicde supports it
# for now this will work as we use the service config default above
# https://github.com/kurtosis-tech/kurtosis/pull/290
...
...
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