Commit Graph

19 Commits

Author SHA1 Message Date
emizzle f31c6c7ed6
chore: readme update 2020-04-08 09:51:10 +10:00
emizzle 27e8288fbf fix: Update SWC registry URL in analysis output 2020-04-07 20:11:00 +10:00
emizzle 71ca63b5a0
refactor: Complete rewrite of library to use mythxjs
v2.0.0 (2020-04-02)

Bug Fixes
issues: Fixed issue list not matching the list of issues in the MythX dashboard.
sources: Fixed an issue where we no longer need to send all compiled contracts (that may be mutually exclusive) to each MythX analysis.
Features
libs: Now using mythxjs instead of armlet (deprecated) to communicate with the MythX API.
refactor: Complete refactor, with many of the changes focussing on basing off sabre.

BREAKING CHANGES
The --full CLI option is now obsolete and will no have any effect. Please use --mode full instead.
Authentication to the MythX service now requires that the MYTHX_API_KEY environment variable is set, either in a .env file located in your project's root, or directly in an environment variable.
2020-04-06 16:02:07 +10:00
emizzle d8c415f101
fix: README and env variable warning update 2020-03-14 16:07:12 +11:00
emizzle 6adf8c6ae7
fix: Remove trial credentials and update MYTHX_ETH_ADDRESS to MYTHX_USERNAME
Remove automatically provided trial credentials when MythX API login environment variables are not provided by the user.

Deprecate the use of `MYTHX_ETH_ADDRESS` in favour of `MYTHX_USERNAME` environment variable.
2020-03-13 16:07:21 +11:00
Sebastian Mueller 7aa27e41ed Removed cache lookup option 2020-01-28 17:30:26 +01:00
Sebastian Mueller 41467738c2 Adding badges to readme 2019-05-07 11:35:36 +02:00
Sebastian Mueller 971b8be1fc npm package installation instructions 2019-04-30 11:27:16 +02:00
Sebastian Mueller 707b7545f9 Indentation 2019-04-29 11:46:38 +02:00
Sebastian Mueller 1171920709 Adding parameter shortcuts 2019-04-29 11:44:42 +02:00
Sebastian Mueller 08f2f8a731 Language 2019-04-29 10:31:21 +02:00
Sebastian Mueller f485cb8a40 Add header image 2019-04-29 10:28:44 +02:00
Sebastian Mueller f3343fb364 Syntax highlighting 2019-04-26 18:28:51 +02:00
Sebastian Mueller cb66c27c59 Sample usage in Readme 2019-04-26 18:26:30 +02:00
Sebastian Mueller 034661e2e9 Updated readme 2019-04-26 18:09:09 +02:00
Sebastian Mueller 0358adcf0a Fixing help string; cleanup 2019-04-26 18:09:09 +02:00
Sebastian Mueller 7a7fa49b90 Documenting parameters 2019-04-26 18:09:09 +02:00
Sebastian Mueller ddf74ba69c Implemented command. Implemented filter. 2019-04-26 18:09:09 +02:00
Sebastian Mueller 6a88043e9c Enabled parameters: mode, debug, cache-lookup, limit and contracts! 2019-04-26 18:09:09 +02:00