Remove order-watcher (#2067)

* remove order-watcher
This commit is contained in:
Xianny
2019-08-14 14:34:59 -07:00
committed by GitHub
parent bc26e807cd
commit a8128c5772
56 changed files with 21 additions and 4335 deletions

View File

@@ -1,4 +1,12 @@
[
{
"version": "7.0.0",
"changes": [
{
"note": "Removed @0x/order-watcher"
}
]
},
{
"timestamp": 1565296576,
"version": "6.0.15",

View File

@@ -1,6 +1,6 @@
## 0x.js
A TypeScript/Javascript library for interacting with the 0x protocol. It is a high level package which combines a number of underlying packages such as order-utils and order-watcher.
A TypeScript/Javascript library for interacting with the 0x protocol. It is a high level package which combines a number of underlying packages such as order-utils and asset-data-utils.
### Read the [Documentation](https://0xproject.com/docs/0x.js).

View File

@@ -78,7 +78,6 @@
"@0x/base-contract": "^5.3.1",
"@0x/contract-wrappers": "9.1.7",
"@0x/order-utils": "^8.2.5",
"@0x/order-watcher": "^4.0.17",
"@0x/subproviders": "^5.0.1",
"@0x/types": "^2.4.1",
"@0x/typescript-typings": "^4.2.4",

View File

@@ -71,8 +71,6 @@ export {
ExchangeEvents,
} from '@0x/abi-gen-wrappers';
export { OrderWatcher, OnOrderStateChangeCallback, OrderWatcherConfig } from '@0x/order-watcher';
export import Web3ProviderEngine = require('web3-provider-engine');
export {
@@ -88,14 +86,10 @@ export { AbiDecoder, DecodedCalldata } from '@0x/utils';
export { BigNumber } from '@0x/utils';
export {
ExchangeContractErrs,
Order,
SignedOrder,
DutchAuctionData,
ECSignature,
OrderStateValid,
OrderStateInvalid,
OrderState,
AssetProxyId,
AssetData,
SingleAssetData,
@@ -106,9 +100,6 @@ export {
MultiAssetDataWithRecursiveDecoding,
StaticCallAssetData,
SignatureType,
ObjectMap,
OrderRelevantState,
Stats,
ZeroExTransaction,
SignedZeroExTransaction,
} from '@0x/types';