CHANGELOG
* Add geth eth_call support (#2620)
* Remove duplicate overrides data from the eth_call rpc call (#2629)
* Add `getAccountNonce()` to `Web3Wrapper` (#2545)
* Update ganache-core (#2545)
* Dependencies updated
* Dependencies updated
* Dependencies updated
* Dependencies updated
* Dependencies updated
* Dependencies updated
* Dependencies updated
* Let `toBaseUnitAmount()` accept a `number` (#1819)
* Dependencies updated
* Dependencies updated
* Dependencies updated
* Let `toBaseUnitAmount()` accept a `number` (#1819)
* Dependencies updated
* Dependencies updated
* Dependencies updated
* Dependencies updated
* Dependencies updated
* re-export new ethereum-types types, TupleDataItem (#1919)
* Dependencies updated
* Dependencies updated
* Dependencies updated
* Dependencies updated
* Update ganache-core to 2.5.3 (#1707)
* Dependencies updated
* Dependencies updated
* Add support for EIP1193 providers & Web3.js providers >= 1.0-beta.38 (#1627)
* Update provider params to type SupportedProvider which outlines all supported providers (#1627)
* Export `DecodedCalldata` from @0x/utils (#1569)
* Dependencies updated
* Dependencies updated
* Upgrade the bignumber.js to v8.0.2 (#1517)
* Update ganache-core to v2.3.3 (#1518)
* Dependencies updated
* Dependencies updated
* Dependencies updated
* Dependencies updated
* Return `value` and `gasPrice` as BigNumbers to avoid loss of precision errors (#1402)
* Unmarshall mined transaction receipts (#1308)
* Add unmarshalling of transaction receipts (#1291)
* Return `undefined` instead of `null` if transaction receipt not found (#1291)
* Dependencies updated
* Dependencies updated
* Dependencies updated
* Fix bug in `getTransactionByHashAsync` which was causing the return value to have the wrong type (raw fields instead of unmarshalled fields). (#1177)
* Add `signTypedData` to perform EIP712 `eth_signTypedData`. (#1102)
* Web3Wrapper now throws when an RPC request contains an error field in the response. Previously errors could be swallowed and undefined returned. (#1102)
* Dependencies updated
* Dependencies updated
* Dependencies updated
* Rename `getBlockAsync` to `getBlockIfExistsAsync` and rather then throw if the requested block wasn't found, return undefined. (#1082)
* Expose `sendRawPayloadAsync` so one can easily extend `Web3Wrapper` with their own custom JSON RPC calls (#1080)
* Fixes issue #1076 where Parity now returns a placeholder transactionReceipt before the transaction is mined. (#1079)
* Dependencies updated
* Dependencies updated
* 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` (#924)
* Stop exporting types: `CallTxDataBaseRPC` and `AbstractBlockRPC` (#924)
* Export `AbiDecoder` class (#924)
* Export marshaller to convert between RPC and user-space data formats (#938)
* Export RPC types (#938)
* Dependencies updated
* Dependencies updated
* Add `getTransactionByHashAsync` method (#847)
* Dependencies updated
* Stop exporting `marshaller` utility file. (#902)
* Export `marshaller` utility file. (#829)
* Add `getNodeTypeAsync` method (#812)
* Stop exporting uniqueVersionIds object (#897)
* Dependencies updated
* Dependencies updated
* Dependencies updated
* Add `web3Wrapper.getContractCodeAsync` (#675)
* Add `web3Wrapper.getTransactionTraceAsync` (#675)
* Add `web3Wrapper.getBlockWithTransactionDataAsync` (#675)
* Add exported uniqueVersionIds object (#622)
* Update increaseTimeAsync to work with Geth (#622)
* Make callAsync throw if raw call result is 0x (null) (#622)
* Add new setHeadAsync method (#622)
* Improve performance of awaitTransactionMinedAsync by immediately checking if the transaction was already mined instead of waiting for the first interval. (#688)
* Dependencies updated
* Dependencies updated
* Dependencies updated
* Dependencies updated
* Make `isAddress` and `toWei` static (#501)
* Add static methods `toUnitAmount` and `toBaseUnitAmount` (#501)
* Add `web3Wrapper.awaitTransactionMinedAsync` (#485)
* Add a public field `abiDecoder: AbiDecoder` which allows you to add your ABIs that are later used to decode logs (#485)
* Export enum `Web3WrapperErrors` with a single value so far: `TransactionMiningTimeout` (#485)
* Rename `signTransactionAsync` to `signMessageAsync` for clarity (#465)
* Add `web3Wrapper.takeSnapshotAsync`, `web3Wrapper.revertSnapshotAsync`, `web3Wrapper.mineBlockAsync`, `web3Wrapper.increaseTimeAsync` (#426)
* Add `web3Wrapper.isZeroExWeb3Wrapper` for runtime instanceOf checks (#426)
* Add a `getProvider` method (#444)
* Ensure all returned user addresses are lowercase (#373)
* Add `web3Wrapper.callAsync` (#413)
* Make `web3Wrapper.estimateGas` accept whole `txData` instead of `data` (#413)
* Remove `web3Wrapper.getContractInstance` (#413)
* Fix publishing issue where .npmignore was not properly excluding undesired content (#389)