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
b8cf1d5d
Commit
b8cf1d5d
authored
Nov 24, 2022
by
Gyanendra Mishra
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
run-main change
parent
e90ec07f
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
5 additions
and
2 deletions
+5
-2
config.yml
.circleci/config.yml
+1
-1
changelog.md
docs/changelog.md
+3
-0
main.star
main.star
+1
-1
No files found.
.circleci/config.yml
View file @
b8cf1d5d
...
@@ -31,7 +31,7 @@ jobs:
...
@@ -31,7 +31,7 @@ jobs:
-
run
:
kurtosis engine restart
-
run
:
kurtosis engine restart
-
run
:
kurtosis
exec
${PWD}
-
run
:
kurtosis
run
${PWD}
workflows
:
workflows
:
...
...
docs/changelog.md
View file @
b8cf1d5d
...
@@ -12,6 +12,9 @@
...
@@ -12,6 +12,9 @@
-
Removed empty
`ports`
from a few service configs as passing it is now optional
-
Removed empty
`ports`
from a few service configs as passing it is now optional
-
Adjusted to the new render templates config
-
Adjusted to the new render templates config
### Changes
-
Move from
`main`
to
`run`
in
`main.star`
# 0.0.1
# 0.0.1
### Features
### Features
...
...
main.star
View file @
b8cf1d5d
...
@@ -19,7 +19,7 @@ GRAFANA_DASHBOARD_PATH_URL = "/d/QdTOwy-nz/eth2-merge-kurtosis-module-dashboard?
...
@@ -19,7 +19,7 @@ GRAFANA_DASHBOARD_PATH_URL = "/d/QdTOwy-nz/eth2-merge-kurtosis-module-dashboard?
FIRST_NODE_FINALIZATION_FACT = "cl-boot-finalization-fact"
FIRST_NODE_FINALIZATION_FACT = "cl-boot-finalization-fact"
HTTP_PORT_ID_FOR_FACT = "http"
HTTP_PORT_ID_FOR_FACT = "http"
def
mai
n(input_args):
def
ru
n(input_args):
input_args_with_right_defaults = module_io.ModuleInput(parse_input.parse_input(input_args))
input_args_with_right_defaults = module_io.ModuleInput(parse_input.parse_input(input_args))
num_participants = len(input_args_with_right_defaults.participants)
num_participants = len(input_args_with_right_defaults.participants)
network_params = input_args_with_right_defaults.network_params
network_params = input_args_with_right_defaults.network_params
...
...
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