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

[SDK] Building block Network #525

Closed
Tracked by #523
pepoviola opened this issue Oct 30, 2022 · 1 comment
Closed
Tracked by #523

[SDK] Building block Network #525

pepoviola opened this issue Oct 30, 2022 · 1 comment
Labels
V2 v2 task related
Milestone

Comments

@pepoviola
Copy link
Collaborator

pepoviola commented Oct 30, 2022

Network high-level specs:

  • We should allow to use a builder pattern to construct the network and the build method should create all the needed configuration to spawn the network.

  • spawn method should check that all the needed artifacts are ready, and if not we should build internally.

  • info method should return all the running config info (endpoints/chain-spec paths/ log paths/etc)

  • destroy method should tear-down all the network and clean-up all the resources. (we want to allow to save the logs/database for a later analysis)

  • rebuild should allow to rebuild the network instance from the same json we get from info.

@pepoviola pepoviola added this to the SDK milestone Oct 30, 2022
@wirednkod wirednkod mentioned this issue Oct 31, 2022
15 tasks
@wirednkod wirednkod added the V2 v2 task related label Dec 13, 2022
@wirednkod
Copy link
Contributor

Moved to paritytech/zombienet-sdk#2

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
V2 v2 task related
Projects
Status: Done
Development

No branches or pull requests

2 participants