polkadot-fellows / runtimes

The various runtimes which make up the core subsystems of networks for which the Fellowship is represented.
GNU General Public License v3.0
125 stars 72 forks source link

remove delegated staking from prod runtimes #357

Closed Ank4n closed 6 days ago

Ank4n commented 6 days ago

pallet-delegated-staking and associated changes for nomination pool is still under audit and needs some issues to be fixed before prod runtimes. Setting the following is functionally no-op.

type StakeAdapter = pallet_nomination_pools::adapter::TransferStake<Self, Staking>
ggwpez commented 6 days ago

Thanks!