Ariel Barmat

Results 38 issues of Ariel Barmat

**Description** Syntax error when using array slice on a bytes datatype as allowed in Solidity 0.6 **Steps to reproduce** ### Demo.sol ``` pragma solidity ^0.6.0; contract Demo { event Log(bytes...

bug

I see many projects that rely on reading a mnemonic/private-key from the environment or an .env file using dotenv. The issue with that is that it is exposed on a...

type:feature
package:hardhat-core
not-stale

This is a change on the standard behaviour when releasing. Release by default adds all the files in your local repo and then commit everything, this might cause undesired files...

### Steps to reproduce **Run** ``` npx hardhat console --network rinkeby --graph-config config/graph.rinkeby.yml ``` **Error** ``` Error HH305: Unrecognized param --graph-config ```

bug