You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Added a new method login which can reduce the number of API login requests that are needed.
8
+
9
+
For a client like `truffle-security` which can perform analysis
10
+
of the contracts in a truffle project, rather than issue a login request for each contract, only a single
11
+
login is required.
12
+
13
+
This work was kindly contributed by Teruhiro Tagomori at [NRI Secure Technologies](https://www.nri-secure.com/security-consulting/blockchain-assessment).
14
+
15
+
Improved Error Messaging
16
+
-----------------------------
17
+
18
+
Error-message text `Bad Gateway` should no longer appear. A more meaningful description is given.
19
+
20
+
Fixed some bugs.
21
+
22
+
23
+
mythx-analysis
24
+
------------------
25
+
26
+
Added a `--yaml` option to show the results in YAML format rather than JSON.
27
+
28
+
Information sent to MythX for contracts that use "imports" should contain more information inside the AST, since MythX will soon be able to use it.
0 commit comments