Skip to content
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

feat: implement kurtosis package for local setup of pendulum parachain #18

Merged
merged 6 commits into from
Oct 30, 2023

Conversation

abhiyana
Copy link
Contributor

Description:

Commit Message

feat: implement kurtosis package for local setup of pendulum parachain

see the guidelines for commit messages.

Changelog Entry

version: <log entry>

Checklist:

  • I have performed a self-review of my own code
  • I have documented my code in accordance with the documentation guidelines
  • My changes generate no new warnings
  • I have added tests that prove my fix is effective or that my feature works
  • I have run the unit tests
  • I only have one commit (if not, squash them into one commit).
  • I have a descriptive commit message that adheres to the commit message guidelines

Please review the CONTRIBUTING.md file for detailed contributing guidelines.

@abhiyana abhiyana requested a review from shreyasbhat0 October 30, 2023 12:30
@@ -0,0 +1,18 @@
def run_pendulum(plan):
exec_command = ["--chain=dev", "--collator", "--rpc-external", "--rpc-cors=all", "--rpc-methods=unsafe", "--tmp", "--", "--wasm-execution=compiled", "--chain=/app/rococo-local.json"]
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please format the command into multiple lines

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

formatted the code

@shreyasbhat0 shreyasbhat0 merged commit 5482a0d into main Oct 30, 2023
1 check passed
@shreyasbhat0 shreyasbhat0 deleted the DIVE-184-Localnet-setup-for-Pendulum-Polkadot branch October 30, 2023 12:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants