Skip to content

Commit f20bb5e

Browse files
author
rocky
committed
Get ready for release v2.3.0
1 parent ee96cf3 commit f20bb5e

File tree

2 files changed

+14
-2
lines changed

2 files changed

+14
-2
lines changed

NEWS.md

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
Release 2.3.0
2+
================
3+
4+
Correct polling time in time-out consideration.
5+
This work was kindly contributed by Teruhiro Tagomori at [NRI Secure Technologies](https://www.nri-secure.com/security-consulting/blockchain-assessment).
6+
7+
Added `armlet.mythXToolUse(toolNames, [inputApiUrl])` to report use counts for various MythX tools that run analysis. See example program `mythx-api-version` for how to use.
8+
9+
Update extend, and install some example programs:
10+
11+
* mythx-tool-use: gets counts on how many times a MythX tool was used. This is installed now.
12+
* mythx-api-version: "mythx" prefix added. This is installed now, where previously it was not.
13+
114
Release 2.2.0
215
================
316

@@ -16,7 +29,6 @@ Release 2.1.0
1629

1730
Added login instance method to Client object
1831
------------------------------------------------------
19-
2032
Added a new method login which can reduce the number of API login requests that are needed.
2133

2234
For a client like `truffle-security` which can perform analysis

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "armlet",
3-
"version": "2.3.0-git",
3+
"version": "2.3.0",
44
"description": [
55
"Armlet is a thin wrapper around the MythX API written in Javascript.",
66
"It simplifies interaction with MythX. For example, the library",

0 commit comments

Comments
 (0)