Skip to content

Commit 1f555c8

Browse files
authored
Merge pull request #77 from ConsenSys/NEWS-2.0.1
What v.2.0.1 is about
2 parents b4ca994 + 52fef78 commit 1f555c8

File tree

1 file changed

+43
-4
lines changed

1 file changed

+43
-4
lines changed

NEWS.md

Lines changed: 43 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,53 @@
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+
130
Release 2.0.0
231
=================
332

433
A lot has changed in the almost two weeks that have elapsed since the last release.
534

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+
645
Changes for MythX API 1.4
746
-------------------------------
847

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.
1049

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.
1251

1352

1453
Geometrically-increasing delays in polling
@@ -51,9 +90,9 @@ Some small URL canonicalization is now done. In particular you can add a trailin
5190
Similarly `http` will be turned into `https` when appropriate.
5291

5392
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).
5594

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.
5796

5897
Some time units are shown in a more human-friendly way. There are numerous other small documentation and code improvements.
5998

0 commit comments

Comments
 (0)