-
Notifications
You must be signed in to change notification settings - Fork 439
Clarify mainnet upgrade date requirement #1780
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
Open
barnabasbusa
wants to merge
2
commits into
ethereum:master
Choose a base branch
from
barnabasbusa:patch-2
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from all commits
Commits
Show all changes
2 commits
Select commit
Hold shift + click to select a range
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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.
I think this is reasonable. My 2c from a client dev perspective:
Things can always go wrong - we could set hard requirements and be more conservative (e.g. wait at least a week after all testnets have upgraded) and delay shipping even if the failure rate is extremely low; But I see more benefit in being optimistic and focusing on improving our testing process to reduce the failure rates. (which I believe we’re constantly getting better at!)
In my opinion, doing more devnet iterations with clear goals until things are robust is much more meaningful than having a hard requirement to wait for all testnets to upgrade.
Uh oh!
There was an error while loading. Please reload this page.
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.
On the other hand, hooli and sepolia serve different purposes and are targeting different user groups - and we could discover different things on the two devnets that could potentially impact our mainnet timeline.
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.
For process, I don't mind us being able to plan ahead and to have an upgrade epoch we are targeting. However, from a client implementer prospective, I don't think I would include any mainnet fork configuration parameters in any release until all the testnets have forked successfully.
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.
This isn't meant to decide when a client puts the dates into their releases. I don't think we should decide that for the client teams here.
Uh oh!
There was an error while loading. Please reload this page.
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.
this point effectively means you should not make a client release containing the mainnet release fork date until the final testnet has been deemed "successfully upgrade" (a condition for which we don't have criteria, beyond "looks good")
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.
I think that should be up to the client team's decision when they wanna make a client release.
The point here is to have the public know more in advance when to expect the mainnet fork, not just one month before it happens but ideally up to 2mo in advance.
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.
It has been a community expectation that between hard forks, you should be free to run whatever version of whatever client you want and it should "just work" - releasing a client version that is out before the criteria for the hard fork are fulfilled seems to go against that principle. True, it could happen due to some security issue discovered late that we recall a release, but I don't think it's something we should encourage as an "ordinary" thing to expect - ie "hard fork is ready to ship, let's upgrade the nodes" is a simple message. "hardfork is mostly ready, maybe upgrade your clients" is a mess.
Pursuant to this, I would call any date announced before the two test nets transition as "tentative" or "conditional" - one simple reason for this is that if during the transition a security issue is discovered (say an EIP introduces some repricing etc), it might lead to the hard fork contents changing.
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.
I'm against this change. We can (and in Fusaka's case have) propose a target date. but it shouldn't be confirmed until all testnets have been upgraded.
Though even with a proposed date, if there is an issue which requires more time, then we should be prepared that the wider world will see this as core devs delaying an upgrade.