Skip to content
This repository has been archived by the owner on Nov 15, 2023. It is now read-only.

[Feature] Part 2: Enable TargetList for validator ranking and approval stake tracking. #12645

Closed
wants to merge 5 commits into from

Conversation

ruseinov
Copy link
Contributor

@ruseinov ruseinov commented Nov 8, 2022

This is the second of a series of PRs aimed at reviving #11013
Work on: paritytech/polkadot-sdk#443

@github-actions github-actions bot added the A3-in_progress Pull request is in progress. No review needed at this stage. label Nov 8, 2022
/// their approval stake is going to start at 0.
#[pallet::storage]
#[pallet::getter(fn approval_stake)]
pub type ApprovalStake<T: Config> = StorageMap<_, Twox64Concat, T::AccountId, BalanceOf<T>>;
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I thought we agreed on having a new pallet, like an extension to staking, that tracks approval stakes.

@ruseinov
Copy link
Contributor Author

closed in favour of #12744

@ruseinov ruseinov closed this Nov 20, 2022
@ruseinov ruseinov deleted the ru/feature/target-list-p2 branch November 20, 2022 16:28
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
A3-in_progress Pull request is in progress. No review needed at this stage.
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

2 participants