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
157 stars 92 forks source link

Add new StorageHub keys to Zombienet #1785

Closed timbrinded closed 5 months ago

timbrinded commented 5 months ago

Is your feature request related to a problem? Please describe.

As part of the upcoming StorageHub system chain, storage providers (based on PolkadotSDK) require a new set of keys to submit extrinsics based on listened block events. Zombienet is hugely useful to the project in being able to simulate large networks of nodes of different roles, but would require a additional keys to be added to the framework.

Describe the solution you'd like

The new storageHub specific keys to be added, similar to other networks (moonbeam, equilibrium etc) have their keys added here.

Describe alternatives you've considered

No response

Additional context

@pepoviola Have already raised a PR (https://github.com/paritytech/zombienet/pull/1783) to impl this in zombienet