Patricio Palladino
Patricio Palladino
Thanks for opening this issue. I see how this test can be problematic. Would it still fail if we removed the unconditional `revert()` from the function? Can you provide a...
Thanks @matheusaaguiar! I think our tests shouldn't unconditionally `revert()` and expect things not to be optimized out. @fvictorio should we fix these tests here or in the EDR repository? @matheusaaguiar,...
This reporter was hacked together by me, based on a project I found offline and some work by Chris. It needs general polishing and better testing, and we also need...
> Unfortunately, I discovered that when the node test runner executes tests in process isolation mode (the default), unsurprisingly, we don't have access to class methods :( Does node serialize...
Hey @Troublor! 👋 A plugin can't really customize the init functionality, but it can customize the config and define new tasks, so I think a `hardhat clone ` workflow would...
Hey! Thanks for submitting this pr! I'll take a look at this either today or over the weekend
This is really interesting. I'm still processing and reading through some parts of it, as this makes me read more docs than a usual PR, but there are some really...
I'll continue reviewing this tomorrow
Hey @Tmthang1601, thanks for your interest on collaborating to Hardhat :) I'd recommend taking a look at issues not labeled as `v-next`, as those are related to a fast-moving set...
My initial proposal of things to track: 1. Number of dependencies in an empty hardhat installation 2. Number of dependencies in a default installation of hardhat (i.e. with the toolbox)