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
786370ee
Commit
786370ee
authored
Dec 13, 2022
by
Victor Colombo
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Two parameters
parent
ce8a6285
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
1 deletion
+2
-1
changelog.md
docs/changelog.md
+1
-0
besu_launcher.star
src/participant_network/el/besu/besu_launcher.star
+1
-1
No files found.
docs/changelog.md
View file @
786370ee
...
...
@@ -2,6 +2,7 @@
### Fixes
-
Fix bug with input parsing of participants
-
Fix bug with
`get_enode_for_node`
being assigned to two parameters
### Changes
-
Updated
`run(input_args)`
to
`run(args)`
...
...
src/participant_network/el/besu/besu_launcher.star
View file @
786370ee
...
...
@@ -60,7 +60,7 @@ def launch(
service = add_service(service_id, config)
enode
, enr
= el_admin_node_info.get_enode_for_node(service_id, RPC_PORT_ID)
enode = el_admin_node_info.get_enode_for_node(service_id, RPC_PORT_ID)
return el_client_context.new_el_client_context(
"besu",
...
...
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