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

🐞 [Bug]: Zombienet config doesn't work with paseo-local #352

Closed
3 tasks done
ozgunozerk opened this issue Oct 30, 2024 · 2 comments · Fixed by #353
Closed
3 tasks done

🐞 [Bug]: Zombienet config doesn't work with paseo-local #352

ozgunozerk opened this issue Oct 30, 2024 · 2 comments · Fixed by #353
Assignees
Labels
bug Something isn't working needs triage Needs to be assigned the appropriate labels.

Comments

@ozgunozerk
Copy link
Collaborator

templates

  • Generic Runtime Template
  • Evm Template

What happened?

If people follow our guides, they will encounter the following error:

Error:           Error: Command failed with exit code 1: bash -c ./bin-stable2407-1/polkadot build-spec --chain paseo-local --disable-default-bootnode > /var/folders/gz/2t0xjdgd2738_r1lb311drmr0000gn/T/zombie-25472a6e5cb2d376cfb2189c4d4925a3_-81300-S69Q3Tes8WRi/cfg/paseo-local-plain.json
Error: 
   0: Invalid input: Error opening spec file `paseo-local`: No such file or directory (os error 2)

This may be due to the polkadot executable we are using in our zombienet config. Will investiage more

Expected behavior

No response

Contribution Guidelines

  • I agree to follow this project's Contribution Guidelines
@ozgunozerk ozgunozerk added bug Something isn't working needs triage Needs to be assigned the appropriate labels. labels Oct 30, 2024
@ozgunozerk
Copy link
Collaborator Author

Here is how it worked before with rococo-local: https://github.com/paritytech/polkadot-sdk/blob/polkadot-stable2407-1/polkadot/cli/src/command.rs#L99

Basically, the cli has rococo-local option hardcoded into it. But it doesn't have the same for paseo-local

@AlexD10S
Copy link
Contributor

In the meantime, running pop up parachain -f zombienet-config/devnet.toml installing pop from the branch: cargo install --locked --git https://github.com/r0gue-io/pop-cli --branch oz-evm-template --force

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working needs triage Needs to be assigned the appropriate labels.
Projects
Archived in project
Development

Successfully merging a pull request may close this issue.

2 participants