aboutsummaryrefslogtreecommitdiffstats
path: root/packages/sol-tracing-utils/CHANGELOG.json
diff options
context:
space:
mode:
Diffstat (limited to 'packages/sol-tracing-utils/CHANGELOG.json')
-rw-r--r--packages/sol-tracing-utils/CHANGELOG.json21
1 files changed, 8 insertions, 13 deletions
diff --git a/packages/sol-tracing-utils/CHANGELOG.json b/packages/sol-tracing-utils/CHANGELOG.json
index c39753ea1..1b11011d3 100644
--- a/packages/sol-tracing-utils/CHANGELOG.json
+++ b/packages/sol-tracing-utils/CHANGELOG.json
@@ -6,7 +6,8 @@
"note": "Move out specific tools and leave just the shared parts of the codebase",
"pr": 1492
}
- ]
+ ],
+ "timestamp": 1547225310
},
{
"timestamp": 1547040760,
@@ -166,8 +167,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
}
],
@@ -177,8 +177,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
},
{
@@ -186,13 +185,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
}
],
@@ -230,8 +227,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
},
{
@@ -287,8 +283,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
},
{