-
Notifications
You must be signed in to change notification settings - Fork 9
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
Conversation
transactions/update-contract/2023/dec-6-upgrade-dkg-staking-epoch/README.md
Show resolved
Hide resolved
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} |
There was a problem hiding this comment.
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?
There was a problem hiding this comment.
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?
There was a problem hiding this comment.
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
c285e35
to
7ee0504
Compare
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 |
There was a problem hiding this comment.
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?
There was a problem hiding this comment.
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
Adds the plan to upgrade
FlowDKG
,FlowIDTableStaking
, andFlowEpoch
from this PR.This will also be performed async for Canary and Testnet based on this forum post.