@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:
committed by
Amir Bandeali
parent
acd857a8c0
commit
f7f55cad43
@@ -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';
|
||||
|
Reference in New Issue
Block a user