aboutsummaryrefslogtreecommitdiffstats
path: root/packages/sol-tracing-utils
diff options
context:
space:
mode:
authorLeonid Logvinov <logvinov.leon@gmail.com>2019-02-05 21:50:02 +0800
committerLeonid Logvinov <logvinov.leon@gmail.com>2019-02-05 21:50:02 +0800
commitf3d9520db20934951d5f75567b947fcf82114761 (patch)
tree7ef3b84f3e8200e2b4b1a5bb5c711a5c08d9dbe9 /packages/sol-tracing-utils
parent9de4bf12259c04d98da367188001e844ef2ef614 (diff)
downloaddexon-0x-contracts-f3d9520db20934951d5f75567b947fcf82114761.tar.gz
dexon-0x-contracts-f3d9520db20934951d5f75567b947fcf82114761.tar.zst
dexon-0x-contracts-f3d9520db20934951d5f75567b947fcf82114761.zip
Updated CHANGELOGS
Diffstat (limited to 'packages/sol-tracing-utils')
-rw-r--r--packages/sol-tracing-utils/CHANGELOG.json3
-rw-r--r--packages/sol-tracing-utils/CHANGELOG.md15
2 files changed, 17 insertions, 1 deletions
diff --git a/packages/sol-tracing-utils/CHANGELOG.json b/packages/sol-tracing-utils/CHANGELOG.json
index b2790c9da..6b5db6c8f 100644
--- a/packages/sol-tracing-utils/CHANGELOG.json
+++ b/packages/sol-tracing-utils/CHANGELOG.json
@@ -34,7 +34,8 @@
"note": "Fix a big when we were not intercepting `eth_sendRawTransaction`",
"pr": 1584
}
- ]
+ ],
+ "timestamp": 1549373905
},
{
"version": "5.0.0",
diff --git a/packages/sol-tracing-utils/CHANGELOG.md b/packages/sol-tracing-utils/CHANGELOG.md
index 9bffb2a6d..74d0ca61f 100644
--- a/packages/sol-tracing-utils/CHANGELOG.md
+++ b/packages/sol-tracing-utils/CHANGELOG.md
@@ -5,6 +5,21 @@ Edit the package's CHANGELOG.json file only.
CHANGELOG
+## v6.0.0 - _February 5, 2019_
+
+ * `SolCompilerArtifactAdapter` now uses `SolResolver` under the hood which allows to resolve `NPM` dependencies properly (#1535)
+ * Cache the `utils.getContractDataIfExists` leading to faster execution (#1535)
+ * `SolCompilerArtifactAdapter` now doesn't return the `ContractData` for interfaces (#1535)
+ * Print resasonable error message on bytecode collision (#1535)
+ * Fix the bug in `ASTVisitor` causing the 'cannot read property `range` of `null`' error (#1557)
+ * Improve error messages when unable to find matching bytecode (#1558)
+ * Fix default gas limit for fake txs in `TraceCollectionSubprovider` (#1583)
+ * Fix a big when we were not intercepting `eth_sendRawTransaction` (#1584)
+
+## v5.0.0 - _Invalid date_
+
+ * Upgrade the bignumber.js to v8.0.2 (#1517)
+
## v4.0.1 - _January 17, 2019_
* Fix a bug where a custom `Geth` tracer didn't return stack entries for `DELEGATECALL` (#1521)