You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I wanted to share an observation regarding the spec generation in zombienet.
I've noticed that zombienet generates specs in two locations: one inside the cfg folder and another outside of it. When converting to a raw spec, zombienet seems to be picking the version outside the cfg folder.
When I manually convert the raw spec from outside cfg, I encounter the same issue. However, converting the raw spec from inside cfg works without any problems.
I’m unsure why zombienet is not selecting the spec from inside the cfg folder. Could you help me understand this behavior?
Hello Team,
I have a solochain that I'm trying to run using
zombienet
with a simple script. Everything works fine until I make any modifications to the chain.Here is my
block-building.toml
:Here is the command:
However, whenever I add a new pallet, which utilizes
offchain-worker
andsession-handler
, I encounter the following error while running Zombienet:I also want to highlight one more thing:
As I mentioned earlier, my new pallet introduces
offchain-worker
andsession-handler
, which adds a new session key to the chain.Could this change be related to the issues I'm experiencing with Zombienet? If so, I would appreciate any help in resolving this.
Thanks for your assistance!
The text was updated successfully, but these errors were encountered: