paritytech / zombienet

A cli tool to easily spawn ephemeral Polkadot/Substrate networks and perform tests against them.
https://paritytech.github.io/zombienet/
GNU General Public License v3.0
159 stars 91 forks source link

Is there a way to specify the session keys myself? #1906

Open AurevoirXavier opened 4 days ago

AurevoirXavier commented 4 days ago
          Is there a way to specify the session keys myself? We have our own staking(collator election) logic. Even this get fixed, the generated one wont work for us I think.

Originally posted by @AurevoirXavier in https://github.com/paritytech/zombienet/issues/1826#issuecomment-2208623032

pepoviola commented 4 days ago

Hi @AurevoirXavier, for evm base paras we create the key randomly and is accessible in the zombie.json created at deploy. We can add a new key to allow you to pass the key to use in each collator. Does will work in your use case?

Thx!

AurevoirXavier commented 4 days ago

Hi @AurevoirXavier, for evm base paras we create the key randomly and is accessible in the zombie.json created at deploy. We can add a new key to allow you to pass the key to use in each collator. Does will work in your use case?

Thx!

Yes, I think this could work!

pepoviola commented 4 days ago

Great, I will ping you for testing when is ready. Also, we are pushing our next version (https://github.com/paritytech/zombienet-sdk) to collect feedback, if you have time to try it will be great and any feedback is welcome 👍

Thx!