-
Hello community,
🙋‍♂️ Context
I am following the instructions that can be found here https://github.com/sc-forks/solidity-coverage/blob/master/HARDHAT_README.md
I basically execute the next ste…
-
-
Hi I am getting this error though the contract address 0x0B1ba0af832d7C05fD64161E0Db78E85978E8082 is present on the init.json file. I am using etheno to pre-deploy the contracts.
I am using Echid…
-
The flag `--matrix` is not recognized in hardhat:
```
❯ npx hardhat coverage --matrix
Error HH303: Unrecognized task coverage --matrix
```
It is also not referenced in `help`:
```
❯ npx …
-
Buidler compilation tasks need to be redesigned to support multiple Solidity versions natively. We want to take this opportunity to gather feedback and ideas from the community and add other improveme…
-
The goal of this bounty is to create a vesting system.
In the Amphora protocol, our main governance token is $AMPH, but when users receive rewards they are received in $vAMPH (Vesting Amphora) whic…
-
Disclaimer notice - I'm fairly new to Hardhat - I've previously used other frameworks.
There's something that I'm either confused about, or that could be an issue with the current architecture of H…
-
Current develop branch at commit *4a7d2e590d144a4b3fdd136128df072214b99946*
Same result on older releases ( i tested on 0.5.11 )
Might be a good idea to be able to compile using gcc, as an alterna…
-
# Abstract
![](https://user-images.githubusercontent.com/91618941/223704798-1b441ae3-cd40-4641-9147-e8b43f57e497.png)
Pixudi is a traditional board racing game built on blockchain technology.
This …
-
Attempting to use the Waffle chai matcher `changeTokenBalance` returns this error:
```
Invalid Chai property: changeTokenBalance
```
For example:
```javascript
const { expect } = require(…