generated from kurtosis-tech/package-template-repo
-
Notifications
You must be signed in to change notification settings - Fork 8
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
refactor: refactor argument passing in icon's starlark and Go packages for starting node #195
Merged
shreyasbhat0
merged 2 commits into
args-refactor
from
DIVE-159-Code-refactoring-in-icon-starlark-package-of-setup-icon-node
Oct 10, 2023
Merged
refactor: refactor argument passing in icon's starlark and Go packages for starting node #195
shreyasbhat0
merged 2 commits into
args-refactor
from
DIVE-159-Code-refactoring-in-icon-starlark-package-of-setup-icon-node
Oct 10, 2023
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
…age to RunStarlarkRemotePackage in icon.go
shreyasbhat0
approved these changes
Oct 10, 2023
hemz10
pushed a commit
that referenced
this pull request
Oct 18, 2023
* refactor: refactor argument passing in the starlark and go package of neutron and archway (#191) * refactor: refactor argument passing in the starlark and go package of neutron and archway * chore: remove print statement * chore: remove services json * chore: format document * ref: update doc strings and formatting * chore: update string --------- Co-authored-by: shreyasbhat0 <[email protected]> * refactor: refactor argument passing in eth's starlark and go package (#192) * refactor: refactor argument passing in ets's starlark and Go packages * refactor: refactor argument passing in eth's contract configuration starlark and Go packages * refactor: add doc strings in eth starlark package * refactor: refactor argument passing in icon's starlark and Go packages for starting node (#195) * refactor: refactor argument passing in icon's starlark and Go packages * chore:change DiveRemotePackagePath in constant.go and RunStarlarkPackage to RunStarlarkRemotePackage in icon.go * refactor: refactor icon's, eth's, btp, ibc bridge kurtosis and go package of contract configuration, bridge btp (#197) * refactor: refactor argument passing in icon's starlark and Go packages * chore:change DiveRemotePackagePath in constant.go and RunStarlarkPackage to RunStarlarkRemotePackage in icon.go * refactor: refactor argument passing in icon's, eth's btp setup starklark package * refactor: refactor icon's, eth's, btp, ibc bridge kurtosis and go package of contract configuration, bridge btp * refactor: refactor args in main.star and move setup ibc function from main.star to bridge.star (#199) * refactor: refactor argument passing in icon's starlark and Go packages * chore:change DiveRemotePackagePath in constant.go and RunStarlarkPackage to RunStarlarkRemotePackage in icon.go * refactor: refactor argument passing in icon's, eth's btp setup starklark package * refactor: refactor icon's, eth's, btp, ibc bridge kurtosis and go package of contract configuration, bridge btp * fix: fix error getting while running single icon node through cli * refactor: refactor args inside main.star and moving btp, ibc setup function in bridge.star respectively * refactor: remove unnecessary spaces beween code lines * refactor: remove unnecessary code from input_parser.star and main.star (#201) * refactor: refactor argument passing in icon's starlark and Go packages * chore:change DiveRemotePackagePath in constant.go and RunStarlarkPackage to RunStarlarkRemotePackage in icon.go * refactor: refactor argument passing in icon's, eth's btp setup starklark package * refactor: refactor icon's, eth's, btp, ibc bridge kurtosis and go package of contract configuration, bridge btp * fix: fix error getting while running single icon node through cli * refactor: refactor args inside main.star and moving btp, ibc setup function in bridge.star respectively * refactor: remove unnecessary spaces beween code lines * refactor: removing unnecessary code from main.star and bridge.star * refactor: remove unnecessary code from input_parser.star --------- Co-authored-by: Abhishek Harde <[email protected]>
shreyasbhat0
added a commit
that referenced
this pull request
Jan 24, 2024
* refactor: refactor argument passing in the starlark and go package of neutron and archway (#191) * refactor: refactor argument passing in the starlark and go package of neutron and archway * chore: remove print statement * chore: remove services json * chore: format document * ref: update doc strings and formatting * chore: update string --------- Co-authored-by: shreyasbhat0 <[email protected]> * refactor: refactor argument passing in eth's starlark and go package (#192) * refactor: refactor argument passing in ets's starlark and Go packages * refactor: refactor argument passing in eth's contract configuration starlark and Go packages * refactor: add doc strings in eth starlark package * refactor: refactor argument passing in icon's starlark and Go packages for starting node (#195) * refactor: refactor argument passing in icon's starlark and Go packages * chore:change DiveRemotePackagePath in constant.go and RunStarlarkPackage to RunStarlarkRemotePackage in icon.go * refactor: refactor icon's, eth's, btp, ibc bridge kurtosis and go package of contract configuration, bridge btp (#197) * refactor: refactor argument passing in icon's starlark and Go packages * chore:change DiveRemotePackagePath in constant.go and RunStarlarkPackage to RunStarlarkRemotePackage in icon.go * refactor: refactor argument passing in icon's, eth's btp setup starklark package * refactor: refactor icon's, eth's, btp, ibc bridge kurtosis and go package of contract configuration, bridge btp * refactor: refactor args in main.star and move setup ibc function from main.star to bridge.star (#199) * refactor: refactor argument passing in icon's starlark and Go packages * chore:change DiveRemotePackagePath in constant.go and RunStarlarkPackage to RunStarlarkRemotePackage in icon.go * refactor: refactor argument passing in icon's, eth's btp setup starklark package * refactor: refactor icon's, eth's, btp, ibc bridge kurtosis and go package of contract configuration, bridge btp * fix: fix error getting while running single icon node through cli * refactor: refactor args inside main.star and moving btp, ibc setup function in bridge.star respectively * refactor: remove unnecessary spaces beween code lines * refactor: remove unnecessary code from input_parser.star and main.star (#201) * refactor: refactor argument passing in icon's starlark and Go packages * chore:change DiveRemotePackagePath in constant.go and RunStarlarkPackage to RunStarlarkRemotePackage in icon.go * refactor: refactor argument passing in icon's, eth's btp setup starklark package * refactor: refactor icon's, eth's, btp, ibc bridge kurtosis and go package of contract configuration, bridge btp * fix: fix error getting while running single icon node through cli * refactor: refactor args inside main.star and moving btp, ibc setup function in bridge.star respectively * refactor: remove unnecessary spaces beween code lines * refactor: removing unnecessary code from main.star and bridge.star * refactor: remove unnecessary code from input_parser.star --------- Co-authored-by: Abhishek Harde <[email protected]>
shreyasbhat0
deleted the
DIVE-159-Code-refactoring-in-icon-starlark-package-of-setup-icon-node
branch
January 25, 2024 05:56
Mr-Nobody21
pushed a commit
to Mr-Nobody21/DIVE
that referenced
this pull request
May 7, 2024
* refactor: refactor argument passing in the starlark and go package of neutron and archway (HugoByte#191) * refactor: refactor argument passing in the starlark and go package of neutron and archway * chore: remove print statement * chore: remove services json * chore: format document * ref: update doc strings and formatting * chore: update string --------- Co-authored-by: shreyasbhat0 <[email protected]> * refactor: refactor argument passing in eth's starlark and go package (HugoByte#192) * refactor: refactor argument passing in ets's starlark and Go packages * refactor: refactor argument passing in eth's contract configuration starlark and Go packages * refactor: add doc strings in eth starlark package * refactor: refactor argument passing in icon's starlark and Go packages for starting node (HugoByte#195) * refactor: refactor argument passing in icon's starlark and Go packages * chore:change DiveRemotePackagePath in constant.go and RunStarlarkPackage to RunStarlarkRemotePackage in icon.go * refactor: refactor icon's, eth's, btp, ibc bridge kurtosis and go package of contract configuration, bridge btp (HugoByte#197) * refactor: refactor argument passing in icon's starlark and Go packages * chore:change DiveRemotePackagePath in constant.go and RunStarlarkPackage to RunStarlarkRemotePackage in icon.go * refactor: refactor argument passing in icon's, eth's btp setup starklark package * refactor: refactor icon's, eth's, btp, ibc bridge kurtosis and go package of contract configuration, bridge btp * refactor: refactor args in main.star and move setup ibc function from main.star to bridge.star (HugoByte#199) * refactor: refactor argument passing in icon's starlark and Go packages * chore:change DiveRemotePackagePath in constant.go and RunStarlarkPackage to RunStarlarkRemotePackage in icon.go * refactor: refactor argument passing in icon's, eth's btp setup starklark package * refactor: refactor icon's, eth's, btp, ibc bridge kurtosis and go package of contract configuration, bridge btp * fix: fix error getting while running single icon node through cli * refactor: refactor args inside main.star and moving btp, ibc setup function in bridge.star respectively * refactor: remove unnecessary spaces beween code lines * refactor: remove unnecessary code from input_parser.star and main.star (HugoByte#201) * refactor: refactor argument passing in icon's starlark and Go packages * chore:change DiveRemotePackagePath in constant.go and RunStarlarkPackage to RunStarlarkRemotePackage in icon.go * refactor: refactor argument passing in icon's, eth's btp setup starklark package * refactor: refactor icon's, eth's, btp, ibc bridge kurtosis and go package of contract configuration, bridge btp * fix: fix error getting while running single icon node through cli * refactor: refactor args inside main.star and moving btp, ibc setup function in bridge.star respectively * refactor: remove unnecessary spaces beween code lines * refactor: removing unnecessary code from main.star and bridge.star * refactor: remove unnecessary code from input_parser.star --------- Co-authored-by: Abhishek Harde <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description:
Commit Message
see the guidelines for commit messages.
Checklist: