@0x/web3-wrapper
Advanced tools
Comparing version 3.2.2 to 3.2.3
[ | ||
{ | ||
"timestamp": 1547225310, | ||
"version": "3.2.3", | ||
"changes": [ | ||
{ | ||
"note": "Dependencies updated" | ||
} | ||
] | ||
}, | ||
{ | ||
"timestamp": 1547040760, | ||
@@ -85,4 +94,3 @@ "version": "3.2.2", | ||
{ | ||
"note": | ||
"Fix bug in `getTransactionByHashAsync` which was causing the return value to have the wrong type (raw fields instead of unmarshalled fields).", | ||
"note": "Fix bug in `getTransactionByHashAsync` which was causing the return value to have the wrong type (raw fields instead of unmarshalled fields).", | ||
"pr": 1177 | ||
@@ -101,4 +109,3 @@ } | ||
{ | ||
"note": | ||
"Web3Wrapper now throws when an RPC request contains an error field in the response. Previously errors could be swallowed and undefined returned.", | ||
"note": "Web3Wrapper now throws when an RPC request contains an error field in the response. Previously errors could be swallowed and undefined returned.", | ||
"pr": 1102 | ||
@@ -140,9 +147,7 @@ } | ||
{ | ||
"note": | ||
"Rename `getBlockAsync` to `getBlockIfExistsAsync` and rather then throw if the requested block wasn't found, return undefined.", | ||
"note": "Rename `getBlockAsync` to `getBlockIfExistsAsync` and rather then throw if the requested block wasn't found, return undefined.", | ||
"pr": 1082 | ||
}, | ||
{ | ||
"note": | ||
"Expose `sendRawPayloadAsync` so one can easily extend `Web3Wrapper` with their own custom JSON RPC calls", | ||
"note": "Expose `sendRawPayloadAsync` so one can easily extend `Web3Wrapper` with their own custom JSON RPC calls", | ||
"pr": 1080 | ||
@@ -157,4 +162,3 @@ } | ||
{ | ||
"note": | ||
"Fixes issue #1076 where Parity now returns a placeholder transactionReceipt before the transaction is mined.", | ||
"note": "Fixes issue #1076 where Parity now returns a placeholder transactionReceipt before the transaction is mined.", | ||
"pr": 1079 | ||
@@ -187,4 +191,3 @@ } | ||
{ | ||
"note": | ||
"Export types: `BlockParam`, `TxData`, `Provider`, `TransactionReceipt`, `Transaction`, `TraceParams`, `TransactionTrace``, BlockWithoutTransactionDat`a, `LogEntry`, `FilterObject`, `CallData`, `TransactionReceiptWithDecodedLogs`, `BlockWithTransactionData``, LogTopi`c, `JSONRPCRequestPayload`, `TransactionReceiptStatus`, `DecodedLogArgs`, `StructLog`, `JSONRPCErrorCallback``, BlockParamLitera`l, `ContractEventArg`, `DecodedLogEntry`, `LogEntryEvent`, `OpCode`, `TxDataPayable`, `JSONRPCResponsePayload``, RawLogEntr`y, `DecodedLogEntryEvent`, `LogWithDecodedArgs`, `AbiDefinition`, `RawLog`, `FunctionAbi`, `EventAbi`, `EventParameter``, MethodAb`i, `ConstructorAbi`, `FallbackAbi`, `DataItem`, `ConstructorStateMutability` and `StateMutability`", | ||
"note": "Export types: `BlockParam`, `TxData`, `Provider`, `TransactionReceipt`, `Transaction`, `TraceParams`, `TransactionTrace``, BlockWithoutTransactionDat`a, `LogEntry`, `FilterObject`, `CallData`, `TransactionReceiptWithDecodedLogs`, `BlockWithTransactionData``, LogTopi`c, `JSONRPCRequestPayload`, `TransactionReceiptStatus`, `DecodedLogArgs`, `StructLog`, `JSONRPCErrorCallback``, BlockParamLitera`l, `ContractEventArg`, `DecodedLogEntry`, `LogEntryEvent`, `OpCode`, `TxDataPayable`, `JSONRPCResponsePayload``, RawLogEntr`y, `DecodedLogEntryEvent`, `LogWithDecodedArgs`, `AbiDefinition`, `RawLog`, `FunctionAbi`, `EventAbi`, `EventParameter``, MethodAb`i, `ConstructorAbi`, `FallbackAbi`, `DataItem`, `ConstructorStateMutability` and `StateMutability`", | ||
"pr": 924 | ||
@@ -336,4 +339,3 @@ }, | ||
{ | ||
"note": | ||
"Improve performance of awaitTransactionMinedAsync by immediately checking if the transaction was already mined instead of waiting for the first interval.", | ||
"note": "Improve performance of awaitTransactionMinedAsync by immediately checking if the transaction was already mined instead of waiting for the first interval.", | ||
"pr": 688 | ||
@@ -401,4 +403,3 @@ } | ||
{ | ||
"note": | ||
"Add a public field `abiDecoder: AbiDecoder` which allows you to add your ABIs that are later used to decode logs", | ||
"note": "Add a public field `abiDecoder: AbiDecoder` which allows you to add your ABIs that are later used to decode logs", | ||
"pr": 485 | ||
@@ -427,4 +428,3 @@ }, | ||
{ | ||
"note": | ||
"Add `web3Wrapper.takeSnapshotAsync`, `web3Wrapper.revertSnapshotAsync`, `web3Wrapper.mineBlockAsync`, `web3Wrapper.increaseTimeAsync`", | ||
"note": "Add `web3Wrapper.takeSnapshotAsync`, `web3Wrapper.revertSnapshotAsync`, `web3Wrapper.mineBlockAsync`, `web3Wrapper.increaseTimeAsync`", | ||
"pr": 426 | ||
@@ -431,0 +431,0 @@ }, |
@@ -8,2 +8,6 @@ <!-- | ||
## v3.2.3 - _January 11, 2019_ | ||
* Dependencies updated | ||
## v3.2.2 - _January 9, 2019_ | ||
@@ -10,0 +14,0 @@ |
{ | ||
"name": "@0x/web3-wrapper", | ||
"version": "3.2.2", | ||
"version": "3.2.3", | ||
"engines": { | ||
@@ -39,3 +39,3 @@ "node": ">=6.12" | ||
"devDependencies": { | ||
"@0x/tslint-config": "^2.0.0", | ||
"@0x/tslint-config": "^2.0.1", | ||
"@types/ganache-core": "^2.1.0", | ||
@@ -58,7 +58,7 @@ "@types/lodash": "4.14.104", | ||
"dependencies": { | ||
"@0x/assert": "^1.0.21", | ||
"@0x/json-schemas": "^2.1.5", | ||
"@0x/typescript-typings": "^3.0.6", | ||
"@0x/utils": "^2.1.1", | ||
"ethereum-types": "^1.1.4", | ||
"@0x/assert": "^1.0.22", | ||
"@0x/json-schemas": "^2.1.6", | ||
"@0x/typescript-typings": "^3.0.7", | ||
"@0x/utils": "^3.0.0", | ||
"ethereum-types": "^1.1.5", | ||
"ethereumjs-util": "^5.1.1", | ||
@@ -71,3 +71,3 @@ "ethers": "~4.0.4", | ||
}, | ||
"gitHead": "5b7eff217e9c8d09d64ff8721d7a16e1df8a7c58" | ||
"gitHead": "cf3787edbb9e8acf7160ab93b903b54c63bdffda" | ||
} |
168445
36
- Removed@0x/utils@2.1.1(transitive)
Updated@0x/assert@^1.0.22
Updated@0x/json-schemas@^2.1.6
Updated@0x/utils@^3.0.0
Updatedethereum-types@^1.1.5