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
--tmp creates new directory without $DATA/chains/$CHAIN/network/secret_ed25519 file. --unsafe-force-node-key-generation generates new libp2p private key.
Peer id is public key which is derived from private key.
Peer id is passed to --bootnodes (or chainspec json) and checked.
Please check if peer id from Local node identity is matches one passed to --bootnodes.
Zombienet generates libp2p private key and passes it to --node-key.
This way peer id is predictable and doesn't change.
You can see --node-key and other flags in zombienet_data/alice.yaml.
What are exactly the tricks that ZN does under the hood? are these documented somewhere?
for example, I can't get a rococo local spec to run locally with
but it works with ZN, so I assume it is doing more magic under the hood.
As a user, I like the abstraction, but I also would like to know what is going on.
The text was updated successfully, but these errors were encountered: