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

TODOs for hardhat-ethers V3 when V3 features are ready #5788

Closed
6 of 8 tasks
ChristopherDedominici opened this issue Sep 27, 2024 · 0 comments · Fixed by #5884
Closed
6 of 8 tasks

TODOs for hardhat-ethers V3 when V3 features are ready #5788

ChristopherDedominici opened this issue Sep 27, 2024 · 0 comments · Fixed by #5884
Assignees
Labels
v-next A Hardhat v3 development task
Milestone

Comments

@ChristopherDedominici
Copy link
Contributor

ChristopherDedominici commented Sep 27, 2024

HardhatEthersSigner

Example project

  • Remove the explanation in the script on how to run hardhat-ethers using a V2 node

hardhat-ethers README

  • Remove the explanation on how to run hardhat-ethers using a V2 node

Tests

Modify tests:

  • add support for hardhat node in tests, search for TODO: enable when V3 is ready

Delete TMP files:

  • delete the run-tests.ts file
  • delete the pnpm test:tmp command
  • update the initializeTestEthers helper function at the path ./test/helpers/helpers.ts
  • move the tests from the test-tmp folder to the test folder and delete the test-tmp folder

Some of these comments have been addressed in this PR: #5884

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
v-next A Hardhat v3 development task
Projects
Archived in project
Development

Successfully merging a pull request may close this issue.

2 participants