Patricio Palladino

Results 87 issues of 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...

enhancement
ts issue

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...

type:feature
package:hardhat-core
not-stale

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...

status:needs-research
Stale

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...

good first issue
type:tests

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...

type:docs
package:hardhat-core
Stale

See this: https://github.com/ethereum/go-ethereum/pull/23027 We should match that behavior.

type:bug
status:blocked
blocked-reason:needs-edr

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...

enhancement

### 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...

enhancement
you can do this

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...

eval: needs validation
package: vm