|
| 1 | +Release 2.0.1 |
| 2 | +================= |
| 3 | + |
| 4 | +Overall, slight improvements have been made. |
| 5 | + |
| 6 | +Polling Performance values have been tweaked to give better performance |
| 7 | +----------------------------------------------------------------------------------------- |
| 8 | + |
| 9 | +The recommended default initial delay is now 45 seconds, while the quick-mode time out value is now |
| 10 | +5 minutes. |
| 11 | + |
| 12 | +Error messaging has been improved |
| 13 | +----------------------------------------- |
| 14 | + |
| 15 | +- distracting and not-helpful tracebacks have been removed |
| 16 | +- the UUID is given on those error messages where it can be useful |
| 17 | + |
| 18 | + |
| 19 | +mythx-analysis |
| 20 | +----------------- |
| 21 | + |
| 22 | +The standalone CLI program to run MythX Solidity or solc JSON output has a new option `--no-cache-lookup` disables cache lookup on the MythX side. Normally this isn't desired, but if you need to force a new analysis, this is one way to do it. |
| 23 | + |
| 24 | + |
| 25 | +Miscelleaneous |
| 26 | +------------------ |
| 27 | + |
| 28 | +Documentation has been updated and improved. |
| 29 | + |
1 | 30 | Release 2.0.0 |
2 | 31 | ================= |
3 | 32 |
|
4 | 33 | A lot has changed in the almost two weeks that have elapsed since the last release. |
5 | 34 |
|
| 35 | +<!-- markdown-toc start - Don't edit this section. Run M-x markdown-toc-refresh-toc --> |
| 36 | +**Table of Contents** |
| 37 | + |
| 38 | +- [Changes for Mythx API 1.4](#changes-for-mythx-api-14) |
| 39 | +- [Geometrically-increasing delays in polling](#geometrically-increasing-delays-in-polling) |
| 40 | +- [Introducing command-line utility "mythx-analysis"](#introducing-command-line-utility-mythx-analysis) |
| 41 | +- [Library changes not mentioned above](#library-changes-not-mentioned-above) |
| 42 | + |
| 43 | +<!-- markdown-toc end --> |
| 44 | + |
6 | 45 | Changes for MythX API 1.4 |
7 | 46 | ------------------------------- |
8 | 47 |
|
9 | | -Perhaps the biggest change is that we now support version 1.4.0 of the MythX API. This means various authentication options involving an API key or an email address are no longer supported. |
| 48 | +Perhaps the biggest change is that we now support version [MythX API v1.4](https://docs.mythx.io/en/latest/main/release-notes.htm). This means various authentication options involving an API key or an email address are no longer supported. |
10 | 49 |
|
11 | | -There were some smaller changes in the back end and the acceptable way to interact with the back-end protocol has been adjusted. |
| 50 | +There were some smaller changes in the back end; the acceptable way to interact with the back-end protocol has been adjusted. |
12 | 51 |
|
13 | 52 |
|
14 | 53 | Geometrically-increasing delays in polling |
@@ -51,9 +90,9 @@ Some small URL canonicalization is now done. In particular you can add a trailin |
51 | 90 | Similarly `http` will be turned into `https` when appropriate. |
52 | 91 |
|
53 | 92 | There is now proxy support via [`omni-fetch`](https://www.npmjs.com/package/omni-fetch) which is a wrapper to |
54 | | -[`isomorphic-fetch`](https://www.npmjs.com/package/isomorphic-fetch). This work was kindly contributed by Teruhiro Tagomori at NRISecure. |
| 93 | +[`isomorphic-fetch`](https://www.npmjs.com/package/isomorphic-fetch). This work was kindly contributed by Teruhiro Tagomori at [NRI Secure Technologies](https://www.nri-secure.com/security-consulting/blockchain-assessment). |
55 | 94 |
|
56 | | -Additional tests were added and test-code coverage has been increased. This is the work of Daniyar Chambylov at Maddevs. |
| 95 | +Additional tests were added and test-code coverage has been increased. This is the work of Daniyar Chambylov at Mad Devs. |
57 | 96 |
|
58 | 97 | Some time units are shown in a more human-friendly way. There are numerous other small documentation and code improvements. |
59 | 98 |
|
|
0 commit comments