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
4cbebcbc
Unverified
Commit
4cbebcbc
authored
Nov 24, 2022
by
Gyanendra Mishra
Committed by
GitHub
Nov 24, 2022
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'master' into gyani/package-module
parents
058cc9de
6f89561f
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
6 additions
and
3 deletions
+6
-3
config.yml
.circleci/config.yml
+1
-1
changelog.md
docs/changelog.md
+3
-0
main.star
main.star
+2
-2
No files found.
.circleci/config.yml
View file @
4cbebcbc
...
@@ -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 @
4cbebcbc
...
@@ -16,6 +16,9 @@
...
@@ -16,6 +16,9 @@
-
Adjusted to the new render templates config
-
Adjusted to the new render templates config
-
Moved away from passing json string to struct/dict for render templates
-
Moved away from passing json string to struct/dict for render templates
### Changes
-
Move from
`main`
to
`run`
in
`main.star`
# 0.0.1
# 0.0.1
### Features
### Features
...
...
main.star
View file @
4cbebcbc
...
@@ -19,8 +19,8 @@ GRAFANA_DASHBOARD_PATH_URL = "/d/QdTOwy-nz/eth2-merge-kurtosis-module-dashboard?
...
@@ -19,8 +19,8 @@ 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 =
packag
e_io.ModuleInput(parse_input.parse_input(input_args))
input_args_with_right_defaults =
modul
e_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