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

chore: restore the solidity survey message (2024) #6133

Merged
merged 2 commits into from
Jan 12, 2025

Conversation

galargh
Copy link
Member

@galargh galargh commented Jan 10, 2025

  • Because this PR includes a bug fix, relevant tests have been included.
  • Because this PR includes a new feature, the change was previously discussed on an Issue or with someone from the team.
  • I didn't do anything of this.

As discussed during the sync, I'm reenabling the Solidity Survey message.

@galargh galargh requested review from kanej and alcuadrado January 10, 2025 16:40
Copy link

changeset-bot bot commented Jan 10, 2025

🦋 Changeset detected

Latest commit: b1dfb90

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 1 package
Name Type
hardhat Patch

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

Copy link

vercel bot commented Jan 10, 2025

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
hardhat ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jan 10, 2025 7:21pm

@github-actions github-actions bot added the status:ready This issue is ready to be worked on label Jan 10, 2025
@galargh
Copy link
Member Author

galargh commented Jan 10, 2025

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")) {
Copy link
Member Author

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.

@alcuadrado
Copy link
Member

Looks good! Can we also update this? https://github.com/NomicFoundation/hardhat/blob/main/docs/src/config.ts#L29

Copy link
Member

@alcuadrado alcuadrado left a 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

@galargh galargh force-pushed the solidity-survey-2024 branch from d064dee to b1dfb90 Compare January 10, 2025 19:20
@alcuadrado alcuadrado merged commit dc749cf into main Jan 12, 2025
105 checks passed
@alcuadrado alcuadrado deleted the solidity-survey-2024 branch January 12, 2025 19:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
status:ready This issue is ready to be worked on
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

2 participants