-
Hi, we're running into this error while trying to run coverage on Juicebox-V2 codebase (https://github.com/jbx-protocol/juice-contracts-v2) - v0.7.0 runs without issue while 0.8.0 returns the followin…
-
Hello, I am having issue - out of gas!
When deploy the contract on hardhat, `npx hardhat coverage` just returns out of gas error.
For example...
```
let contractFactory = new ContractFactory(mainC…
-
From vikram in [tokenspice discord](https://discord.com/channels/701149241107808327/861621607825801216/955242084221198367):
```text
I tried running
pytest sol057/contracts/simpletoken/test/test_…
-
can't run any tests when execute npm run test and npm run test:coverage is also invalid.
```
➜ coderfordao git:(main) npm run test
> codefordao-contracts@0.1.0 test
> npx hardhat test --netwo…
-
`yarn hardhat deploy --network rinkeby` deploy error
```
yarn run v1.22.15
warning package.json: No license field
$ /home/eemcs/freecodecamp/hardhat-fund-me-cc/node_modules/.bin/hardhat deploy…
-
Type: Performance Issue
I keep getting the "Running tests..." process in the bottom bar and they never stop trying to run. I don't need them in my workflow, CI/CD runs them, so please let me disabl…
-
I have a smart contract and testing setup.
With the command:
```sh
hardhat coverage --testfiles 'contracts/MY_CONTRACT.sol'
```
it is showing several lines under "Uncovered Lines".
Howev…
-
Hello I am not able to deploy a smart contract using this example it returns a 422 error with the below payload
```
data: {
nonFieldErrors: [
'Contract-transaction-hash=0xaf1a2a1cd02c…
-
### Component
Forge
### Describe the feature you would like
When I run:
```shell
$ gitinit
# Initialized empty Git repository in $(pwd)/.git/
# [master (root-commit) 000e0e3]
forge insta…
-
The criterion folder is not generic enough to be in the framework.
For example, ProbeObjectives are solidity specific.
The criterion in general assume whitebox testcase coverage.