paritytech / polkadot-sdk

The Parity Polkadot Blockchain SDK
https://polkadot.network/
1.84k stars 668 forks source link

Local cumulus testing environment with staking-related pallets #1902

Open gpestana opened 1 year ago

gpestana commented 1 year ago

Set up a local testing environment with zombienet to spin up and test the Staking Chain. To begin with, the staking chain runtime may include the non-PoV friendly staking-related pallets.

Staking-related pallets to add in the parachain runtime

Zombienet chains

Ank4n commented 12 months ago

May be pallet session as well (which we will eventually refactor a lot and it will end up being a session-lite). It might be easier to set the chain up with pallet session to begin with. Also probably pallet_nis will move to Staking Chain.

gpestana commented 11 months ago

Perhaps we should give the parachain-launch or similar a go on this.

gpestana commented 11 months ago

With this, we should be able to:

Note: aura will never be connected to the staking parachain in Rococo/Westend for now, this is just to simulate and play with the staking parachain and relay chain "mock"