Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | feat: add asserts for new API additions | fragosti | 2018-11-02 | 1 | -0/+3 |
| | |||||
* | feat: implement basic erc20 token selector | fragosti | 2018-11-01 | 1 | -0/+7 |
| | |||||
* | feat: modify public API to allow for passing in available assets, or fetch ↵ | fragosti | 2018-11-01 | 2 | -7/+42 |
| | | | | assets from SRA | ||||
* | Add comment and use constant | Steve Klebanoff | 2018-10-30 | 1 | -2/+3 |
| | |||||
* | Use polyfilled fetch from utils | Steve Klebanoff | 2018-10-30 | 1 | -2/+2 |
| | |||||
* | async suffix and use polyfill fetch util | Steve Klebanoff | 2018-10-30 | 1 | -4/+4 |
| | |||||
* | Introduce constants for eth gas station and coinbase | Steve Klebanoff | 2018-10-30 | 2 | -7/+7 |
| | |||||
* | Use constant that exists now | Steve Klebanoff | 2018-10-30 | 1 | -5/+4 |
| | |||||
* | gas price estimator | Steve Klebanoff | 2018-10-30 | 1 | -0/+45 |
| | |||||
* | fix(instant): fix spelling error and BigNumber gte operation | Brandon Millman | 2018-10-30 | 1 | -2/+2 |
| | |||||
* | Merge branch 'development' into feature/instant/fixed-orders-in-render-method | Brandon Millman | 2018-10-30 | 3 | -3/+22 |
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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 | ||||
| * | Has Sufficient Funds/Balance -> Has Sufficient ETH | Steve Klebanoff | 2018-10-30 | 2 | -2/+2 |
| | | |||||
| * | linting | Steve Klebanoff | 2018-10-27 | 1 | -5/+0 |
| | | |||||
| * | Simpler way of validaitng has enough eth | Steve Klebanoff | 2018-10-27 | 1 | -30/+10 |
| | | |||||
| * | acccount for no address | Steve Klebanoff | 2018-10-27 | 2 | -10/+18 |
| | | |||||
| * | move funct into util | Steve Klebanoff | 2018-10-27 | 1 | -0/+30 |
| | | |||||
| * | Merge branch 'development' into feature/not-enough-eth | Steve Klebanoff | 2018-10-27 | 3 | -2/+41 |
| |\ | |||||
| * | | feat(instant): Show message if user doesn't have enough ETH | Steve Klebanoff | 2018-10-27 | 2 | -1/+10 |
| | | | |||||
| * | | ethDecimals -> ETH_DECIMALS | Steve Klebanoff | 2018-10-27 | 1 | -3/+3 |
| | | | |||||
* | | | Refactor error handling such that errorMessage lives on the top level state | Brandon Millman | 2018-10-27 | 2 | -71/+26 |
| | | | |||||
* | | | fix: init BigNumberInput not BigNumber when initializing state | fragosti | 2018-10-27 | 1 | -7/+12 |
| | | | |||||
* | | | Merge branch 'development' of https://github.com/0xProject/0x-monorepo into ↵ | fragosti | 2018-10-27 | 3 | -2/+41 |
|\ \ \ | | |/ | |/| | | | | feature/instant/fixed-orders-in-render-method | ||||
| * | | Merge branch 'development' of https://github.com/0xProject/0x-monorepo into ↵ | fragosti | 2018-10-26 | 2 | -2/+6 |
| |\| | | | | | | | | | | feature/instant/input-fees-rounding | ||||
| * | | chore: dont override toString of BigNumber and other PR feedback | fragosti | 2018-10-26 | 2 | -9/+9 |
| | | | |||||
| * | | Merge branch 'development' of https://github.com/0xProject/0x-monorepo into ↵ | fragosti | 2018-10-25 | 1 | -0/+24 |
| |\ \ | | | | | | | | | | | | | feature/instant/input-fees-rounding | ||||
| * | | | chore: run linter | fragosti | 2018-10-25 | 2 | -2/+2 |
| | | | | |||||
| * | | | feat: cover more token symbol edge cases | fragosti | 2018-10-24 | 1 | -1/+1 |
| | | | | |||||
| * | | | feat: add formatted symbol for asset uitl | fragosti | 2018-10-24 | 1 | -1/+11 |
| | | | | |||||
| * | | | feat: support half-written decimal numbers in BigNumberInput | fragosti | 2018-10-24 | 1 | -0/+29 |
| | | | | |||||
* | | | | feat: add assertions to render method | fragosti | 2018-10-27 | 1 | -0/+44 |
| | | | | |||||
* | | | | Merge branch 'development' of https://github.com/0xProject/0x-monorepo into ↵ | fragosti | 2018-10-26 | 2 | -2/+6 |
|\ \ \ \ | | |_|/ | |/| | | | | | | feature/instant/fixed-orders-in-render-method | ||||
| * | | | txnHash -> txHash | Steve Klebanoff | 2018-10-26 | 1 | -2/+2 |
| | | | | |||||
| * | | | Merge pull request #1180 from 0xProject/feature/instant/metamask-denial | Steve Klebanoff | 2018-10-25 | 1 | -0/+4 |
| |\ \ \ | | |_|/ | |/| | | [instant]Message when signature denied | ||||
| | * | | feat: Message when denying signing transaction | Steve Klebanoff | 2018-10-25 | 1 | -1/+1 |
| | | | | |||||
| | * | | Message when signature denied | Steve Klebanoff | 2018-10-25 | 1 | -0/+4 |
| | |/ | |||||
* | | | fix: dont fail for mainnet assetData and non-mainnet network | fragosti | 2018-10-26 | 1 | -1/+4 |
| | | | |||||
* | | | feat: flash an error if the wrong network is detected | fragosti | 2018-10-26 | 1 | -0/+4 |
| | | | |||||
* | | | feat: supply render options from URL | fragosti | 2018-10-26 | 1 | -1/+0 |
|/ / | |||||
* / | Get rid of react-shared as a dependency, write own etherscanUtil | Steve Klebanoff | 2018-10-25 | 1 | -0/+24 |
|/ | |||||
* | chore: run linter | fragosti | 2018-10-20 | 1 | -1/+0 |
| | |||||
* | fix: dont force NFTs to uppercase their name | fragosti | 2018-10-19 | 1 | -1/+1 |
| | |||||
* | feat: add network to state and use it where relevant | fragosti | 2018-10-19 | 1 | -7/+7 |
| | |||||
* | fix: error test undefined case | fragosti | 2018-10-19 | 1 | -2/+2 |
| | |||||
* | fix: add error message and move more logic to assetUtils | fragosti | 2018-10-19 | 1 | -2/+9 |
| | |||||
* | Merge branch 'development' of https://github.com/0xProject/0x-monorepo into ↵ | fragosti | 2018-10-19 | 5 | -13/+98 |
|\ | | | | | | | feature/instant/beta-render-et-al | ||||
| * | chore: change package org from 0xproject to 0x | Jacob Evans | 2018-10-18 | 6 | -7/+7 |
| | | |||||
| * | ReactNode as default for formatters, and show bold dash | Steve Klebanoff | 2018-10-18 | 1 | -6/+14 |
| | | |||||
| * | handle other errors | Steve Klebanoff | 2018-10-18 | 1 | -1/+12 |
| | | |||||
| * | creating big error util file per francescos comment in PR | Steve Klebanoff | 2018-10-18 | 3 | -50/+51 |
| | | |||||
| * | use lodash isUndefined per PR comment | Steve Klebanoff | 2018-10-18 | 1 | -2/+4 |
| | | |||||
| * | export assetDataUtil big obj | Steve Klebanoff | 2018-10-18 | 2 | -14/+15 |
| | | |||||
| * | feat(instant): Handle AssetBuyer errors | Steve Klebanoff | 2018-10-18 | 3 | -0/+68 |
| | | |||||
* | | feat: MVP of passing in sraApiUrl, assetData and other settings from render ↵ | fragosti | 2018-10-19 | 2 | -9/+34 |
|/ | | | | method | ||||
* | Add tests for format and use toFixed instead of round for usd | fragosti | 2018-10-17 | 1 | -1/+1 |
| | |||||
* | Remove expiry buffer seconds option from AssetBuyer init | fragosti | 2018-10-16 | 1 | -3/+1 |
| | |||||
* | Put boundNoop in a util file | fragosti | 2018-10-16 | 1 | -0/+5 |
| | |||||
* | feat: have coinbase API return BigNumber for eth-usd price endpoint | fragosti | 2018-10-13 | 1 | -2/+4 |
| | |||||
* | feat: populate order details with information from worst buy quote | fragosti | 2018-10-12 | 1 | -0/+45 |
| | |||||
* | feat: Move over features from zrx-buyer | fragosti | 2018-10-11 | 4 | -0/+36 |