-
### Describe the issue:
Slither is unable to locate a library in my Foundry-based Solidity project.
```
% slither .
'forge build --extra-output abi --extra-output userdoc --extra-output devdoc…
-
The following will fail to compile with error: `Error: None of the sub-resolvers resolved "./NonExistent.sol" location.`
```solidity
pragma solidity ^0.5.7;
// import "./NonExistent.sol";
```
…
-
## Week 1
- [x] Go fundamentals
- [x] Typescript fundamentals
- [x] coreutils: echo, env, cat, wc, head, tail, yes, true, false, tree (use gobyexample to speed up things)
- [x] Testing fundame…
-
[OpenZeppelin Proxy.sol](https://github.com/zeppelinos/zos/blob/master/packages/lib/contracts/upgradeability/Proxy.sol)
-
"Radspec is a safe alternative to Ethereum's natspec"
Reading more it seems like Radspec is a (safe) implementation of NatSpec.
Of course, the last thing we need is fragmentation in the ABI comm…
-
**What is a Draft Project Idea?**
A Draft Project Idea is a concept for a project within the Optimism ecosystem that is generally considered valuable but has not yet been fleshed out into a clearly…
-
**Describe the bug**
Some of the contracts return error when trying to visualize contract.
```
status: InvalidArgument, message: "Error: Failed to parse solidity code in file /tmp/.tmpoYuGO9/in…
-
We are seeing a parse error with valid solidity when decoding an array of structs. If `Imported.Item` is a struct, the following errors:
```
bytes memory itemBytes;
Imported.Item[] memory items = a…
-
Hi , I got this error when running **build.sh:**
`rm -f *.pyc
make -C simple clean
make[1]: Entering directory '/home/ayf/Deckard-rel2.0solidity/src/ptgen/simple'
rm -f *.o lex.yy.cc pt_c.tab* pt_…
-
Unsure what's incorrect with the grammar, probably something to do with the "optional" unchecked on L485 but the first few lines in the block are not recognized properly and neither are the blocks aft…