-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
chore: restore the solidity survey message (2024) #6133
Conversation
🦋 Changeset detectedLatest commit: b1dfb90 The changes in this PR will be included in the next version bump. This PR includes changesets to release 1 package
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
I also found NomicFoundation/hardhat-vscode#312 in the vscode repo. Should we restore it there, too? |
@@ -372,15 +372,15 @@ function showStarOnGitHubMessage() { | |||
} | |||
|
|||
export function showSoliditySurveyMessage() { | |||
if (new Date() > new Date("2024-01-07 23:39")) { | |||
if (new Date() > new Date("2025-01-31 23:39")) { |
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 set the end date to the end of the month. My thinking was that we can extend it if it's still running beyond that point.
Looks good! Can we also update this? https://github.com/NomicFoundation/hardhat/blob/main/docs/src/config.ts#L29 |
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.
See the other comment
d064dee
to
b1dfb90
Compare
As discussed during the sync, I'm reenabling the Solidity Survey message.