Patricio Palladino
Patricio Palladino
Hi @ajafff Thanks for creating this package. I use multiple rules, which I find very useful. I was considering enabling `early-exit`, but was surprised by tslint complaining about this pattern:...
Hi Crhis! I'm wondering if it's possible to define a type that forbids async functions. I'll explain why I'd like something like that, and what I tried so far. Suppose...
The `allowUnlimitedContractSize` setting is now project wide. This means that if one of your contracts (e.g. a mock) is above the contract size limit, you have to disable for all...
If you make an RPC call to hardhat, like an `eth_sendTransaction`, use a `gasLimit` field instead of `gas`, you get no error. Maybe we should fail in that case. What...
We have to tests for the `test` task. This can be a little tricky to test, so if someone is willing to give it a try, feel free to ping...
You have two ways of accessing the HRE in Hardhat: implicitly (from `global`), or explicitly (importing it / as a task param). Our documentation is very inconsistent about this, and...
See this: https://github.com/ethereum/go-ethereum/pull/23027 We should match that behavior.
Hi @vadimdemedes! Congrats on shipping v2, it's an amazing project! Thanks for creating it :) One thing I noticed is that it's startup time takes quite a bit. It takes...
### Desired Behavior Throw an error if `tsconfig.compilerOptions.module` is other than "commonjs". ### Is this request related to a problem? I have a command-line application that loads ts-node if it's...
I discovered this edge-case while documenting how the VM methods modify the state. If `runBlock` is run without `generate: true` and an invalid block is given, the state will be...