Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | feat: use PureComponent instead of Component | fragosti | 2019-01-02 | 1 | -1/+1 |
| | |||||
* | feat(instant): add new event for unknown buy errors | Brandon Millman | 2018-12-21 | 1 | -1/+1 |
| | |||||
* | fix(instant): add analytics to unknown error on executeBuyAsync | Brandon Millman | 2018-12-21 | 1 | -0/+1 |
| | |||||
* | fix(instant): catch unknown errors from executeBuyAsync, report them and ↵ | Brandon Millman | 2018-12-21 | 1 | -4/+5 |
| | | | | show could not submit transaction | ||||
* | fix(instant): treat executeBuyQuote errors as signature denials | Brandon Millman | 2018-12-15 | 1 | -5/+9 |
| | |||||
* | feat(instant): add token symbol to buy button text | Brandon Millman | 2018-12-01 | 1 | -3/+9 |
| | |||||
* | feat(instant): add expectedEndTimeUnix and actualEndTimeUnix to buy events | Brandon Millman | 2018-11-27 | 1 | -3/+3 |
| | |||||
* | feat(instant): add buyQuote properties to buy events | Brandon Millman | 2018-11-27 | 1 | -7/+7 |
| | |||||
* | feat(instant): add txHash to relevant buy events | Brandon Millman | 2018-11-27 | 1 | -3/+3 |
| | |||||
* | feat(instant): implement buy events without associated properties | Brandon Millman | 2018-11-27 | 1 | -0/+8 |
| | |||||
* | feat: make all button fontsizes 16px by default | fragosti | 2018-11-13 | 1 | -1/+0 |
| | |||||
* | feat: refactor button styles and add href to Text | fragosti | 2018-11-10 | 1 | -1/+1 |
| | |||||
* | Merge branch 'development' into feature/instant/account-state-change | Brandon Millman | 2018-11-09 | 1 | -5/+8 |
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * development: [instant] Viewport specific errors (#1228) Added more comments Include wholeNumberSchema in sra-spec schemas chore(instant): fix linter Fix isNode fix(instant): update buy quote at start up in the case of default amount fix: apply css reset to overlay as well fix(website): turn off production flag when building locally chore: linter fix: progress bar fix: use fontSize prop in button feat: make instant resistant to external styles feat: add faux externall css file Add upstream issue Use const require instead of import Fix tslint issues Use detect-node Set curstom inspect printer in BigNumber | ||||
| * | Merge branch 'development' of https://github.com/0xProject/0x-monorepo into ↵ | fragosti | 2018-11-09 | 1 | -3/+5 |
| |\ | | | | | | | | | | feature/instant/prevent-css-leakage | ||||
| * | | chore: linter | fragosti | 2018-11-07 | 1 | -1/+0 |
| | | | |||||
| * | | feat: make instant resistant to external styles | fragosti | 2018-11-07 | 1 | -4/+8 |
| | | | |||||
* | | | feat(instant): fetch balance at startup | Brandon Millman | 2018-11-08 | 1 | -6/+7 |
| | | | |||||
* | | | feat(instant): fetch account address at startup and drive account state changes | Brandon Millman | 2018-11-08 | 1 | -13/+8 |
| |/ |/| | |||||
* | | feat(instant): fallback to an empty wallet provider when none is injected | Brandon Millman | 2018-11-08 | 1 | -3/+5 |
|/ | |||||
* | chore(instant): import UI components directly | Steve Klebanoff | 2018-11-06 | 1 | -1/+2 |
| | |||||
* | feat(instant): pass in provider through props, fallback to injected provider | Brandon Millman | 2018-11-03 | 1 | -2/+3 |
| | |||||
* | feat(instant): implement affiliateFeeInfo prop | Brandon Millman | 2018-11-03 | 1 | -3/+10 |
| | |||||
* | Explicit actions for setting different order states | Steve Klebanoff | 2018-11-01 | 1 | -4/+5 |
| | | | | This allows us to dispatch updates with less syntax, and allows us to not have to send in progress info when setting failure and success | ||||
* | Use simulated progress bar for txn | Steve Klebanoff | 2018-10-31 | 1 | -6/+8 |
| | |||||
* | store estimated time in Ms on state | Steve Klebanoff | 2018-10-30 | 1 | -2/+2 |
| | |||||
* | return estimated state | Steve Klebanoff | 2018-10-30 | 1 | -2/+2 |
| | |||||
* | linting | Steve Klebanoff | 2018-10-30 | 1 | -1/+1 |
| | |||||
* | gas price estimator | Steve Klebanoff | 2018-10-30 | 1 | -2/+3 |
| | |||||
* | feat(instant): add default gasPrice of 6 gwei to transactions | Brandon Millman | 2018-10-30 | 1 | -2/+3 |
| | |||||
* | 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 | 1 | -6/+23 |
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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 | 1 | -3/+3 |
| | | |||||
| * | When transaction too low, treat as validation error. also modify callback: ↵ | Steve Klebanoff | 2018-10-30 | 1 | -4/+9 |
| | | | | | | | | errorMessage could be AssetBuyError as well | ||||
| * | onPendingValidation -> onValidationPending | Steve Klebanoff | 2018-10-29 | 1 | -2/+2 |
| | | |||||
| * | Simpler way of validaitng has enough eth | Steve Klebanoff | 2018-10-27 | 1 | -5/+8 |
| | | |||||
| * | questionmark syntax instead of '| undefined' | Steve Klebanoff | 2018-10-27 | 1 | -1/+1 |
| | | |||||
| * | Validate enough ETH when user clicks buy | Steve Klebanoff | 2018-10-27 | 1 | -1/+8 |
| | | |||||
| * | ethDecimals -> ETH_DECIMALS | Steve Klebanoff | 2018-10-27 | 1 | -1/+3 |
| | | |||||
* | | Refactor error handling such that errorMessage lives on the top level state | Brandon Millman | 2018-10-27 | 1 | -2/+2 |
|/ | |||||
* | cleanup code | Steve Klebanoff | 2018-10-26 | 1 | -7/+2 |
| | |||||
* | Added string to constants | Steve Klebanoff | 2018-10-26 | 1 | -1/+2 |
| | |||||
* | Making failure txHash required | Steve Klebanoff | 2018-10-26 | 1 | -1/+1 |
| | |||||
* | txnHash -> txHash | Steve Klebanoff | 2018-10-26 | 1 | -10/+10 |
| | |||||
* | new try/catch pattern and new prop names per code review feedback | Steve Klebanoff | 2018-10-26 | 1 | -9/+24 |
| | |||||
* | Associate txnhash with processing state | Steve Klebanoff | 2018-10-25 | 1 | -8/+11 |
| | |||||
* | Message when signature denied | Steve Klebanoff | 2018-10-25 | 1 | -2/+7 |
| | |||||
* | Merge branch 'development' into feature/instant/processing-state | Steve Klebanoff | 2018-10-24 | 1 | -1/+1 |
|\ | |||||
| * | Merge branch 'development' into feature/instant/failure-state | Steve Klebanoff | 2018-10-24 | 1 | -1/+1 |
| |\ | |||||
| | * | chore: incorportate pr feedback | fragosti | 2018-10-24 | 1 | -1/+1 |
| | | | |||||
* | | | feat(instant): Procesing and Success states | Steve Klebanoff | 2018-10-24 | 1 | -2/+2 |
|/ / | |||||
* | | Remove hack fix | Steve Klebanoff | 2018-10-20 | 1 | -4/+2 |
| | | |||||
* | | linting | Steve Klebanoff | 2018-10-20 | 1 | -1/+0 |
| | | |||||
* | | Selected Asset button | Steve Klebanoff | 2018-10-20 | 1 | -4/+2 |
| | | |||||
* | | wip: retry button | Steve Klebanoff | 2018-10-20 | 1 | -9/+11 |
|/ | |||||
* | Merge branch 'development' of https://github.com/0xProject/0x-monorepo into ↵ | fragosti | 2018-10-19 | 1 | -1/+1 |
|\ | | | | | | | feature/instant/beta-render-et-al | ||||
| * | chore: replace @0xproject with @0x in .tsx files | Fabio Berger | 2018-10-18 | 1 | -1/+1 |
| | | |||||
* | | feat: MVP of passing in sraApiUrl, assetData and other settings from render ↵ | fragosti | 2018-10-19 | 1 | -4/+4 |
|/ | | | | method | ||||
* | Put boundNoop in a util file | fragosti | 2018-10-16 | 1 | -5/+4 |
| | |||||
* | Add tnxHash to buy button callbacks | fragosti | 2018-10-16 | 1 | -8/+6 |
| | |||||
* | feat: Move over features from zrx-buyer | fragosti | 2018-10-11 | 1 | -11/+48 |
| | |||||
* | Add box shadow and default box-sizing: border-box to container | fragosti | 2018-10-05 | 1 | -1/+1 |
| | |||||
* | Add BuyButton and other small improvement | fragosti | 2018-10-05 | 1 | -0/+19 |