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
d69ec4bb
Unverified
Commit
d69ec4bb
authored
Dec 14, 2022
by
Peeeekay
Committed by
GitHub
Dec 14, 2022
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #45 from kurtosis-tech/pk/add_port_spec_constructor
updated struct to PortSpec
parents
2ed9d5c8
a08abb85
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
1 deletion
+4
-1
changelog.md
docs/changelog.md
+3
-0
shared_utils.star
src/shared_utils/shared_utils.star
+1
-1
No files found.
docs/changelog.md
View file @
d69ec4bb
# TBD
### Breaking changes
-
Updated
`struct`
to
`PortSpec`
for declaring port definitions
# 0.0.5
### Fixes
...
...
src/shared_utils/shared_utils.star
View file @
d69ec4bb
...
...
@@ -25,4 +25,4 @@ def path_dir(path):
def new_port_spec(number, protocol):
return
struct
(number = number, protocol = protocol)
return
PortSpec
(number = number, protocol = protocol)
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