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

Secretary Program #347

Open
wants to merge 51 commits into
base: main
Choose a base branch
from

Conversation

Doordashcon
Copy link
Contributor

@Doordashcon Doordashcon commented Jun 10, 2024

Closes polkadot-fellows/help-center#10

On Chain Structure

The on-chain program consists of one rank(SECRETARY) and the default Candidate(SECRETARY_CANDIDATE):

Membership Management

Members themselves are without the power to promote or demote, this right is reserved to token holders via Polkadot OpenGov and votes from Fellow rank of the Technical Fellowship.

@Doordashcon
Copy link
Contributor Author

Hopefully this is ready for review @ggwpez @muharem

@Doordashcon
Copy link
Contributor Author

Screenshot 2024-06-23 at 13 53 08

@Doordashcon
Copy link
Contributor Author

Doordashcon commented Jun 23, 2024

Tested with Chopsticks

}

impl pallet_salary::Config<SecretarySalaryInstance> for Runtime {
type WeightInfo = (); // TODO weights::pallet_salary_secretary_salary::WeightInfo<Runtime>;
Copy link
Contributor

Choose a reason for hiding this comment

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

Weights are still missing.

@bkchr
Copy link
Contributor

bkchr commented Nov 19, 2024

@joepetrowski @muharem please give it another review that we can merge this.

CHANGELOG.md Outdated Show resolved Hide resolved
@bkchr
Copy link
Contributor

bkchr commented Nov 22, 2024

@Doordashcon the benchmarks are failing.

@Doordashcon
Copy link
Contributor Author

Doordashcon commented Nov 24, 2024

@bkchr We need this fix included in the runtime repo, we can add the backport label to include it in the recent SDK release?

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

Successfully merging this pull request may close these issues.

Add a secretary collective
6 participants