| Commit message (Expand) | Author | Age | Files | Lines |
* | chore: remove console log | fragosti | 2018-10-30 | 1 | -1/+0 |
* | feat: add augur provided order | fragosti | 2018-10-30 | 1 | -0/+1 |
* | Merge branch 'development' into feature/instant/fixed-orders-in-render-method | Brandon Millman | 2018-10-30 | 2 | -9/+17 |
|\ |
|
| * | Merge pull request #1193 from 0xProject/feature/not-enough-eth | Steve Klebanoff | 2018-10-30 | 2 | -8/+13 |
| |\ |
|
| | * | When transaction too low, treat as validation error. also modify callback: er... | Steve Klebanoff | 2018-10-30 | 1 | -2/+2 |
| | * | onPendingValidation -> onValidationPending | Steve Klebanoff | 2018-10-29 | 1 | -2/+2 |
| | * | linting | Steve Klebanoff | 2018-10-27 | 2 | -6/+1 |
| | * | Simpler way of validaitng has enough eth | Steve Klebanoff | 2018-10-27 | 2 | -13/+11 |
| | * | Validate enough ETH when user clicks buy | Steve Klebanoff | 2018-10-27 | 1 | -0/+6 |
| | * | Merge branch 'development' into feature/not-enough-eth | Steve Klebanoff | 2018-10-27 | 4 | -93/+35 |
| | |\ |
|
| | * | | acccount for no address | Steve Klebanoff | 2018-10-27 | 1 | -1/+1 |
| | * | | move funct into util | Steve Klebanoff | 2018-10-27 | 1 | -5/+2 |
| | * | | move imports | Steve Klebanoff | 2018-10-27 | 1 | -4/+2 |
| | * | | Merge branch 'development' into feature/not-enough-eth | Steve Klebanoff | 2018-10-27 | 1 | -15/+15 |
| | |\ \ |
|
| | * | | | feat(instant): Show message if user doesn't have enough ETH | Steve Klebanoff | 2018-10-27 | 1 | -1/+13 |
* | | | | | Merge branch 'development' into feature/instant/fixed-orders-in-render-method | Brandon Millman | 2018-10-29 | 5 | -93/+45 |
|\| | | | |
|
| * | | | | Merge pull request #1194 from 0xProject/feature/instant/input-to-fixed | Steve Klebanoff | 2018-10-27 | 1 | -0/+10 |
| |\ \ \ \
| | |_|_|/
| |/| | | |
|
| | * | | | fix(instant): refactor some props to use isDisabled instead of disabled | Brandon Millman | 2018-10-27 | 1 | -6/+6 |
| | * | | | feat(instant): Disable input when processing | Steve Klebanoff | 2018-10-27 | 1 | -0/+10 |
| | | |/
| | |/| |
|
| * | | | Merge pull request #1189 from 0xProject/feature/instant/txn-failure | Steve Klebanoff | 2018-10-27 | 4 | -93/+35 |
| |\ \ \
| | |/ /
| |/| | |
|
| | * | | selected asset buy order state button -> selected asset buy order state buttons | Steve Klebanoff | 2018-10-27 | 1 | -4/+7 |
| | * | | buy order state button -> buy order state buttons | Steve Klebanoff | 2018-10-27 | 1 | -2/+2 |
| | * | | tsx -> ts | Steve Klebanoff | 2018-10-27 | 1 | -0/+0 |
| | * | | Get BuyOrderState one big connected component, and let user view failure | Steve Klebanoff | 2018-10-26 | 4 | -127/+59 |
| | * | | Show View Transaction button on failure, and allow setting of width for Try A... | Steve Klebanoff | 2018-10-26 | 2 | -5/+12 |
| | |/ |
|
* | / | Refactor error handling such that errorMessage lives on the top level state | Brandon Millman | 2018-10-27 | 3 | -15/+29 |
|/ / |
|
* | | Merge branch 'development' of https://github.com/0xProject/0x-monorepo into f... | fragosti | 2018-10-26 | 4 | -15/+33 |
|\| |
|
| * | Making failure txHash required | Steve Klebanoff | 2018-10-26 | 1 | -2/+3 |
| * | txnHash -> txHash | Steve Klebanoff | 2018-10-26 | 2 | -7/+7 |
| * | new try/catch pattern and new prop names per code review feedback | Steve Klebanoff | 2018-10-26 | 1 | -4/+4 |
| * | take out unused imports | Steve Klebanoff | 2018-10-26 | 2 | -2/+2 |
| * | feat(instant): Be able to view transaction when transaction is in progress | Steve Klebanoff | 2018-10-25 | 1 | -1/+5 |
| * | Associate txnhash with processing state | Steve Klebanoff | 2018-10-25 | 1 | -3/+11 |
| * | Introduce new OrderProcessState | Steve Klebanoff | 2018-10-25 | 4 | -10/+10 |
| * | Merge pull request #1180 from 0xProject/feature/instant/metamask-denial | Steve Klebanoff | 2018-10-25 | 1 | -0/+5 |
| |\ |
|
| | * | Message when signature denied | Steve Klebanoff | 2018-10-25 | 1 | -0/+5 |
* | | | chore: dont override toString of BigNumber and other PR feedback | fragosti | 2018-10-26 | 1 | -12/+13 |
* | | | Merge branch 'development' of https://github.com/0xProject/0x-monorepo into f... | fragosti | 2018-10-25 | 5 | -9/+44 |
|\| | |
|
| * | | Get rid of react-shared as a dependency, write own etherscanUtil | Steve Klebanoff | 2018-10-25 | 1 | -3/+2 |
| |/ |
|
| * | Merge branch 'development' into feature/instant/processing-state | Steve Klebanoff | 2018-10-24 | 3 | -41/+22 |
| |\ |
|
| * | | feat(instant): Procesing and Success states | Steve Klebanoff | 2018-10-24 | 5 | -14/+51 |
| * | | Placing order button | Steve Klebanoff | 2018-10-23 | 1 | -2/+4 |
* | | | Merge branch 'development' of https://github.com/0xProject/0x-monorepo into f... | fragosti | 2018-10-25 | 7 | -29/+63 |
|\ \ \
| | |/
| |/| |
|
| * | | rename container | Steve Klebanoff | 2018-10-24 | 1 | -3/+3 |
| * | | null -> undefined | Steve Klebanoff | 2018-10-24 | 1 | -2/+2 |
| * | | move buy order state to its own component | Steve Klebanoff | 2018-10-24 | 1 | -18/+2 |
| |/ |
|
| * | feat(instant): Add failure state and icon | Steve Klebanoff | 2018-10-20 | 1 | -0/+5 |
| * | linting | Steve Klebanoff | 2018-10-20 | 2 | -3/+0 |
| * | Merge branch 'feature/instant/beta-render-et-al' into feature/instant/failure... | Steve Klebanoff | 2018-10-20 | 6 | -13/+48 |
| |\ |
|
| | * | Merge branch 'development' of https://github.com/0xProject/0x-monorepo into f... | fragosti | 2018-10-20 | 5 | -12/+15 |
| | |\ |
|
| | | * | feat(instant): Indicate that order details section is loading by having pulsi... | Steve Klebanoff | 2018-10-19 | 1 | -0/+3 |
| | | * | Moved LatestErrorDisplay to types file and gave generic name | Steve Klebanoff | 2018-10-19 | 1 | -2/+3 |
| | | * | Rename update function to set function since it doesnt take a parameter | Steve Klebanoff | 2018-10-19 | 1 | -3/+3 |
| | | * | fix camel casing of updateBuyOrderState | Steve Klebanoff | 2018-10-19 | 2 | -4/+4 |
| | | * | quoteState -> quoteRequestState | Steve Klebanoff | 2018-10-19 | 2 | -5/+5 |
| * | | | Selected Asset button | Steve Klebanoff | 2018-10-20 | 3 | -8/+62 |
| * | | | WIP: clear buy quote working | Steve Klebanoff | 2018-10-20 | 1 | -0/+2 |
| * | | | wip: retry button | Steve Klebanoff | 2018-10-20 | 1 | -21/+8 |
| * | | | Show order failed messaging when order fails | Steve Klebanoff | 2018-10-19 | 1 | -0/+2 |
* | | | | feat: have basic scaling amount input working | fragosti | 2018-10-23 | 1 | -1/+1 |
| |/ /
|/| | |
|
* | | | feat: use color from metaData instead of default primaryColor | fragosti | 2018-10-19 | 1 | -0/+32 |
|/ / |
|
* | | Merge branch 'development' of https://github.com/0xProject/0x-monorepo into f... | fragosti | 2018-10-19 | 5 | -28/+78 |
|\| |
|
| * | chore: change package org from 0xproject to 0x | Jacob Evans | 2018-10-18 | 4 | -7/+7 |
| * | selectedAssetBuyState -> buyOrderState | Steve Klebanoff | 2018-10-18 | 2 | -5/+5 |
| * | add concept of quoteState | Steve Klebanoff | 2018-10-18 | 2 | -9/+18 |
| * | creating big error util file per francescos comment in PR | Steve Klebanoff | 2018-10-18 | 2 | -5/+5 |
| * | latestErrorDismissed -> latestErrorDisplay enum | Steve Klebanoff | 2018-10-18 | 1 | -6/+5 |
| * | feat(instant): Handle AssetBuyer errors | Steve Klebanoff | 2018-10-18 | 2 | -1/+48 |
* | | feat: MVP of passing in sraApiUrl, assetData and other settings from render m... | fragosti | 2018-10-19 | 2 | -16/+58 |
|/ |
|
* | Add ts-optchain and use it instead of lodash get | fragosti | 2018-10-16 | 2 | -2/+4 |
* | feat: model asset meta data and add dynamic assetData state | fragosti | 2018-10-13 | 1 | -11/+20 |
* | feat: make redux actions type-sage | fragosti | 2018-10-13 | 2 | -15/+13 |
* | feat: populate order details with information from worst buy quote | fragosti | 2018-10-12 | 2 | -1/+27 |
* | feat: debounce the fetching of new quotes | fragosti | 2018-10-12 | 1 | -10/+14 |
* | feat: Move over features from zrx-buyer | fragosti | 2018-10-11 | 4 | -36/+142 |
* | Fix empty input bug | fragosti | 2018-10-10 | 1 | -1/+1 |
* | Apply linter | fragosti | 2018-10-05 | 1 | -5/+5 |
* | Create SelectedAssetInputAmount | fragosti | 2018-10-05 | 1 | -0/+36 |