Franco Victorio

Results 213 issues of Franco Victorio

Support ES Modules in scripts and tests. The config and anything required from it will still have to be a commonjs module. Todo: - [ ] Include `.cjs`/`.cts`/`.mjs`/`.mts` files when...

There are two important changes in this PR. The first one is how the docs talk about migrating from hardhat-waffle. The previous version was confusing, because some sections were about...

Testing the changeset check

Add a `reset` helper without any parameters that resets the network to its initial configured state. I'm nor sure about one aspect of this helper: if you didn't specify a...

I start my server using concurrently. My command is something like this: ``` concurrently "npm start" "npm run sass:watch" ``` I tried to use hotel with that command: ``` hotel...

* I asked about this on [gitter](https://gitter.im/ConsenSys/truffle): [x] * [Link to my question on gitter](https://gitter.im/ConsenSys/truffle?at=5d7661a9c38d634123c3e630) ## Expected Behavior I would like to run `ganache-cli` in such a way that it...

enhancement
priority1 🚨

The [Deploying contracts](https://ethereum-waffle.readthedocs.io/en/latest/basic-testing.html#deploying-contracts) section says that the contract information accepts either a "Standard Contract JSON" or a "Simple Contract JSON". This seems to be reflected on this line: https://github.com/EthWorks/Waffle/blob/7ec1e0ef8cd9d2789368795cc0a4c49b9ecf0718/waffle-cli/src/deployContract.ts#L10 But...

Not sure if worth it. Note that ethers v5 exposes the `formatUnits` and `parseUnits` in a separate package, but _I think_ it now uses its own BigNumber implementation (because we...