-
### Component
Forge
### Describe the feature you would like
Right now unused libraries may be deployed even if there is no usage of them outside of broadcasting:
- https://github.com/foundry-rs/…
klkvr updated
3 weeks ago
-
running `slither --exclude-informational --filter-paths node_modules .` on the following piece of solidity code raises a missing zero address validation error from slither.
Solidity code:
```
func…
-
### OS / Environment
Distributor ID: Ubuntu
Description: Ubuntu Disco Dingo (development branch)
Release: 19.04
Codename: disco
![manticore_issue](https://user-images.githubusercontent.com/14…
-
### 🐛 Bug Report for hardhat-zksync plugins
#### 💥 Plugin name
`@matterlabs/hardhat-zksync-verify@^0.2.1`
#### 📝 Description
I am experiencing a problem verifying contracts on the zkSync n…
-
solidity(v0.4.25)中写函数的返回值似乎无法解析出来,读函数需要添加constant关键字才可以拿到返回值(view关键字没有尝试)
`// SetIdDTrace is a paid mutator transaction binding the contract method 0xbbf74676.
//
// Solidity: function setIdDTrace(…
-
# Lines of code
https://github.com/code-423n4/2022-05-cudos/blob/main/solidity/contracts/Gravity.sol#L116-L122
https://github.com/code-423n4/2022-05-cudos/blob/main/solidity/contracts/Gravity.sol#L12…
-
Currently, there exists [contract.ts](https://github.com/aufacicenta/pulsemarkets/blob/master/app/src/providers/near/contracts/prompt-wars/contract.ts) which is a TS class to interface with the legacy…
-
### Problem statement
I unfortunately have an issue trying trying to use the extension on Foundry projects using root-relative-paths. The extension seems to not process these paths correctly and pr…
-
Für das neue Web3.0 soll ein Shop Baukasten entwickelt werden, welches einem Benutzer ermöglicht mithilfe einer möglichst einfachen Konfigurationsdatei ein Shop aufzusetzen.
Die Anwenung soll mit f…
-
****Non library/interface files should use fixed compiler version****
All contracts under src/lib/utils are using floating pragma versions like
```solidity
pragma solidity ^0.8.0;
```
Locking the …