Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Placeholder for estimated time | Steve Klebanoff | 2018-10-31 | 2 | -2/+15 |
| | |||||
* | Making prettier | Steve Klebanoff | 2018-10-31 | 1 | -4/+8 |
| | |||||
* | Dispatching progress | Steve Klebanoff | 2018-10-31 | 7 | -4/+84 |
| | |||||
* | Remove old TODO | Steve Klebanoff | 2018-10-31 | 1 | -1/+0 |
| | |||||
* | Rename functions and get rid of old unused function | Steve Klebanoff | 2018-10-31 | 1 | -12/+4 |
| | |||||
* | Stall at 95 percent | Steve Klebanoff | 2018-10-31 | 2 | -27/+46 |
| | |||||
* | WIP: Progress ticker with finishing | Steve Klebanoff | 2018-10-31 | 2 | -0/+90 |
| | |||||
* | store estimated time in Ms on state | Steve Klebanoff | 2018-10-30 | 2 | -5/+5 |
| | |||||
* | return estimated state | Steve Klebanoff | 2018-10-30 | 4 | -9/+17 |
| | |||||
* | Move tslint disable line | Steve Klebanoff | 2018-10-30 | 1 | -1/+3 |
| | |||||
* | 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 | 3 | -7/+9 |
| | |||||
* | Comment for warming up cache | Steve Klebanoff | 2018-10-30 | 1 | -0/+2 |
| | |||||
* | linting | Steve Klebanoff | 2018-10-30 | 2 | -1/+2 |
| | |||||
* | Use constant that exists now | Steve Klebanoff | 2018-10-30 | 1 | -5/+4 |
| | |||||
* | gas price estimator | Steve Klebanoff | 2018-10-30 | 3 | -2/+50 |
| | |||||
* | feat(instant): add default gasPrice of 6 gwei to transactions | Brandon Millman | 2018-10-30 | 2 | -2/+5 |
| | |||||
* | fix(instant): fix spelling error and BigNumber gte operation | Brandon Millman | 2018-10-30 | 2 | -4/+4 |
| | |||||
* | Merge branch 'development' into feature/instant/fixed-orders-in-render-method | Brandon Millman | 2018-10-30 | 10 | -30/+77 |
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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 pull request #1193 from 0xProject/feature/not-enough-eth | Steve Klebanoff | 2018-10-30 | 11 | -30/+77 |
| |\ | | | | | | | [instant] Not enough ETH error message | ||||
| | * | Has Sufficient Funds/Balance -> Has Sufficient ETH | Steve Klebanoff | 2018-10-30 | 4 | -6/+6 |
| | | | |||||
| | * | When transaction too low, treat as validation error. also modify callback: ↵ | Steve Klebanoff | 2018-10-30 | 3 | -8/+13 |
| | | | | | | | | | | | | errorMessage could be AssetBuyError as well | ||||
| | * | onPendingValidation -> onValidationPending | Steve Klebanoff | 2018-10-29 | 3 | -8/+8 |
| | | | |||||
| | * | linting | Steve Klebanoff | 2018-10-27 | 3 | -11/+1 |
| | | | |||||
| | * | Simpler way of validaitng has enough eth | Steve Klebanoff | 2018-10-27 | 6 | -56/+37 |
| | | | |||||
| | * | 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 | 3 | -1/+16 |
| | | | |||||
| | * | Merge branch 'development' into feature/not-enough-eth | Steve Klebanoff | 2018-10-27 | 13 | -151/+147 |
| | |\ | |||||
| | * | | acccount for no address | Steve Klebanoff | 2018-10-27 | 3 | -11/+19 |
| | | | | |||||
| | * | | move funct into util | Steve Klebanoff | 2018-10-27 | 2 | -5/+32 |
| | | | | |||||
| | * | | move imports | Steve Klebanoff | 2018-10-27 | 1 | -4/+2 |
| | | | | |||||
| | * | | Merge branch 'development' into feature/not-enough-eth | Steve Klebanoff | 2018-10-27 | 21 | -150/+416 |
| | |\ \ | |||||
| | * | | | feat(instant): Show message if user doesn't have enough ETH | Steve Klebanoff | 2018-10-27 | 4 | -2/+24 |
| | | | | | |||||
| | * | | | ethDecimals -> ETH_DECIMALS | Steve Klebanoff | 2018-10-27 | 4 | -9/+11 |
| | | | | | |||||
* | | | | | Merge branch 'development' into feature/instant/fixed-orders-in-render-method | Brandon Millman | 2018-10-29 | 17 | -153/+168 |
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * development: fix(instant): refactor some props to use isDisabled instead of disabled linting imports feat(instant): Disable input when processing Add back debounce Make doesBuyQuoteMatchState in reducer less strict fix(instant): prevent outdated quote requests from overriding the correct quote selected asset buy order state button -> selected asset buy order state buttons buy order state button -> buy order state buttons feat(order_utils.py): ERC721 asset data codec (#1186) Add note about tslint false positive tsx -> ts Get BuyOrderState one big connected component, and let user view failure Show View Transaction button on failure, and allow setting of width for Try Again button and View Txn button Added string to constants chore: Update contract-wrappers CHANGELOG.json fix(contract-wrappers): Fix tslint errors that were lingering due to misconfiguration chore: Add --format stylish to tslint | ||||
| * | | | | Merge pull request #1194 from 0xProject/feature/instant/input-to-fixed | Steve Klebanoff | 2018-10-27 | 4 | -2/+21 |
| |\ \ \ \ | | |_|_|/ | |/| | | | [instant] Disable input when processing | ||||
| | * | | | fix(instant): refactor some props to use isDisabled instead of disabled | Brandon Millman | 2018-10-27 | 4 | -16/+16 |
| | | | | | |||||
| | * | | | feat(instant): Disable input when processing | Steve Klebanoff | 2018-10-27 | 4 | -2/+21 |
| | | |/ | | |/| | |||||
| * | | | Merge pull request #1189 from 0xProject/feature/instant/txn-failure | Steve Klebanoff | 2018-10-27 | 11 | -144/+105 |
| |\ \ \ | | | | | | | | | | | [instant] View txn on failure | ||||
| | * | | | linting imports | Steve Klebanoff | 2018-10-27 | 1 | -2/+2 |
| | | | | | |||||
| | * | | | selected asset buy order state button -> selected asset buy order state buttons | Steve Klebanoff | 2018-10-27 | 2 | -6/+9 |
| | | | | | |||||
| | * | | | buy order state button -> buy order state buttons | Steve Klebanoff | 2018-10-27 | 2 | -3/+3 |
| | | | | | |||||
| | * | | | 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 | 9 | -157/+96 |
| | | | | | |||||
| | * | | | Show View Transaction button on failure, and allow setting of width for Try ↵ | Steve Klebanoff | 2018-10-26 | 6 | -13/+32 |
| | | |/ | | |/| | | | | | | | | | Again button and View Txn button | ||||
| * | | | Merge pull request #1178 from 0xProject/fix/linter-improvements | Alex Browne | 2018-10-27 | 1 | -1/+1 |
| |\ \ \ | | | | | | | | | | | Add --format stylish to tslint and fix linter errors in contract-wrappers. | ||||
| | * | | | chore: Add --format stylish to tslint | Alex Browne | 2018-10-24 | 1 | -1/+1 |
| | | | | | |||||
| * | | | | Add back debounce | Brandon Millman | 2018-10-27 | 1 | -1/+3 |
| | | | | | |||||
| * | | | | Make doesBuyQuoteMatchState in reducer less strict | Brandon Millman | 2018-10-27 | 1 | -7/+12 |
| | | | | | |||||
| * | | | | fix(instant): prevent outdated quote requests from overriding the correct quote | Brandon Millman | 2018-10-27 | 2 | -9/+37 |
| | |_|/ | |/| | | |||||
* | | | | Refactor error handling such that errorMessage lives on the top level state | Brandon Millman | 2018-10-27 | 10 | -158/+71 |
| | | | | |||||
* | | | | fix: init BigNumberInput not BigNumber when initializing state | fragosti | 2018-10-27 | 2 | -9/+14 |
| | | | | |||||
* | | | | Merge branch 'development' of https://github.com/0xProject/0x-monorepo into ↵ | fragosti | 2018-10-27 | 21 | -148/+415 |
|\| | | | | | | | | | | | | | | | feature/instant/fixed-orders-in-render-method | ||||
| * | | | Merge branch 'development' of https://github.com/0xProject/0x-monorepo into ↵ | fragosti | 2018-10-26 | 12 | -51/+113 |
| |\ \ \ | | | |/ | | |/| | | | | | feature/instant/input-fees-rounding | ||||
| * | | | chore: dont override toString of BigNumber and other PR feedback | fragosti | 2018-10-26 | 10 | -41/+53 |
| | | | | |||||
| * | | | chore: update comments | fragosti | 2018-10-25 | 1 | -2/+2 |
| | | | | |||||
| * | | | chore: use alternate syntax for styled | fragosti | 2018-10-25 | 4 | -4/+16 |
| | | | | |||||
| * | | | fix: weird linting error that depends on types | fragosti | 2018-10-25 | 1 | -1/+1 |
| | | | | |||||
| * | | | feat: change to increasing input width by a constant amount per additional ↵ | fragosti | 2018-10-25 | 1 | -5/+4 |
| | | | | | | | | | | | | | | | | character | ||||
| * | | | Merge branch 'development' of https://github.com/0xProject/0x-monorepo into ↵ | fragosti | 2018-10-25 | 18 | -43/+207 |
| |\ \ \ | | | | | | | | | | | | | | | | feature/instant/input-fees-rounding | ||||
| * | | | | chore: run linter | fragosti | 2018-10-25 | 3 | -3/+3 |
| | | | | | |||||
| * | | | | Merge branch 'development' of https://github.com/0xProject/0x-monorepo into ↵ | fragosti | 2018-10-25 | 26 | -168/+475 |
| |\ \ \ \ | | | | | | | | | | | | | | | | | | | feature/instant/input-fees-rounding | ||||
| * | | | | | fix: address PR feedback | fragosti | 2018-10-25 | 2 | -6/+6 |
| | | | | | | |||||
| * | | | | | feat: cover more token symbol edge cases | fragosti | 2018-10-24 | 6 | -12/+27 |
| | | | | | | |||||
| * | | | | | feat: add title attribute to label | fragosti | 2018-10-24 | 1 | -2/+2 |
| | | | | | | |||||
| * | | | | | 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 | 2 | -1/+31 |
| | | | | | | |||||
| * | | | | | fix: remove unused callback info | fragosti | 2018-10-24 | 1 | -3/+3 |
| | | | | | | |||||
| * | | | | | polish: improve scaling significantly | fragosti | 2018-10-24 | 3 | -28/+50 |
| | | | | | | |||||
| * | | | | | fix: remove the concept of initial with from scaling input and remove phase | fragosti | 2018-10-24 | 2 | -27/+21 |
| | | | | | | |||||
| * | | | | | fix: dont allow heading to change height when input size changes | fragosti | 2018-10-24 | 3 | -3/+7 |
| | | | | | | |||||
| * | | | | | chore: run linter | fragosti | 2018-10-23 | 4 | -11/+2 |
| | | | | | | |||||
| * | | | | | chore: final adjustments | fragosti | 2018-10-23 | 2 | -3/+3 |
| | | | | | | |||||
| * | | | | | chore: refactor ScalingInput | fragosti | 2018-10-23 | 1 | -9/+18 |
| | | | | | | |||||
| * | | | | | feature: reduce font size by a percentage instead of a constant | fragosti | 2018-10-23 | 3 | -39/+57 |
| | | | | | | |||||
| * | | | | | feat: have basic scaling amount input working | fragosti | 2018-10-23 | 5 | -52/+131 |
| | | | | | | |||||
| * | | | | | feat: add scaling input component | fragosti | 2018-10-20 | 2 | -4/+88 |
| | | | | | | |||||
| * | | | | | fix: animation component typing | fragosti | 2018-10-20 | 1 | -4/+1 |
| | | | | | | |||||
| * | | | | | feat: user better syntax for defining ui components | fragosti | 2018-10-20 | 4 | -18/+4 |
| | | | | | | |||||
| * | | | | | feat: upgrade to styled-components v4 | fragosti | 2018-10-20 | 4 | -12/+17 |
| | | | | | | |||||
* | | | | | | fix: justify error message left | fragosti | 2018-10-27 | 1 | -1/+1 |
| | | | | | | |||||
* | | | | | | feat: add assertions to render method | fragosti | 2018-10-27 | 4 | -1/+60 |
| | | | | | | |||||
* | | | | | | Merge branch 'development' of https://github.com/0xProject/0x-monorepo into ↵ | fragosti | 2018-10-26 | 12 | -51/+113 |
|\ \ \ \ \ \ | | |_|_|/ / | |/| | | | | | | | | | | feature/instant/fixed-orders-in-render-method | ||||
| * | | | | | cleanup code | Steve Klebanoff | 2018-10-26 | 1 | -7/+2 |
| | | | | | | |||||
| * | | | | | Added string to constants | Steve Klebanoff | 2018-10-26 | 2 | -1/+3 |
| | | | | | | |||||
| * | | | | | better type names | Steve Klebanoff | 2018-10-26 | 1 | -3/+3 |
| | | | | | | |||||
| * | | | | | Rework OrderState to have more simple definition | Steve Klebanoff | 2018-10-26 | 1 | -12/+4 |
| | | | | | | |||||
| * | | | | | Making failure txHash required | Steve Klebanoff | 2018-10-26 | 3 | -4/+5 |
| | | | | | | |||||
| * | | | | | txnHash -> txHash | Steve Klebanoff | 2018-10-26 | 5 | -22/+22 |
| | | | | | | |||||
| * | | | | | new try/catch pattern and new prop names per code review feedback | Steve Klebanoff | 2018-10-26 | 2 | -13/+28 |
| | | | | | | |||||
| * | | | | | take out unused imports | Steve Klebanoff | 2018-10-26 | 2 | -2/+2 |
| | | | | | | |||||
| * | | | | | Take out old TODO | Steve Klebanoff | 2018-10-26 | 1 | -1/+0 |
| | | | | | | |||||
| * | | | | | feat(instant): Be able to view transaction when transaction is in progress | Steve Klebanoff | 2018-10-25 | 3 | -4/+13 |
| | | | | | | |||||
| * | | | | | Associate txnhash with processing state | Steve Klebanoff | 2018-10-25 | 3 | -12/+28 |
| | | | | | | |||||
| * | | | | | Introduce new OrderProcessState | Steve Klebanoff | 2018-10-25 | 8 | -26/+45 |
| | | | | | | |||||
| * | | | | | Merge pull request #1180 from 0xProject/feature/instant/metamask-denial | Steve Klebanoff | 2018-10-25 | 3 | -2/+16 |
| |\ \ \ \ \ | | |_|_|/ / | |/| | | | | [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 | 3 | -2/+16 |
| | | | | | | |||||
* | | | | | | feat: change network to networkId | fragosti | 2018-10-26 | 2 | -6/+6 |
| | | | | | | |||||
* | | | | | | chore: add to asset-buyer changelog.json | fragosti | 2018-10-26 | 1 | -2/+3 |
| | | | | | | |||||
* | | | | | | fix: dont fail for mainnet assetData and non-mainnet network | fragosti | 2018-10-26 | 2 | -3/+6 |
| | | | | | | |||||
* | | | | | | feat: support defaultAssetBuyAmount setting | fragosti | 2018-10-26 | 2 | -7/+8 |
| | | | | | | |||||
* | | | | | | chore: use parseInt instead of + | fragosti | 2018-10-26 | 1 | -1/+1 |
| | | | | | | |||||
* | | | | | | chore: remove console log | fragosti | 2018-10-26 | 1 | -1/+0 |
| | | | | | | |||||
* | | | | | | feat: flash an error if the wrong network is detected | fragosti | 2018-10-26 | 3 | -8/+31 |
| | | | | | | |||||
* | | | | | | feat: supply render options from URL | fragosti | 2018-10-26 | 3 | -8/+57 |
|/ / / / / | |||||
* / / / / | Get rid of react-shared as a dependency, write own etherscanUtil | Steve Klebanoff | 2018-10-25 | 3 | -4/+26 |
|/ / / / | |||||
* | | | | Get rid of unused import | Steve Klebanoff | 2018-10-25 | 1 | -1/+1 |
| | | | | |||||
* | | | | Merge branch 'development' into feature/instant/processing-state | Steve Klebanoff | 2018-10-24 | 13 | -52/+106 |
|\ \ \ \ | | |/ / | |/| | | |||||
| * | | | rename container | Steve Klebanoff | 2018-10-24 | 2 | -5/+5 |
| | | | | |||||
| * | | | rename action to resetAmount | Steve Klebanoff | 2018-10-24 | 2 | -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 | 2 | -18/+26 |
| | | | | |||||
| * | | | Merge branch 'development' into feature/instant/failure-state | Steve Klebanoff | 2018-10-24 | 6 | -6/+56 |
| |\ \ \ | | | |/ | | |/| | |||||
| | * | | chore: incorportate pr feedback | fragosti | 2018-10-24 | 4 | -6/+8 |
| | | | | |||||
| | * | | chore: run linter | fragosti | 2018-10-23 | 1 | -1/+1 |
| | | | | |||||
| | * | | feat: add tests for assetUtils | fragosti | 2018-10-23 | 2 | -9/+30 |
| | | | | |||||
| | * | | feat: add asset tests | fragosti | 2018-10-23 | 1 | -0/+25 |
| | | | | |||||
| | * | | chore: change order of code to be clearer | fragosti | 2018-10-23 | 2 | -1/+3 |
| | | | | |||||
* | | | | feat(instant): Procesing and Success states | Steve Klebanoff | 2018-10-24 | 12 | -35/+108 |
| | | | | |||||
* | | | | Make icon a bit better | Steve Klebanoff | 2018-10-23 | 1 | -1/+1 |
| | | | | |||||
* | | | | Placing order button | Steve Klebanoff | 2018-10-23 | 1 | -2/+4 |
| | | | | |||||
* | | | | Spinner: change prop names and fix svg props | Steve Klebanoff | 2018-10-23 | 1 | -9/+9 |
| | | | | |||||
* | | | | Making SecondaryButton accept children instead of text prop | Steve Klebanoff | 2018-10-23 | 3 | -5/+22 |
| | | | | |||||
* | | | | Spinner no longer wobbly | Steve Klebanoff | 2018-10-23 | 2 | -6/+15 |
| | | | | |||||
* | | | | WIP: spinner | Steve Klebanoff | 2018-10-23 | 2 | -0/+45 |
|/ / / | |||||
* | | | Remove hack fix | Steve Klebanoff | 2018-10-20 | 1 | -4/+2 |
| | | | |||||
* | | | feat(instant): Add failure state and icon | Steve Klebanoff | 2018-10-20 | 3 | -15/+35 |
| | | | |||||
* | | | linting | Steve Klebanoff | 2018-10-20 | 3 | -4/+0 |
| | | | |||||
* | | | Small refacotor of icons or amounts part | Steve Klebanoff | 2018-10-20 | 1 | -7/+3 |
| | | | |||||
* | | | Render failure icon | Steve Klebanoff | 2018-10-20 | 1 | -2/+23 |
| | | | |||||
* | | | Merge branch 'feature/instant/beta-render-et-al' into ↵ | Steve Klebanoff | 2018-10-20 | 22 | -189/+327 |
|\| | | | | | | | | | | | feature/instant/failure-state | ||||
| * | | Merge branch 'development' of https://github.com/0xProject/0x-monorepo into ↵ | fragosti | 2018-10-20 | 14 | -132/+202 |
| |\ \ | | |/ | |/| | | | | feature/instant/beta-render-et-al | ||||
| | * | Merge pull request #1161 from ↵ | Steve Klebanoff | 2018-10-20 | 14 | -131/+202 |
| | |\ | | | | | | | | | | | | | | | | | 0xProject/feature/instant/order-details-loading-state [instant] Order details loading state | ||||
| | | * | linting | Steve Klebanoff | 2018-10-20 | 1 | -2/+2 |
| | | | | |||||
| | | * | arrow function syntax so no need to bind | Steve Klebanoff | 2018-10-20 | 1 | -8/+6 |
| | | | | |||||
| | | * | dont export PlainPlaceholder | Steve Klebanoff | 2018-10-20 | 1 | -2/+2 |
| | | | | |||||
| | | * | Refactor to make placeholder logic more straightforward | Steve Klebanoff | 2018-10-20 | 1 | -5/+6 |
| | | | | |||||
| | | * | Getting rid of displayName, and rename usdSection -> _renderUsdSection | Steve Klebanoff | 2018-10-20 | 1 | -3/+2 |
| | | | | |||||
| | | * | undefined -> null to follow convention | Steve Klebanoff | 2018-10-19 | 1 | -2/+2 |
| | | | | |||||
| | | * | pulsating -> isPulsating | Steve Klebanoff | 2018-10-19 | 3 | -7/+7 |
| | | | | |||||
| | | * | Allow more than 1 class per file | Steve Klebanoff | 2018-10-19 | 1 | -1/+2 |
| | | | | | | | | | | | | | | | | Felt silly that refactoring a component defined as a function to a class with a helper function caused a tslint violation | ||||
| | | * | Move USD section into helper function | Steve Klebanoff | 2018-10-19 | 1 | -46/+42 |
| | | | | |||||
| | | * | feat(instant): Indicate that order details section is loading by having ↵ | Steve Klebanoff | 2018-10-19 | 4 | -16/+47 |
| | | | | | | | | | | | | | | | | pulsing placeholder | ||||
| | | * | Moved LatestErrorDisplay to types file and gave generic name | Steve Klebanoff | 2018-10-19 | 3 | -12/+13 |
| | | | | |||||
| | | * | Rename update function to set function since it doesnt take a parameter | Steve Klebanoff | 2018-10-19 | 3 | -9/+9 |
| | | | | |||||
| | | * | fix camel casing of updateBuyOrderState | Steve Klebanoff | 2018-10-19 | 3 | -5/+5 |
| | | | | |||||
| | | * | Pulsating holder element showing, even if amount is empty | Steve Klebanoff | 2018-10-19 | 4 | -57/+101 |
| | | | | |||||
| | | * | quoteState -> quoteRequestState | Steve Klebanoff | 2018-10-19 | 5 | -17/+17 |
| | | | | |||||
| * | | | Merge branch 'development' of https://github.com/0xProject/0x-monorepo into ↵ | fragosti | 2018-10-20 | 3 | -0/+27 |
| |\| | | | | | | | | | | | | | | feature/instant/beta-render-et-al | ||||
| | * | | Merge branch 'development' of https://github.com/0xProject/0x-monorepo into ↵ | fragosti | 2018-10-20 | 33 | -199/+444 |
| | |\| | | | | | | | | | | | | | feature/instant/discharge | ||||
| | * | | prettify discharge file | fragosti | 2018-10-18 | 1 | -11/+11 |
| | | | | |||||
| | * | | feat: create dogfood url and deployment workflow | fragosti | 2018-10-18 | 3 | -0/+27 |
| | | | | |||||
| * | | | 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 | 5 | -32/+48 |
| | | | | |||||
| * | | | feat: use color from metaData instead of default primaryColor | fragosti | 2018-10-19 | 2 | -3/+35 |
| | | | | |||||
| * | | | fix: refactor ZeroExInstant state creation logic and fix bug | fragosti | 2018-10-19 | 3 | -6/+7 |
| | | | | |||||
* | | | | Selected Asset button | Steve Klebanoff | 2018-10-20 | 6 | -65/+68 |
| | | | | |||||
* | | | | WIP: clear buy quote working | Steve Klebanoff | 2018-10-20 | 4 | -7/+15 |
| | | | | |||||
* | | | | wip: retry button | Steve Klebanoff | 2018-10-20 | 4 | -30/+98 |
| | | | | |||||
* | | | | Icon component for Instant | Steve Klebanoff | 2018-10-20 | 1 | -0/+58 |
| | | | | |||||
* | | | | Show order failed messaging when order fails | Steve Klebanoff | 2018-10-19 | 2 | -27/+45 |
|/ / / | |||||
* | | | fix: error test undefined case | fragosti | 2018-10-19 | 2 | -3/+3 |
| | | | |||||
* | | | fix: add error message and move more logic to assetUtils | fragosti | 2018-10-19 | 2 | -13/+10 |
| | | | |||||
* | | | Merge branch 'development' of https://github.com/0xProject/0x-monorepo into ↵ | fragosti | 2018-10-19 | 32 | -202/+439 |
|\ \ \ | | |/ | |/| | | | | feature/instant/beta-render-et-al | ||||
| * | | Publishethereum-types@1.1.1contracts@2.1.50@0x/website@0.0.55@0x/web3-wrapper@3.1.0@0x/utils@2.0.3@0x/typescript-typings@3.0.3@0x/types@1.2.0@0x/tslint-config@1.0.9@0x/testnet-faucets@1.0.52@0x/subproviders@2.1.0@0x/sra-spec@1.0.7@0x/sol-resolver@1.0.15@0x/sol-doc@1.0.3@0x/sol-cov@2.1.8@0x/sol-compiler@1.1.8@0x/react-shared@1.0.17@0x/react-docs@1.0.14@0x/order-watcher@2.2.0@0x/order-utils@2.0.0@0x/monorepo-scripts@1.0.12@0x/migrations@2.0.0@0x/metacoin@0.0.24@0x/json-schemas@2.0.0@0x/instant@0.0.3@0x/fill-scenarios@1.0.8@0x/dev-utils@1.0.13@0x/dev-tools-pages@0.0.2@0x/contract-wrappers@3.0.0@0x/contract-artifacts@1.0.1@0x/contract-addresses@1.0.1@0x/connect@3.0.2@0x/base-contract@3.0.2@0x/asset-buyer@2.1.0@0x/assert@1.0.14@0x/abi-gen@1.0.14@0x/abi-gen-wrappers@1.0.10x.js@2.0.0 | Leonid Logvinov | 2018-10-18 | 1 | -8/+8 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - 0x.js@2.0.0 - @0x/abi-gen@1.0.14 - @0x/abi-gen-wrappers@1.0.1 - @0x/assert@1.0.14 - @0x/asset-buyer@2.1.0 - @0x/base-contract@3.0.2 - @0x/connect@3.0.2 - @0x/contract-addresses@1.0.1 - @0x/contract-artifacts@1.0.1 - @0x/contract-wrappers@3.0.0 - contracts@2.1.50 - @0x/dev-tools-pages@0.0.2 - @0x/dev-utils@1.0.13 - ethereum-types@1.1.1 - @0x/fill-scenarios@1.0.8 - @0x/instant@0.0.3 - @0x/json-schemas@2.0.0 - @0x/metacoin@0.0.24 - @0x/migrations@2.0.0 - @0x/monorepo-scripts@1.0.12 - @0x/order-utils@2.0.0 - @0x/order-watcher@2.2.0 - @0x/react-docs@1.0.14 - @0x/react-shared@1.0.17 - @0x/sol-compiler@1.1.8 - @0x/sol-cov@2.1.8 - @0x/sol-doc@1.0.3 - @0x/sol-resolver@1.0.15 - @0x/sra-spec@1.0.7 - @0x/subproviders@2.1.0 - @0x/testnet-faucets@1.0.52 - @0x/tslint-config@1.0.9 - @0x/types@1.2.0 - @0x/typescript-typings@3.0.3 - @0x/utils@2.0.3 - @0x/web3-wrapper@3.1.0 - @0x/website@0.0.55 | ||||
| * | | Fix ethereum-types versions | Leonid Logvinov | 2018-10-18 | 1 | -1/+1 |
| | | | |||||
| * | | chore: fix imports | Fabio Berger | 2018-10-18 | 1 | -1/+1 |
| | | | |||||
| * | | chore: replace @0xproject with @0x in .tsx files | Fabio Berger | 2018-10-18 | 4 | -5/+5 |
| | | | |||||
| * | | chore: update yarn.lock | Jacob Evans | 2018-10-18 | 1 | -1/+1 |
| | | | |||||
| * | | chore: change README.md from 0xproject to 0x | Jacob Evans | 2018-10-18 | 1 | -7/+7 |
| | | | |||||
| * | | chore: change tslint.json from 0xproject to 0x | Jacob Evans | 2018-10-18 | 1 | -1/+1 |
| | | | |||||
| * | | chore: change package org from 0xproject to 0x | Jacob Evans | 2018-10-18 | 19 | -32/+32 |
| | | | |||||
| * | | selectedAssetBuyState -> buyOrderState | Steve Klebanoff | 2018-10-18 | 4 | -9/+9 |
| | | | |||||
| * | | fix type | Steve Klebanoff | 2018-10-18 | 1 | -1/+1 |
| | | | |||||
| * | | ReactNode as default for formatters, and show bold dash | Steve Klebanoff | 2018-10-18 | 2 | -10/+30 |
| | | | |||||
| * | | add concept of quoteState | Steve Klebanoff | 2018-10-18 | 6 | -18/+60 |
| | | | |||||
| * | | error test | Steve Klebanoff | 2018-10-18 | 1 | -0/+48 |
| | | | |||||
| * | | asset data util tests | Steve Klebanoff | 2018-10-18 | 1 | -0/+17 |
| | | | |||||
| * | | handle other errors | Steve Klebanoff | 2018-10-18 | 1 | -1/+12 |
| | | | |||||
| * | | bigger emoji | Steve Klebanoff | 2018-10-18 | 1 | -2/+2 |
| | | | |||||
| * | | creating big error util file per francescos comment in PR | Steve Klebanoff | 2018-10-18 | 5 | -55/+56 |
| | | | |||||
| * | | use lodash isUndefined per PR comment | Steve Klebanoff | 2018-10-18 | 1 | -2/+4 |
| | | | |||||
| * | | export assetDataUtil big obj | Steve Klebanoff | 2018-10-18 | 3 | -16/+17 |
| | | | |||||
| * | | latestErrorDismissed -> latestErrorDisplay enum | Steve Klebanoff | 2018-10-18 | 2 | -20/+16 |
| | | | |||||
| * | | use redux dev tools from package | Steve Klebanoff | 2018-10-18 | 2 | -2/+3 |
| | | | |||||
| * | | get rid of unused marginLeft and marginRight props | Steve Klebanoff | 2018-10-18 | 1 | -4/+0 |
| | | | |||||
| * | | linting, removing unused imports | Steve Klebanoff | 2018-10-18 | 2 | -5/+0 |
| | | | |||||
| * | | feat(instant): Handle AssetBuyer errors | Steve Klebanoff | 2018-10-18 | 13 | -120/+228 |
| | | | |||||
| * | | move z-index setting to zero instant container, and add ability for zindex ↵ | Steve Klebanoff | 2018-10-18 | 1 | -0/+4 |
| | | | | | | | | | | | | to be set on container | ||||
| * | | feat(instant): add sliding error | Steve Klebanoff | 2018-10-18 | 2 | -1/+4 |
| |/ | |||||
* / | feat: MVP of passing in sraApiUrl, assetData and other settings from render ↵ | fragosti | 2018-10-19 | 18 | -82/+240 |
|/ | | | | method | ||||
* | chore: Update TypeDoc to 0.13.0 (supports TS v3.1) | Fabio Berger | 2018-10-17 | 1 | -1/+1 |
| | |||||
* | Remove order-utils from dependencies | fragosti | 2018-10-17 | 1 | -1/+0 |
| | |||||
* | 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 | 3 | -1/+99 |
| | |||||
* | Merge branch 'development' of https://github.com/0xProject/0x-monorepo into ↵ | fragosti | 2018-10-17 | 1 | -1/+0 |
|\ | | | | | | | feature/instant/move-features-over-from-zrx-buyer | ||||
| * | Merge pull request #1105 from 0xProject/feature/contracts-artifacts-re-org | Kadinsky | 2018-10-16 | 1 | -1/+0 |
| |\ | | | | | | | Reorganize and modularize generated contract wrappers and artifacts | ||||
| | * | Remove unused copyfiles dependencies | Alex Browne | 2018-10-16 | 1 | -1/+0 |
| | | | |||||
* | | | Merge branch 'development' of https://github.com/0xProject/0x-monorepo into ↵ | fragosti | 2018-10-16 | 5 | -6/+152 |
|\| | | | | | | | | | | | feature/instant/move-features-over-from-zrx-buyer | ||||
| * | | take out explicit children definition in props | Steve Klebanoff | 2018-10-16 | 1 | -1/+0 |
| | | | |||||
| * | | remove unused import | Steve Klebanoff | 2018-10-16 | 1 | -1/+0 |
| | | | |||||
| * | | move z-index setting to zero instant container, and add ability for zindex ↵ | Steve Klebanoff | 2018-10-16 | 3 | -2/+10 |
| | | | | | | | | | | | | to be set on container | ||||
| * | | get rid of unused marginLeft and marginRight props | Steve Klebanoff | 2018-10-16 | 1 | -4/+0 |
| | | | |||||
| * | | better private function syntax | Steve Klebanoff | 2018-10-16 | 1 | -2/+2 |
| | | | |||||
| * | | dont need constructor just to set state | Steve Klebanoff | 2018-10-16 | 1 | -9/+11 |
| | | | | | | | | | | | | git status | ||||
| * | | change to ? syntax instead of number | undefined | Steve Klebanoff | 2018-10-16 | 1 | -1/+1 |
| | | | |||||
| * | | suggestions from code review: renaming timeoutNumber to timeoutId, sharing ↵ | Steve Klebanoff | 2018-10-16 | 2 | -23/+19 |
| | | | | | | | | | | | | interface, renaming component | ||||
| * | | add semicolons | Steve Klebanoff | 2018-10-16 | 1 | -2/+2 |
| | | | |||||
| * | | feat(instant): add sliding error | Steve Klebanoff | 2018-10-13 | 5 | -6/+152 |
| |/ | |||||
* | | Remove expiry buffer seconds option from AssetBuyer init | fragosti | 2018-10-16 | 1 | -3/+1 |
| | | |||||
* | | Add ts-optchain and use it instead of lodash get | fragosti | 2018-10-16 | 4 | -6/+11 |
| | | |||||
* | | Hide USD price when ETH-USD price is not available | fragosti | 2018-10-16 | 1 | -3/+6 |
| | | |||||
* | | Rename OrderDetailsRow to EthAmountRow | fragosti | 2018-10-16 | 1 | -18/+18 |
| | | |||||
* | | Put boundNoop in a util file | fragosti | 2018-10-16 | 4 | -7/+13 |
| | | |||||
* | | Add tnxHash to buy button callbacks | fragosti | 2018-10-16 | 2 | -10/+8 |
| | | |||||
* | | feat: model asset meta data and add dynamic assetData state | fragosti | 2018-10-13 | 9 | -27/+121 |
| | | |||||
* | | feat: make redux actions type-sage | fragosti | 2018-10-13 | 10 | -37/+60 |
| | | |||||
* | | feat: have coinbase API return BigNumber for eth-usd price endpoint | fragosti | 2018-10-13 | 2 | -5/+8 |
| | | |||||
* | | feat: populate order details with information from worst buy quote | fragosti | 2018-10-12 | 7 | -42/+143 |
| | | |||||
* | | feat: debounce the fetching of new quotes | fragosti | 2018-10-12 | 1 | -10/+14 |
| | | |||||
* | | feat: adjust amount input width | fragosti | 2018-10-12 | 1 | -1/+1 |
| | | |||||
* | | feat: Move over features from zrx-buyer | fragosti | 2018-10-11 | 16 | -55/+321 |
|/ | |||||
* | Upgrade ethereum-types | fragosti | 2018-10-11 | 1 | -1/+1 |
| | |||||
* | Lint and update deps | fragosti | 2018-10-11 | 2 | -3/+3 |
| | |||||
* | Be more explicit with falsiness | fragosti | 2018-10-11 | 1 | -1/+1 |
| | |||||
* | Add type to cssRuleIfExists | fragosti | 2018-10-11 | 1 | -1/+2 |
| | |||||
* | Fix issue where we throw if non-numeric characters are used in input | fragosti | 2018-10-11 | 1 | -2/+7 |
| | |||||
* | Upgrade to more recent types, fix yarn.lock | fragosti | 2018-10-11 | 1 | -1/+1 |
| | |||||
* | Change tslint config to remove conflicts with prettier | fragosti | 2018-10-10 | 1 | -1/+2 |
| | |||||
* | Fix empty input bug | fragosti | 2018-10-10 | 2 | -5/+9 |
| | |||||
* | Center 0x instant | fragosti | 2018-10-10 | 1 | -3/+4 |
| | |||||
* | Apply linter | fragosti | 2018-10-05 | 6 | -12/+10 |
| | |||||
* | Create SelectedAssetInputAmount | fragosti | 2018-10-05 | 6 | -15/+72 |
| | |||||
* | Add Input and AmountInput component | fragosti | 2018-10-05 | 5 | -3/+75 |
| | |||||
* | Add border radios | fragosti | 2018-10-05 | 2 | -2/+2 |
| | |||||
* | Add box shadow and default box-sizing: border-box to container | fragosti | 2018-10-05 | 5 | -9/+11 |
| | |||||
* | Add BuyButton and other small improvement | fragosti | 2018-10-05 | 7 | -19/+147 |
| | |||||
* | Add faux order details section | fragosti | 2018-10-05 | 3 | -40/+15 |
| | |||||
* | Create zrx instant container heading | fragosti | 2018-10-05 | 3 | -21/+37 |
| | |||||
* | Merge branch 'development' of https://github.com/0xProject/0x-monorepo into ↵ | fragosti | 2018-10-05 | 1 | -2/+2 |
|\ | | | | | | | feature/instant/redux-styles-container | ||||
| * | Publishethereum-types@1.0.11contracts@2.1.49@0xproject/website@0.0.54@0xproject/web3-wrapper@3.0.3@0xproject/utils@2.0.2@0xproject/typescript-typings@3.0.2@0xproject/types@1.1.4@0xproject/tslint-config@1.0.8@0xproject/testnet-faucets@1.0.51@0xproject/subproviders@2.0.7@0xproject/sra-spec@1.0.6@0xproject/sra-report@1.0.13@0xproject/sol-resolver@1.0.14@0xproject/sol-doc@1.0.2@0xproject/sol-cov@2.1.7@0xproject/sol-compiler@1.1.7@0xproject/react-shared@1.0.15@0xproject/react-docs@1.0.13@0xproject/order-watcher@2.1.1@0xproject/order-utils@1.0.7@0xproject/monorepo-scripts@1.0.11@0xproject/migrations@1.0.14@0xproject/metacoin@0.0.23@0xproject/json-schemas@1.0.7@0xproject/instant@0.0.2@0xproject/fill-scenarios@1.0.7@0xproject/dev-utils@1.0.12@0xproject/contract-wrappers@2.0.2@0xproject/connect@3.0.1@0xproject/base-contract@3.0.1@0xproject/asset-buyer@2.0.0@0xproject/assert@1.0.13@0xproject/abi-gen@1.0.130x.js@1.0.8 | Brandon Millman | 2018-10-05 | 1 | -5/+5 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - 0x.js@1.0.8 - @0xproject/abi-gen@1.0.13 - @0xproject/assert@1.0.13 - @0xproject/asset-buyer@2.0.0 - @0xproject/base-contract@3.0.1 - @0xproject/connect@3.0.1 - @0xproject/contract-wrappers@2.0.2 - contracts@2.1.49 - @0xproject/dev-utils@1.0.12 - ethereum-types@1.0.11 - @0xproject/fill-scenarios@1.0.7 - @0xproject/instant@0.0.2 - @0xproject/json-schemas@1.0.7 - @0xproject/metacoin@0.0.23 - @0xproject/migrations@1.0.14 - @0xproject/monorepo-scripts@1.0.11 - @0xproject/order-utils@1.0.7 - @0xproject/order-watcher@2.1.1 - @0xproject/react-docs@1.0.13 - @0xproject/react-shared@1.0.15 - @0xproject/sol-compiler@1.1.7 - @0xproject/sol-cov@2.1.7 - @0xproject/sol-doc@1.0.2 - @0xproject/sol-resolver@1.0.14 - @0xproject/sra-report@1.0.13 - @0xproject/sra-spec@1.0.6 - @0xproject/subproviders@2.0.7 - @0xproject/testnet-faucets@1.0.51 - @0xproject/tslint-config@1.0.8 - @0xproject/types@1.1.4 - @0xproject/typescript-typings@3.0.2 - @0xproject/utils@2.0.2 - @0xproject/web3-wrapper@3.0.3 - @0xproject/website@0.0.54 | ||||
* | | apply prettier | fragosti | 2018-10-05 | 1 | -7/+1 |
| | | |||||
* | | Remove deps we probably dont need | fragosti | 2018-10-05 | 1 | -2/+0 |
| | | |||||
* | | Fix linting problems | fragosti | 2018-10-05 | 3 | -4/+4 |
| | | |||||
* | | Improve utilities and try to use them in simple form component | fragosti | 2018-10-05 | 8 | -23/+89 |
| | | |||||
* | | Add Flex and Container component | fragosti | 2018-10-05 | 3 | -0/+91 |
| | |