@0x/types: Add FillResults, MatchedFillResults, and

`BatchMatchedFillResults` types.
`@0x/contracts-utils`: Add reference functions for `SafeMath`.
`@0x/contracts-exchange-libs`: Add reference functions for `LibMath` and
`LibFillResults`.
`@0x/contracts-test-utils`: Move `*FillResults` types to `@0x/types`.
`@0x/contracts-test-utils`: Add `log_utils.ts`.
`@0x/contracts-test-utils`: Add `hexRandom()` to `hex_utils.ts`.
`@0x/contracts-test-utils`: Add the contstants: `MAX_UINT256`,
`ADDRESS_LENGTH`.
This commit is contained in:
Lawrence Forman
2019-07-31 15:56:36 -04:00
parent c54d69e5ae
commit c30d59d5d3
11 changed files with 249 additions and 47 deletions

View File

@@ -29,7 +29,6 @@ export { TransactionFactory } from './transaction_factory';
export { testWithReferenceFuncAsync } from './test_with_reference';
export { hexConcat, hexRandom } from './hex_utils';
export {
BatchMatchedFillResults,
BatchMatchOrder,
ContractName,
ERC20BalancesByOwner,
@@ -37,10 +36,8 @@ export {
ERC1155HoldingsByOwner,
ERC1155NonFungibleHoldingsByOwner,
ERC721TokenIdsByOwner,
FillResults,
MarketBuyOrders,
MarketSellOrders,
MatchedFillResults,
OrderInfo,
OrderStatus,
Token,