-
For some operations helper routines are added to the binary during compilation. In the source mapping these instructions reference the whole contract. Therefore if some vulnerability is detected in th…
-
It's possible I'm missing something obvious or it's some weirdness on my system.
With a fresh install of slither the output of detectors and printers is output to stderr instead of stdout.
This go…
-
I believe that Solidity 5.x is now considered released/stable. It would be very nice if this project upgraded so users can leverage new Solidity features (some of which are significant).
Alternati…
-
Add support for multiple compiler versions. Requirements:
- Add ability for users to seamlessly switch between versions
- Include downloader
- Kind of mimic nvm experience
- Informed by pragma?…
-
Every time a file is modified, Wake recompiles the entire project and runs all detectors again, which can take 10s of seconds for larger projects. During this time, language support in the IDE is seve…
-
Exception raises, when I try to send money using my MetaMask test account to a MetaCoin smart contract.
Steps to reproduce:
1. Clean install latest version of Truffle , VS Code for Mac, Ganache
git…
-
## Description
```solidity
function fixed_number_test(fixed num) {
// Compiles
if (num > 2.5) {}
// Does not compile
if (2.5 < num) {}
}
```
When comparing a fixed/ufixed …
-
The example project comes with bugs in the contract due being written to an older version of solidity, such as modifiers underscope not ending with brackets.
Example-project should run out of the …
-
- [x ] I've asked for help in the [Truffle Gitter](http://gitter.im/Consensys/truffle) before filing this issue.
---------------------------
## Issue
events field is always empty in deployed …
-
Mist crashes after opening with the following error:
> X:\...\Ethereum-Wallet-win64-0-9-3\resources\app.asar\node_modules\solc\soljson.js:1
> (function (exports, require, module, __filename, __dir…