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

Refactor pallet society #6367

Merged
merged 10 commits into from
Nov 13, 2024
Merged

Refactor pallet society #6367

merged 10 commits into from
Nov 13, 2024

Conversation

re-gius
Copy link
Contributor

@re-gius re-gius commented Nov 5, 2024

@re-gius re-gius self-assigned this Nov 5, 2024
@re-gius re-gius added T2-pallets This PR/Issue is related to a particular pallet. T12-benchmarks This PR/Issue is related to benchmarking and weights. labels Nov 5, 2024
@re-gius re-gius marked this pull request as ready for review November 5, 2024 14:17
@re-gius re-gius requested a review from a team as a code owner November 5, 2024 14:17
@@ -431,7 +435,7 @@ pub struct MemberRecord {
}

/// Information concerning a member.
#[derive(Encode, Decode, Clone, PartialEq, Eq, RuntimeDebug, TypeInfo, Default)]
#[derive(Encode, Decode, Clone, PartialEq, Eq, RuntimeDebug, TypeInfo, Default, MaxEncodedLen)]
Copy link
Contributor Author

Choose a reason for hiding this comment

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

This should work because PayoutRecord<Balance, PayoutsVec> is only used in PayoutRecordFor<T, I> where PayoutsVec is a BoundedVec

prdoc/pr_6367.prdoc Outdated Show resolved Hide resolved
prdoc/pr_6367.prdoc Outdated Show resolved Hide resolved
prdoc/pr_6367.prdoc Outdated Show resolved Hide resolved
@re-gius re-gius added this pull request to the merge queue Nov 13, 2024
Merged via the queue into master with commit e87bffc Nov 13, 2024
189 of 197 checks passed
@re-gius re-gius deleted the re-gius/refactor-pallet-society branch November 13, 2024 11:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
T2-pallets This PR/Issue is related to a particular pallet. T12-benchmarks This PR/Issue is related to benchmarking and weights.
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

3 participants