diff options
author | Leonid Logvinov <logvinov.leon@gmail.com> | 2019-01-14 19:46:37 +0800 |
---|---|---|
committer | Leonid Logvinov <logvinov.leon@gmail.com> | 2019-01-14 19:46:37 +0800 |
commit | bd71f4a4807cf1221444362ce983c44f0531f494 (patch) | |
tree | af0aaac787fc790d4c8722e90c91a92a191ce66c | |
parent | bf183af9a42aefd1c639e5924ed93f93fd821378 (diff) | |
download | dexon-sol-tools-bd71f4a4807cf1221444362ce983c44f0531f494.tar dexon-sol-tools-bd71f4a4807cf1221444362ce983c44f0531f494.tar.gz dexon-sol-tools-bd71f4a4807cf1221444362ce983c44f0531f494.tar.bz2 dexon-sol-tools-bd71f4a4807cf1221444362ce983c44f0531f494.tar.lz dexon-sol-tools-bd71f4a4807cf1221444362ce983c44f0531f494.tar.xz dexon-sol-tools-bd71f4a4807cf1221444362ce983c44f0531f494.tar.zst dexon-sol-tools-bd71f4a4807cf1221444362ce983c44f0531f494.zip |
Add CHANGELOG entries
-rw-r--r-- | packages/sol-tracing-utils/CHANGELOG.json | 44 |
1 files changed, 38 insertions, 6 deletions
diff --git a/packages/sol-tracing-utils/CHANGELOG.json b/packages/sol-tracing-utils/CHANGELOG.json index 1b11011d3..7ca8bfced 100644 --- a/packages/sol-tracing-utils/CHANGELOG.json +++ b/packages/sol-tracing-utils/CHANGELOG.json @@ -1,5 +1,31 @@ [ { + "version": "4.0.0", + "changes": [ + { + "note": "Fix the bug with incorrect parsing of `sourceMaps`", + "pr": 1498 + }, + { + "note": + "Change the types of `ContractData.sources` and `ContractData.sourceCodes` to be objects instead of arrays", + "pr": 1498 + }, + { + "note": "Use custom JS tracer to speed up tracing on clients that support it (Geth)", + "pr": 1498 + }, + { + "note": "Log the errors in `TraceCollectionSubprovider`", + "pr": 1498 + }, + { + "note": "Add support for assembly statements", + "pr": 1498 + } + ] + }, + { "version": "3.0.0", "changes": [ { @@ -167,7 +193,8 @@ "version": "2.1.0", "changes": [ { - "note": "Export types: `JSONRPCRequestPayload`, `Provider`, `JSONRPCErrorCallback`, `JSONRPCResponsePayload`, `JSONRPCRequestPayloadWithMethod`, `NextCallback`, `ErrorCallback`, `OnNextCompleted` and `Callback`", + "note": + "Export types: `JSONRPCRequestPayload`, `Provider`, `JSONRPCErrorCallback`, `JSONRPCResponsePayload`, `JSONRPCRequestPayloadWithMethod`, `NextCallback`, `ErrorCallback`, `OnNextCompleted` and `Callback`", "pr": 924 } ], @@ -177,7 +204,8 @@ "version": "2.0.0", "changes": [ { - "note": "Fix a bug when eth_call coverage was not computed because of silent schema validation failures", + "note": + "Fix a bug when eth_call coverage was not computed because of silent schema validation failures", "pr": 938 }, { @@ -185,11 +213,13 @@ "pr": 938 }, { - "note": "Change the first param of `TruffleArtifactAdapter` to be the `projectRoot` instead of `sourcesDir`", + "note": + "Change the first param of `TruffleArtifactAdapter` to be the `projectRoot` instead of `sourcesDir`", "pr": 938 }, { - "note": "Throw a helpful error message if truffle artifacts were generated with a different solc version than the one passed in", + "note": + "Throw a helpful error message if truffle artifacts were generated with a different solc version than the one passed in", "pr": 938 } ], @@ -227,7 +257,8 @@ "version": "1.0.0", "changes": [ { - "note": "Add artifact adapter as a parameter for `CoverageSubprovider`. Export `AbstractArtifactAdapter`", + "note": + "Add artifact adapter as a parameter for `CoverageSubprovider`. Export `AbstractArtifactAdapter`", "pr": 589 }, { @@ -283,7 +314,8 @@ "pr": 690 }, { - "note": "Fix a bug when in `TruffleArtifactsAdapter` causing it to throw if `compiler.json` is not there", + "note": + "Fix a bug when in `TruffleArtifactsAdapter` causing it to throw if `compiler.json` is not there", "pr": 690 }, { |