-
Compilation of solidity contracts emits several warnings. To see this locally use:
```
cd contracts/eth/nearbridge
./dist.sh
```
### Warnings
- [x] [truffle-flattener](https://github.com/n…
-
I am shipping prettier-plugin-solidity with my [solidity-template](https://github.com/paulrberg/solidity-template). When using the template with node v14 and above, I am getting these warnings:
```…
-
Hi,
I am using the docker image coming from crytic/eth-security-toolbox which is also used in our CI environnement.
slither --version
0.7.1
solc --version
Version: 0.8.3+commit.8d00100c.L…
-
Now, `mdx-prism-2` is standalone. In other words, every single dependency it has, it's being bundled together with the source code.
This is leading a huge 1.2mb file 👎
```
Removing "dist" fold…
-
Currently using separated `hex'ffff' hex'ffff'` hex literals causes solhint to break.
-
Tasks
- [ ] find example tx hashes for each action
- [ ] write a test for what we expect each example hash to get parsed to
- [ ] research contracts & figure out which ones you need to interact wit…
-
Hey 👋
I am using this parser in my vscode extension [vscode-visual-developer](https://marketplace.visualstudio.com/items?itemName=tintinweb.solidity-visual-auditor). I just tried updating von 0.12…
-
https://solidity.ethereum.org/2020/07/28/solidity-v0.7.0-release-announcement/
- [ ] Inline Assembly: Disallow . in user-defined function and variable names.
- [ ] Inline Assembly: Slot and offset…
-
I would be interested to know how to generate doc for both solidity and vyper files.
I guess the easiest would be to be able to do it using https://github.com/OpenZeppelin/solidity-docgen/issues/28
…
ghost updated
3 years ago
-
When running the scripts defined in package json (eg. yarn clean), keep running into this warning:
(node:88504) Warning: Accessing non-existent property 'VERSION' of module exports inside circular …