Franco Victorio

Results 213 issues of Franco Victorio

**Is your feature request related to a problem or a nice-to-have?? Please describe.** Before ESM, you could run mocha programmatically several times during the same process (see issues https://github.com/mochajs/mocha/issues/995 and...

feature

It seems like all our `.reverted*` matchers assume that auto-mining is enabled and dont `tx.wait()` the transaction. For `.reverted` this is an easy fix, we should just wait the transaction...

If you deploy a contract that exceeds the size limit on kovan, you get an error like this (happens both with ethers and with hardhat-truffle5): ``` ProviderError: The execution failed...

package:hardhat-core
priority:low
type:improvement

Putting the etherscan config within `networks` instead of doing it at the root of the config seems to be a common mistake (see comments in [this issue](https://github.com/NomicFoundation/hardhat/issues/2351)). This PR adds...

The `flatten` task only generates the dependency graph of the project's files and merges them into a single file (removing all the `import` statements). This works for some scenarios, but...

package:hardhat-core
type:improvement

See discussion on https://github.com/NomicFoundation/hardhat/pull/1954

effort:casual
type:improvement
status:ready

This is the main tracking issue for splitting Hardhat Runner and Network into separate packages. This needs research and design, but tentatively we should: - Have a different package for...

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

There are many reasons to support this, even if it's not consensus-valid. See for example the discussion in #2504. The way we'll approach this is by adding a new option...

type:feature
Stale

Some improvements for the stack traces tests: - Make testing all solc versions opt-in instead of opt-out. This makes tests take less time locally and in ome workflows (like the...