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

Update hardcoded EC addresses with newly elected committee members #10194

Closed
otoole-brendan opened this issue Oct 2, 2024 · 5 comments · Fixed by #10323
Closed

Update hardcoded EC addresses with newly elected committee members #10194

otoole-brendan opened this issue Oct 2, 2024 · 5 comments · Fixed by #10323
Assignees
Labels
Governance Governance

Comments

@otoole-brendan
Copy link
Contributor

otoole-brendan commented Oct 2, 2024

The 3 members and their addresses are:

"Chloe White": "agoric1d4228cvelf8tj65f4h7n2td90sscavln2283h5"
    "Chris Berg": "agoric13p9adwk0na5npfq64g22l6xucvqdmu3xqe70wq"
    "Joe Clark": "agoric1zayxg4e9vd0es9c9jlpt36qtth255txjp6a8yc"

See comment below for more details

@dckc
Copy link
Member

dckc commented Oct 8, 2024

make the gov3 -> gov4 change for this issue, please

@dckc dckc added the Governance Governance label Oct 9, 2024
mergify bot added a commit that referenced this issue Oct 11, 2024
refs: #10194 

## Description
The PR updates the `DEVNET` config in the builder script of replace electorate core eval, which is identical for all testnets. It includes the wallet address of the new EC committee member and adds this address to the high-priority senders list.

### Scaling Considerations
n/a


### Upgrade Considerations
out of scope of this PR; see an upcoming issue

## Security / Documentation / Testing Considerations

These accounts are for testing. The usual key management considerations apply. The relevant private keys are shared on a need-to-know basis for testing.
@otoole-brendan
Copy link
Contributor Author

The 3 proposed members are known. I'm validating their addresses before sharing them so they can be hard-coded in

@otoole-brendan
Copy link
Contributor Author

otoole-brendan commented Oct 22, 2024

These are the addresses of the 3 members that will continue to serve. Note they are already serving on the EC so we can reuse addresses already in code (taken from

"voterAddresses": {
"Jason Potts": "agoric1gx9uu7y6c90rqruhesae2t7c2vlw4uyyxlqxrx",
"Chloe White": "agoric1d4228cvelf8tj65f4h7n2td90sscavln2283h5",
"Thibault Schrepel": "agoric14543m33dr28x7qhwc558hzlj9szwhzwzpcmw6a",
"Chris Berg": "agoric13p9adwk0na5npfq64g22l6xucvqdmu3xqe70wq",
"Youssef Amrani": "agoric1el6zqs8ggctj5vwyukyk4fh50wcpdpwgugd5l5",
"Joe Clark": "agoric1zayxg4e9vd0es9c9jlpt36qtth255txjp6a8yc"
)

        "Chloe White": "agoric1d4228cvelf8tj65f4h7n2td90sscavln2283h5"
        "Chris Berg": "agoric13p9adwk0na5npfq64g22l6xucvqdmu3xqe70wq"
        "Joe Clark": "agoric1zayxg4e9vd0es9c9jlpt36qtth255txjp6a8yc"

For avoidance of doubt I'm validating these with these EC members to ensure accuracy and no changes

cc @frazarshad

@dckc
Copy link
Member

dckc commented Oct 22, 2024

I also see in the 14 Oct community forum post:

we’re pleased to announce that Chloe White, Chris Berg, and Joseph Clark have indicated their willingness to serve another term.

@otoole-brendan
Copy link
Contributor Author

@frazarshad Dan has confirmed the source of these addresses so feeling pretty confident about them. Over to you to code these where appropriate! If the EC members say otherwise I'll flag but these are unlikely to change

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 a pull request may close this issue.

3 participants