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

feat(governance): distribute committee invitations based on address (WIP) #4561

Closed
wants to merge 1 commit into from

Conversation

dckc
Copy link
Member

@dckc dckc commented Feb 16, 2022

This DRAFT PR is mostly to let @Chris-Hibbert see what this looks like; he has some reasonable hesitation about whether this is in scope for the committee contract.

In #4348 (RUN protocol governance demo), we have:

  1. choose a few addresses for economic committee members and a chair/secretary
  2. make a governance proposal to start the RUN protocol and seat the committee

This adds support in the committee contract to send voter invitations to deposit facets based on address.

In combination with a few changes in other packages, it lets us do:

$ agoric start local-solo
# copy address from log output

Then in another terminal, the chain operator designates the committee members:

$ addrs=agoric1lf7u6rm0ssvt6rqm3mas5n3syj4mefek7py4dy # space separated list
$  ECON_GOV_ADDRS=$addrs agoric start local-chain --reset -v

Then (after a few minutes) in the wallet corresponding to the local-solo, in our Zoe invitation purse, we get a voter invitation.

Copy link
Contributor

@Chris-Hibbert Chris-Hibbert left a comment

Choose a reason for hiding this comment

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

That looks quite plausible. I can imagine an ElectionManager having code to distribute the invitations after the election concludes.

@Chris-Hibbert Chris-Hibbert added the Governance Governance label Mar 10, 2022
@dckc dckc closed this Apr 12, 2022
@dckc dckc mentioned this pull request Apr 28, 2022
2 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Governance Governance
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants