2.7 KiB
2.7 KiB
CHANGELOG
v2.1.1 - October 4, 2018
* Dependencies updated
v2.1.0 - September 28, 2018
* Export ExpirationWatcher (#1097)
v2.0.0 - September 25, 2018
* Fixes dropped events issue by fetching logs by blockHash instead of blockNumber. Support for fetching by blockHash was added in Geth > v1.8.13 and Parity > v2.1.0. Infura works too. (#1080)
* Fix misunderstanding about blockstream interface callbacks and pass the raw JSON RPC responses to it (#1080)
* Add `transactionHash` to `OrderState` emitted by `OrderWatcher` subscriptions if the order's state change originated from a transaction. (#1087)
v1.0.5 - September 25, 2018
* Dependencies updated
v1.0.4 - September 21, 2018
* Dependencies updated
v1.0.3 - September 19, 2018
* Drastically reduce the bundle size by removing unused parts of included contract artifacts.
v1.0.2 - September 18, 2018
* Add ZRX & WETH mainnet contract addresses into the included artifacts
v1.0.1 - September 5, 2018
* Dependencies updated
v1.0.1-rc.5 - August 27, 2018
* Fix missing `BlockParamLiteral` type import issue
v1.0.1-rc.4 - August 24, 2018
* Export types: `ExchangeContractErrs`, `OrderRelevantState`, `JSONRPCRequestPayload`, `JSONRPCErrorCallback` and `JSONRPCResponsePayload` (#924)
* Remove exporting types: `BlockParamLiteral`, `BlockParam`, `Order` (#924)
v1.0.1-rc.3 - August 13, 2018
* Dependencies updated
v1.0.1-rc.2 - July 26, 2018
* Fixed bug caused by importing non-existent dep
v1.0.1-rc.1 - July 26, 2018
* Dependencies updated
v1.0.0 - July 23, 2018
* Dependencies updated
v1.0.0-rc.1 - July 19, 2018
* Add support for ERC721 event watching and Exchange V2 events (#887)
v0.0.8 - July 18, 2018
* Dependencies updated
v0.0.7 - July 9, 2018
* Switch out simple getLogs polling with ethereumjs-blockstream (#825)
* Do not stop subscription if error is encountered (#825)
* Fixed a bug that caused the incorrect block to be fetched via JSON-RPC within Blockstream (#875)
* Remove stateLayer config from OrderWatcher. It now always operates on the latest block (#875)
v0.0.6 - June 19, 2018
* Dependencies updated
v0.0.5 - May 29, 2018
* Dependencies updated
v0.0.4 - May 29, 2018
* Dependencies updated
v0.0.3 - May 29, 2018
* Dependencies updated
v0.0.2 - May 22, 2018
* Dependencies updated
v0.0.1 - May 22, 2018
* Moved OrderWatcher out of 0x.js package (#579)