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

Adds Dec 6th upgrade plan for epoch contracts #274

Merged
merged 5 commits into from
Dec 6, 2023

Conversation

joshuahannan
Copy link
Member

Adds the plan to upgrade FlowDKG, FlowIDTableStaking, and FlowEpoch from this PR.

This will also be performed async for Canary and Testnet based on this forum post.

@jordanschalm
Copy link
Member

Will need an update to include onflow/flow-core-contracts#396

transaction(name: String, code: String) {
prepare(signer: AuthAccount) {

let slots: {UInt8: UInt16} = {5:5}
Copy link
Member Author

Choose a reason for hiding this comment

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

@vishalchangrani Do we know how many slots we want to keep open for access nodes each week?

Copy link
Collaborator

Choose a reason for hiding this comment

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

Lets start with 3 instead of 5. This can be updated in the future, correct?

Copy link
Member Author

Choose a reason for hiding this comment

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

yes, it can be updated

@joshuahannan
Copy link
Member Author

I just pushed the updated versions of the contract arguments for the upgrade. @vishalchangrani we should be able to do the upgrade during the epoch setup phase wednesday morning, so you are good to schedule that when you get the chance

Copy link
Collaborator

Choose a reason for hiding this comment

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

@joshuahannan should this transaction be also executed as part of the multi-sign or does the update to the staking contract introduces this change automatically?

Copy link
Member Author

Choose a reason for hiding this comment

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

yes, it needs to be executed. it is all in the README

@vishalchangrani vishalchangrani merged commit ee49605 into main Dec 6, 2023
@joshuahannan joshuahannan deleted the dec-6-upgrade-epoch branch December 6, 2023 15:43
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.

3 participants