aboutsummaryrefslogtreecommitdiffstats
path: root/packages/sol-cov/CHANGELOG.md
diff options
context:
space:
mode:
authorfragosti <francesco.agosti93@gmail.com>2018-07-25 07:02:21 +0800
committerfragosti <francesco.agosti93@gmail.com>2018-07-25 07:02:21 +0800
commit9c81692d48fed4942fe6482949d6eed3629d4037 (patch)
treeaefc2a71dcfce2589c1e8505e6b64f2e6c9a9dfe /packages/sol-cov/CHANGELOG.md
parentc505ba6f3e05f4bb415f50352fbb124fec3a71ad (diff)
parentfac90c446cc3a79ffe57ae13c685e7555714cf23 (diff)
downloaddexon-sol-tools-9c81692d48fed4942fe6482949d6eed3629d4037.tar
dexon-sol-tools-9c81692d48fed4942fe6482949d6eed3629d4037.tar.gz
dexon-sol-tools-9c81692d48fed4942fe6482949d6eed3629d4037.tar.bz2
dexon-sol-tools-9c81692d48fed4942fe6482949d6eed3629d4037.tar.lz
dexon-sol-tools-9c81692d48fed4942fe6482949d6eed3629d4037.tar.xz
dexon-sol-tools-9c81692d48fed4942fe6482949d6eed3629d4037.tar.zst
dexon-sol-tools-9c81692d48fed4942fe6482949d6eed3629d4037.zip
Merge branch 'v2-prototype' of https://github.com/0xProject/0x-monorepo into feature/website/upgrade-allowance-toggles-to-locks-and-checks
Diffstat (limited to 'packages/sol-cov/CHANGELOG.md')
-rw-r--r--packages/sol-cov/CHANGELOG.md27
1 files changed, 26 insertions, 1 deletions
diff --git a/packages/sol-cov/CHANGELOG.md b/packages/sol-cov/CHANGELOG.md
index d7621c23d..5689639b1 100644
--- a/packages/sol-cov/CHANGELOG.md
+++ b/packages/sol-cov/CHANGELOG.md
@@ -1,10 +1,35 @@
<!--
-This file is auto-generated using the monorepo-scripts package. Don't edit directly.
+changelogUtils.file is auto-generated using the monorepo-scripts package. Don't edit directly.
Edit the package's CHANGELOG.json file only.
-->
CHANGELOG
+## v1.0.1 - _July 23, 2018_
+
+ * Dependencies updated
+
+## v1.0.0 - _July 20, 2018_
+
+ * Add artifact adapter as a parameter for `CoverageSubprovider`. Export `AbstractArtifactAdapter` (#589)
+ * Implement `SolCompilerArtifactAdapter` and `TruffleArtifactAdapter` (#589)
+ * Properly parse multi-level traces (#589)
+ * Add support for solidity libraries (#589)
+ * Fixed a bug causing `RegExp` to crash if contract code is longer that 32767 characters (#675)
+ * Fixed a bug caused by Geth debug trace depth being 1indexed (#675)
+ * Fixed a bug when the tool crashed on empty traces (#675)
+ * Use `BlockchainLifecycle` to support reverts on Geth (#675)
+ * Add `ProfilerSubprovider` as a hacky way to profile code using coverage tools (#675)
+ * Collect traces from `estimate_gas` calls (#675)
+ * Fix a race condition caused by not awaiting the transaction before getting a trace (#675)
+ * Add `start`/`stop` functionality to `CoverageSubprovider` and `ProfilerSubprovider` (#675)
+ * Skip interface artifacts with a warning instead of failing (#675)
+ * Fix `solcVersion` regex in parameter validation (#690)
+ * Fix a bug when in `TruffleArtifactsAdapter` causing it to throw if `compiler.json` is not there (#690)
+ * HUGE perf improvements (#690)
+ * Create `RevertTraceSubprovider` which prints a stack trace when a `REVERT` is detected (#705)
+ * Add source code snippets to stack traces printed by `RevertTraceSubprovider` (#725)
+
## v0.1.3 - _July 18, 2018_
* Dependencies updated