-
### OS / Environment
Distributor ID: ArchLinux
Description: ArchLinux
Release: rolling-release
### Manticore version
Last revision (465c926a2e39d5daf1405711dac61b6ddd0a2527)
### Python v…
-
# Lines of code
https://github.com/code-423n4/2022-06-yieldy/blob/main/src/contracts/Staking.sol
https://github.com/code-423n4/2022-06-yieldy/blob/main/src/contracts/Yieldy.sol
https://github.com/cod…
-
# Overview
To do an internal audit of Javascore (BMC, BTS, BSR) and Solidity (BMC, BTS) contracts. The idea is to get a good understanding of inner workings of the BTP protocol, and document any id…
-
Hello
I'm looking to give it a try to woke fuzzer. I got the following contract in Solidity:
```
pragma solidity ^0.8.9;
contract Subject {
uint x = 0;
mapping(uint256 => addr…
-
It seems there's a visual bug when running the debugger with ts-node. There are no runtime errors and everything executes correctly, but imported variables/objects can't be observed in the VS code deb…
-
### Problem
[hardhat-deploy](https://www.npmjs.com/package/hardhat-deploy) doesn't work with `@hashgraph/hardhat-hethers`.
Attempting `await deployments.fixtures()` results in the following error …
-
- [x] address remaining coverage gaps
- [x] we loop and request the same data twice in one function: [here](https://github.com/valory-xyz/autonolas-v1/blob/37ba1f92585f14087f8a8992a390b22d3c966edc/co…
-
The first time I ran `npx hardhat coverage` it hadn't removed the files that should be ignored and I got this result, which is correct.
[![enter image description here][1]][1]
But after I added …
-
# QA/No/Low Report
### Low Issues
| |Issue|Instances|
|-|:-|:-:|
| [L-01] | Missing zero-address checks | 12 |
| [L-02] | Contract approval has no address checks | 1 |
| [L-03] | Contracts with payabl…
-
When running the `yarn test:coverage` command, all tests fail with
```shell
InvalidInputError: Transaction gasPrice (1) is too low for the next block, which has a baseFeePerGas of 7
```