-
I tried to install Mythos to Windows and get following
```
PS...> npm install -g cleanunicorn/mythos
> @cleanunicorn/mythos@0.5.2 prepack C:\Users\user\AppData\Roaming\npm-cache\_cacache\tmp\git-…
-
For certain contracts I am getting a `TypeError: Cannot read property 'contractName' of undefined` exception. E.g. in this [test project](https://www.dropbox.com/s/eyiquv4xplm532c/truffle-example-proj…
-
Hello,
I was trying to run in debug mode. I just made npm install and then pushed F5. I opened the .sol file and got this error in debug console. Did you face it before?
I was trying to debug it on …
-
Different results reported when running analysis on all contracts as opposed to individually. Below is an extract of the `truffle run verify --mode quick --style json` run against all contracts, showi…
-
If the mythx api returns an issue with a sourcemap like "x:x:-1" then this indicates an issue in compiler generated code.
Currently it seems like this case isn't treated in sabre
-
-
Currently truffle-sca2t accepts a contract path from with the "contracts" directory, e.g. in AragonOS, tests for AppProxyBase.sol are generated with:
```
$ truffle run mythx apps/AppProxyBase.sol …
-
When generating tests for one of the smart contracts in [AragonOS](https://github.com/aragon/aragonOS) I get the following error:
```
$ truffle run mythx apm/APMRegistry.sol
> compilation w…
-
The documentation states that
> Configuration options can also be stored as json
but it doesn't seem mandatory, yet when I run `truffle run verify --debug=2` it produces the following error:
`…
-
This is likely a false positive for the swc-113 rule, raised on line
https://github.com/JoinColony/colonyNetwork/blob/develop/contracts/EtherRouter.sol#L58