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

Port hardhat-ethers to the v3 API #5610

Closed
2 tasks done
Tracked by #5609
kanej opened this issue Aug 15, 2024 · 0 comments · Fixed by #5787
Closed
2 tasks done
Tracked by #5609

Port hardhat-ethers to the v3 API #5610

kanej opened this issue Aug 15, 2024 · 0 comments · Fixed by #5787
Assignees
Labels
status:ready This issue is ready to be worked on v-next A Hardhat v3 development task

Comments

@kanej
Copy link
Member

kanej commented Aug 15, 2024

Port the hardhat-ethers Hardhat plugin to ESM and the Hardhat v3 API.

The interactions with the network API will have to be updated and consideration given to how ethers interacts with the default network.

The pattern used in the network helpers is likely to inform the ethers api, e.g.

const { ethers } = await hre.network.connect();

const lock = await ethers.deployContract("Lock", [unlockTime], {
  value: lockedAmount,
});
  • Design doc
  • new hardhat-ethers package
@kanej kanej mentioned this issue Aug 15, 2024
7 tasks
@github-actions github-actions bot added the status:ready This issue is ready to be worked on label Aug 15, 2024
@github-project-automation github-project-automation bot moved this to Backlog in Hardhat Aug 15, 2024
@kanej kanej added the v-next A Hardhat v3 development task label Aug 15, 2024
@kanej kanej moved this from Backlog to To-do in Hardhat Aug 15, 2024
@kanej kanej changed the title hardhat-ethers Port hardhat-ethers to the v3 API Aug 15, 2024
@ChristopherDedominici ChristopherDedominici moved this from To-do to In Progress in Hardhat Sep 18, 2024
@ChristopherDedominici ChristopherDedominici linked a pull request Sep 27, 2024 that will close this issue
@kanej kanej closed this as completed Oct 3, 2024
@github-project-automation github-project-automation bot moved this from In Review to Done in Hardhat Oct 3, 2024
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 v-next A Hardhat v3 development task
Projects
Archived in project
Development

Successfully merging a pull request may close this issue.

2 participants