diff options
author | Leonid Logvinov <logvinov.leon@gmail.com> | 2019-01-14 20:13:45 +0800 |
---|---|---|
committer | Leonid Logvinov <logvinov.leon@gmail.com> | 2019-01-14 20:13:45 +0800 |
commit | 4b9648c7c9f5e39c8220013f6001315ee9840a8a (patch) | |
tree | 584fc914b411249f68bba1503c06135ed51e9718 /packages | |
parent | 092a851bb3c54a6bc37c9b2456e890c75e8f6739 (diff) | |
download | dexon-sol-tools-4b9648c7c9f5e39c8220013f6001315ee9840a8a.tar dexon-sol-tools-4b9648c7c9f5e39c8220013f6001315ee9840a8a.tar.gz dexon-sol-tools-4b9648c7c9f5e39c8220013f6001315ee9840a8a.tar.bz2 dexon-sol-tools-4b9648c7c9f5e39c8220013f6001315ee9840a8a.tar.lz dexon-sol-tools-4b9648c7c9f5e39c8220013f6001315ee9840a8a.tar.xz dexon-sol-tools-4b9648c7c9f5e39c8220013f6001315ee9840a8a.tar.zst dexon-sol-tools-4b9648c7c9f5e39c8220013f6001315ee9840a8a.zip |
Apply prettier
Diffstat (limited to 'packages')
-rw-r--r-- | packages/sol-tracing-utils/CHANGELOG.json | 21 |
1 files changed, 7 insertions, 14 deletions
diff --git a/packages/sol-tracing-utils/CHANGELOG.json b/packages/sol-tracing-utils/CHANGELOG.json index 7ca8bfced..2c7f102c1 100644 --- a/packages/sol-tracing-utils/CHANGELOG.json +++ b/packages/sol-tracing-utils/CHANGELOG.json @@ -7,8 +7,7 @@ "pr": 1498 }, { - "note": - "Change the types of `ContractData.sources` and `ContractData.sourceCodes` to be objects instead of arrays", + "note": "Change the types of `ContractData.sources` and `ContractData.sourceCodes` to be objects instead of arrays", "pr": 1498 }, { @@ -193,8 +192,7 @@ "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 } ], @@ -204,8 +202,7 @@ "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 }, { @@ -213,13 +210,11 @@ "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 } ], @@ -257,8 +252,7 @@ "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 }, { @@ -314,8 +308,7 @@ "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 }, { |