aboutsummaryrefslogtreecommitdiffstats
path: root/packages/asset-buyer/src/utils/assert.ts
Commit message (Collapse)AuthorAgeFilesLines
* fix(asset-buyer): output assetEthAmount instead of ethPerAssetPrice in ↵Brandon Millman2018-11-131-1/+1
| | | | BuyQuoteInfos
* Merge branch 'development' of https://github.com/0xProject/0x-monorepo into ↵fragosti2018-11-021-16/+0
|\ | | | | | | feature/instant/token-selection-panel
| * chore: remove unused importfragosti2018-11-011-1/+0
| |
| * feat: remove isValidProvided orders validationfragosti2018-10-301-15/+0
| |
* | feat: expose new `getAvailableAssetDatasAsync` APIfragosti2018-11-011-1/+0
|/ | | | BREAKING CHANGE: the `OrderProvider` now requires a new method `getAvailableMakerAssetDatasAsync` and the `StandardRelayerAPIOrderProvider` requires the network id at init.
* chore: change package org from 0xproject to 0xJacob Evans2018-10-181-3/+3
|
* Update BuyQuote interfaceBrandon Millman2018-10-051-3/+8
|
* Small typosfragosti2018-09-211-1/+1
|
* More renamingfragosti2018-09-211-2/+2
|
* Rename OrderFetcher to OrderProvider and other small improvementsfragosti2018-09-201-4/+4
|
* Add isValidPercentage assertfragosti2018-09-191-0/+7
|
* Add factory method on AssetBuyer for provided ordersBrandon Millman2018-09-151-0/+16
|
* Implement ProvidedOrderFetcherBrandon Millman2018-09-151-1/+6
|
* Flesh out the AssetBuyer classBrandon Millman2018-09-151-0/+23