Skip to content

Commit 3adb922

Browse files
author
rocky
committed
Get ready for release 2.1.0
1 parent 3d4d62b commit 3adb922

File tree

2 files changed

+35
-1
lines changed

2 files changed

+35
-1
lines changed

NEWS.md

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,37 @@
1+
Release 2.1.0
2+
================
3+
4+
Added login instance method to Client object
5+
------------------------------------------------------
6+
7+
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.
29+
30+
Miscellaneous
31+
----------------
32+
33+
Fixed armlet handling of the JWT's token refresh.
34+
135
Release 2.0.1
236
=================
337

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.0.2-git",
3+
"version": "2.1.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)