generated from kurtosis-tech/package-template-repo
-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
perf: refactor args in dive starlark package (#198)
* 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]>
- Loading branch information
1 parent
6cdcdb8
commit 076867f
Showing
13 changed files
with
167 additions
and
472 deletions.
There are no files selected for viewing
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
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
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
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
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
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
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
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
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
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
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
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
Oops, something went wrong.