aboutsummaryrefslogtreecommitdiffstats
path: root/packages/instant/src/util/asset.ts
Commit message (Expand)AuthorAgeFilesLines
* Update prettier to version ^1.15.3Alex Browne2019-01-111-3/+2
* Make amountAvailableToFill requiredSteve Klebanoff2018-12-221-1/+0
* Merge branch 'development' into feature/instant/tell-amount-availableSteve Klebanoff2018-12-221-2/+2
|\
| * Show as 0 when selectedSteve Klebanoff2018-12-121-1/+2
* | Only send in amountAvailableToFill if it's a non-zero amount, add additional ...Steve Klebanoff2018-12-151-1/+5
* | Factor in slippage amount in InsufficientAssetLiquidityError error, and show ...Steve Klebanoff2018-12-151-1/+16
|/
* fix: call toLowerCase in asset creation logicfragosti2018-12-061-2/+2
* Always report unexpected errors. Move error message generation into helper f...Steve Klebanoff2018-11-221-0/+17
* fix: remove requirement of default case in all switch statementsfragosti2018-11-131-2/+0
* fix: change assetdatas for OMG and REP to be all lower case, make MKR bluefragosti2018-11-031-2/+5
* feat: implement basic erc20 token selectorfragosti2018-11-011-0/+7
* feat: modify public API to allow for passing in available assets, or fetch as...fragosti2018-11-011-3/+38
* Merge branch 'development' of https://github.com/0xProject/0x-monorepo into f...fragosti2018-10-271-1/+11
|\
| * chore: dont override toString of BigNumber and other PR feedbackfragosti2018-10-261-1/+1
| * chore: run linterfragosti2018-10-251-1/+1
| * feat: add formatted symbol for asset uitlfragosti2018-10-241-1/+11
* | fix: dont fail for mainnet assetData and non-mainnet networkfragosti2018-10-261-1/+4
* | feat: add tests for assetUtilsfragosti2018-10-231-2/+1
* | chore: change order of code to be clearerfragosti2018-10-231-1/+2
|/
* chore: run linterfragosti2018-10-201-1/+0
* fix: dont force NFTs to uppercase their namefragosti2018-10-191-1/+1
* feat: add network to state and use it where relevantfragosti2018-10-191-7/+7
* fix: error test undefined casefragosti2018-10-191-2/+2
* fix: add error message and move more logic to assetUtilsfragosti2018-10-191-2/+9
* Merge branch 'development' of https://github.com/0xProject/0x-monorepo into f...fragosti2018-10-191-3/+16
* feat: MVP of passing in sraApiUrl, assetData and other settings from render m...fragosti2018-10-191-0/+34