Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Local cumulus testing environment with staking-related pallets #1902

Open
gpestana opened this issue Oct 17, 2023 · 3 comments
Open

Local cumulus testing environment with staking-related pallets #1902

gpestana opened this issue Oct 17, 2023 · 3 comments
Assignees

Comments

@gpestana
Copy link
Contributor

gpestana commented Oct 17, 2023

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

  • pallet-staking
  • pallet-election-provider-multi-phase
  • pallet-nomination-pools
  • pallet-fast-unstake
  • pallet-bags-list

Zombienet chains

  • relay chain
  • parachain 1: staking chain
  • parachain 2: asset hub
@Ank4n
Copy link
Contributor

Ank4n commented Oct 19, 2023

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.

@0xmovses 0xmovses self-assigned this Oct 23, 2023
@gpestana
Copy link
Contributor Author

gpestana commented Nov 7, 2023

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

@gpestana
Copy link
Contributor Author

gpestana commented Nov 7, 2023

With this, we should be able to:

  • run staking parachain (with old pallets) in a local env
  • deploy in rococo with a side-chain that emulates the relay chain and asset hub

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"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants