This PR fixes three issues.
- The Hardhat node had an issue when you connected to it via websocket. Now websocket connections should work fine.
debug_traceTransaction
can be used with transactions sent from impersonated accounts.evm_setNextBlockTimestamp
,evm_increaseTime
andevm_mine
now will accept hex strings as arguments.
Additionally, there’s a new advanced sample project that creates a realistic project boilerplate. Try it by running npx hardhat
in an empty directory and choosing the “Create an advanced sample project” option.
Thanks to @ngotchac, @shuklaayush and @wolflo for their contributions!