How better to handle fork of zombienet feature? #957
Unanswered
dzmitry-lahoda
asked this question in
Q&A
Replies: 1 comment
-
Hi @dzmitry-lahoda, this is a feature that we will want to add at some point. I think the best approach is to use a combinations of steps to get the fork working. At first get the state and feed into zombienet to customize the chain-spec with the needed info to make it works (e.g keys / paras / etc ), then spawn the desired network and wire everything together. I will ping you when we have a PoC. Thanks! |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I want feature of fork-of-substrate in zombienet. To run from state of real chain.
How should I approach this imlementation? Can it be purely external to zombienet, so I just download state snapshot, make it more "local", and just feed into zombient? What would be config parameters?
Will it require some modifications to zombienet?
Beta Was this translation helpful? Give feedback.
All reactions