@0x/contracts-exchange: Removed dependency on OrderValidationUtils. The tests using it didn't really warrant the full validation suite.

`@0x/contracts-test-utils`: Move all the `OrderScenario` related types into the `contracts-exchange` package because no one else is using them.
This commit is contained in:
Lawrence Forman
2019-05-19 00:21:44 -04:00
committed by Amir Bandeali
parent acd857a8c0
commit f7f55cad43
7 changed files with 176 additions and 207 deletions

View File

@@ -29,30 +29,18 @@ export { bytes32Values, testCombinatoriallyWithReferenceFuncAsync, uint256Values
export { TransactionFactory } from './transaction_factory';
export { testWithReferenceFuncAsync } from './test_with_reference';
export {
AllowanceAmountScenario,
AssetDataScenario,
BalanceAmountScenario,
ContractName,
ERC20BalancesByOwner,
ERC1155FungibleHoldingsByOwner,
ERC1155HoldingsByOwner,
ERC1155NonFungibleHoldingsByOwner,
ERC721TokenIdsByOwner,
ExpirationTimeSecondsScenario,
FeeAssetDataScenario,
FeeRecipientAddressScenario,
FillResults,
FillScenario,
MarketBuyOrders,
MarketSellOrders,
OrderAssetAmountScenario,
OrderInfo,
OrderScenario,
OrderStatus,
TakerAssetFillAmountScenario,
TakerScenario,
Token,
TokenBalancesByOwner,
TraderStateScenario,
TransactionDataParams,
} from './types';