Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Always report unexpected errors. Move error message generation into helper ↵ | Steve Klebanoff | 2018-11-22 | 1 | -2/+31 |
| | | | | function, and add tests | ||||
* | chore(instant): fix prettier | Brandon Millman | 2018-11-14 | 1 | -1/+3 |
| | |||||
* | chore(instant): update selectedAssetAmount in the redux state to be named ↵ | Brandon Millman | 2018-11-14 | 1 | -12/+12 |
| | | | | selectedAssetUnitAmount | ||||
* | Merge branch 'development' of https://github.com/0xProject/0x-monorepo into ↵ | fragosti | 2018-11-03 | 1 | -0/+48 |
|\ | | | | | | | feature/instant/maker-asset-datas-interface | ||||
| * | Fix test name | Steve Klebanoff | 2018-11-02 | 1 | -1/+1 |
| | | |||||
| * | Nice formatting of displayed time | Steve Klebanoff | 2018-10-31 | 1 | -0/+48 |
| | | |||||
* | | feat: add name param to all ERC20AssetMetaData | fragosti | 2018-11-02 | 1 | -0/+1 |
|/ | |||||
* | Merge branch 'development' into feature/instant/fixed-orders-in-render-method | Brandon Millman | 2018-10-30 | 1 | -4/+4 |
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * development: Has Sufficient Funds/Balance -> Has Sufficient ETH When transaction too low, treat as validation error. also modify callback: errorMessage could be AssetBuyError as well onPendingValidation -> onValidationPending linting Simpler way of validaitng has enough eth questionmark syntax instead of '| undefined' Validate enough ETH when user clicks buy acccount for no address move funct into util move imports yarn.lock changes feat(instant): Show message if user doesn't have enough ETH ethDecimals -> ETH_DECIMALS | ||||
| * | Merge branch 'development' into feature/not-enough-eth | Steve Klebanoff | 2018-10-27 | 1 | -4/+4 |
| |\ | |||||
| * | | ethDecimals -> ETH_DECIMALS | Steve Klebanoff | 2018-10-27 | 1 | -4/+4 |
| | | | |||||
* | | | Refactor error handling such that errorMessage lives on the top level state | Brandon Millman | 2018-10-27 | 1 | -56/+0 |
| |/ |/| | |||||
* | | Merge branch 'development' of https://github.com/0xProject/0x-monorepo into ↵ | fragosti | 2018-10-25 | 1 | -0/+47 |
|\| | | | | | | | feature/instant/input-fees-rounding | ||||
| * | chore: run linter | fragosti | 2018-10-23 | 1 | -1/+1 |
| | | |||||
| * | feat: add tests for assetUtils | fragosti | 2018-10-23 | 1 | -7/+29 |
| | | |||||
| * | feat: add asset tests | fragosti | 2018-10-23 | 1 | -0/+25 |
| | | |||||
* | | feat: cover more token symbol edge cases | fragosti | 2018-10-24 | 1 | -4/+4 |
|/ | |||||
* | fix: error test undefined case | fragosti | 2018-10-19 | 1 | -1/+1 |
| | |||||
* | Merge branch 'development' of https://github.com/0xProject/0x-monorepo into ↵ | fragosti | 2018-10-19 | 2 | -2/+58 |
|\ | | | | | | | feature/instant/beta-render-et-al | ||||
| * | chore: change package org from 0xproject to 0x | Jacob Evans | 2018-10-18 | 2 | -3/+3 |
| | | |||||
| * | error test | Steve Klebanoff | 2018-10-18 | 1 | -0/+48 |
| | | |||||
| * | asset data util tests | Steve Klebanoff | 2018-10-18 | 1 | -0/+17 |
|/ | |||||
* | Run tests on circle CI | fragosti | 2018-10-17 | 1 | -5/+7 |
| | |||||
* | Add tests for format and use toFixed instead of round for usd | fragosti | 2018-10-17 | 1 | -0/+97 |
| | |||||
* | Tests are working with coverage | fragosti | 2018-10-03 | 1 | -0/+13 |