hardhat
Here are 1,050 public repositories matching this topic...
-
Updated
May 29, 2022 - TypeScript
-
Updated
Jun 1, 2022
I think you should add the line await network.provider.send("evm_mine"); below evm_increaseTime, on the typescript keepers test file.
Or at least that's what I had to do on my local file to make the time increase have any real effect.
Reference:
https://ethereum.stackexchange.com/questions/86633/time-dependent-tests-with-hardhat
-
Updated
Jun 1, 2022 - TypeScript
-
Updated
May 31, 2022 - TypeScript
-
Updated
Apr 17, 2022 - JavaScript
-
Updated
May 30, 2022 - TypeScript
-
Updated
Feb 21, 2022 - TypeScript
-
Updated
Apr 16, 2022 - TypeScript
-
Updated
Apr 28, 2022
-
Updated
Apr 15, 2022 - JavaScript
-
Updated
Apr 13, 2022 - TypeScript
-
Updated
Jun 1, 2022 - TypeScript
If you open a block comment and hit enter to go to a new line, the * should be autoinserted:
Current:
/**
| <- cursor
*/
function foo2() public virtual {}Preferred:
/**
* | <- cursor
*/
function foo2() public virtual {}This happens in typescript and looks to be coming from the onEnterRules in the `language-configuration.
-
Updated
Apr 28, 2022 - TypeScript
-
Updated
May 31, 2022 - Solidity
-
Updated
May 30, 2022 - Solidity
Improve this page
Add a description, image, and links to the hardhat topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the hardhat topic, visit your repo's landing page and select "manage topics."
Describe the enhancement
All repos have
.gitignorefiles, make sure they all have.envand.encryptedKey.jsonin them. As well asnode_modules