| Commit message (Expand) | Author | Age | Files | Lines |
* | Get heap analytics id from ENV variable | Steve Klebanoff | 2018-11-20 | 1 | -10/+8 |
* | Change disabled analytics name, add assertion, and always set | Steve Klebanoff | 2018-11-20 | 1 | -4/+4 |
* | Add way to disable via props | Steve Klebanoff | 2018-11-17 | 1 | -3/+20 |
* | Better way of reporting Fallback provider | Steve Klebanoff | 2018-11-17 | 3 | -7/+1 |
* | Specify fallback web3 provider in analytics | Steve Klebanoff | 2018-11-17 | 2 | -0/+6 |
* | Remove old function | Steve Klebanoff | 2018-11-17 | 1 | -2/+0 |
* | Widget -> Instant | Steve Klebanoff | 2018-11-17 | 1 | -0/+2 |
* | Getting rid of unused function, and using track prefix | Steve Klebanoff | 2018-11-17 | 1 | -4/+2 |
* | Merge branch 'development' into feature/instant/heap | Steve Klebanoff | 2018-11-17 | 2 | -23/+28 |
|\ |
|
| * | Send in affiliate info as option | Steve Klebanoff | 2018-11-16 | 1 | -3/+2 |
| * | Have heartbeat update not trigger errors | Steve Klebanoff | 2018-11-16 | 2 | -21/+27 |
* | | Disable tslint for unused function so we can include this for future tracking... | Steve Klebanoff | 2018-11-17 | 1 | -0/+1 |
* | | Report on git sha and npm version of build | Steve Klebanoff | 2018-11-17 | 1 | -2/+4 |
* | | null -> undefined | Steve Klebanoff | 2018-11-17 | 1 | -2/+2 |
* | | Add initials to TODO note | Steve Klebanoff | 2018-11-17 | 1 | -1/+1 |
* | | Take out old TODO | Steve Klebanoff | 2018-11-17 | 1 | -1/+0 |
* | | Switch heap id on environment, and make sure app id is what we expect | Steve Klebanoff | 2018-11-17 | 1 | -2/+14 |
* | | We may not know num available assets available when wallet ready, so not trac... | Steve Klebanoff | 2018-11-17 | 1 | -1/+1 |
* | | Make user and event properties more specific | Steve Klebanoff | 2018-11-17 | 2 | -5/+16 |
* | | Typesafe analytic actions | Steve Klebanoff | 2018-11-17 | 2 | -25/+44 |
* | | Linting | Steve Klebanoff | 2018-11-16 | 1 | -1/+0 |
* | | Take out console.logs | Steve Klebanoff | 2018-11-16 | 1 | -3/+0 |
* | | Introduce ANALYTICS_ENABLED constant | Steve Klebanoff | 2018-11-16 | 1 | -0/+6 |
* | | Use pure functions instead of class | Steve Klebanoff | 2018-11-16 | 1 | -27/+24 |
* | | feat(instant): Heap middleware and first tracking events | Steve Klebanoff | 2018-11-16 | 2 | -7/+41 |
* | | First pass on widget version of heap | Steve Klebanoff | 2018-11-16 | 1 | -0/+87 |
|/ |
|
* | feat: use capital values for enums | fragosti | 2018-11-15 | 1 | -19/+17 |
* | Merge branch 'development' of https://github.com/0xProject/0x-monorepo into f... | fragosti | 2018-11-14 | 2 | -10/+10 |
|\ |
|
| * | Merge https://github.com/0xProject/0x-monorepo into feature/instant/metamask-... | fragosti | 2018-11-14 | 2 | -10/+10 |
| |\ |
|
| | * | chore(instant): update selectedAssetAmount in the redux state to be named sel... | Brandon Millman | 2018-11-14 | 2 | -10/+10 |
* | | | feat: display the correct provider type and change unlock / install prompt co... | fragosti | 2018-11-14 | 2 | -18/+47 |
* | | | feat: change install wallet panel content based on browser and os | fragosti | 2018-11-14 | 1 | -0/+42 |
|/ / |
|
* | | fix: rename handler creator name | fragosti | 2018-11-13 | 1 | -1/+1 |
* | | fix: remove requirement of default case in all switch statements | fragosti | 2018-11-13 | 2 | -4/+1 |
* | | feat: integrate wallet flow with heartbeat and other branches | fragosti | 2018-11-13 | 1 | -2/+2 |
* | | Merge branch 'development' of https://github.com/0xProject/0x-monorepo into f... | fragosti | 2018-11-10 | 3 | -2/+62 |
|\| |
|
| * | linting | Steve Klebanoff | 2018-11-10 | 1 | -0/+1 |
| * | Lodash noop | Steve Klebanoff | 2018-11-10 | 1 | -1/+1 |
| * | Using built in intervalUtils instead of rolling own | Steve Klebanoff | 2018-11-10 | 1 | -20/+5 |
| * | Linting and renaming variables | Steve Klebanoff | 2018-11-10 | 3 | -11/+10 |
| * | Use interface like named parameters here | Steve Klebanoff | 2018-11-10 | 1 | -1/+1 |
| * | Emulate named parameters with interface | Steve Klebanoff | 2018-11-10 | 1 | -3/+9 |
| * | Use existing functions instead of writing our own | Steve Klebanoff | 2018-11-10 | 4 | -86/+21 |
| * | Merge branch 'development' into feature/instant/buy-quote-heartbeat | Steve Klebanoff | 2018-11-10 | 4 | -0/+68 |
| |\ |
|
| * | | Variable name cleanup | Steve Klebanoff | 2018-11-09 | 1 | -9/+9 |
| * | | Remove unneeded Promise.resolve | Steve Klebanoff | 2018-11-09 | 1 | -1/+0 |
| * | | move files around and rename | Steve Klebanoff | 2018-11-09 | 2 | -23/+18 |
| * | | wip: BuyQuote heartbeat | Steve Klebanoff | 2018-11-09 | 2 | -3/+33 |
| * | | Make heartbeat more generic | Steve Klebanoff | 2018-11-09 | 1 | -19/+24 |
| * | | wip: abstract out updating buy quote | Steve Klebanoff | 2018-11-09 | 1 | -0/+55 |
| * | | linting | Steve Klebanoff | 2018-11-09 | 1 | -0/+1 |
| * | | feat(instant): Heartbeat for updating account info | Steve Klebanoff | 2018-11-09 | 1 | -0/+47 |
* | | | feat: refactor button styles and add href to Text | fragosti | 2018-11-10 | 1 | -0/+1 |
| |/
|/| |
|
* | | Merge pull request #1232 from 0xProject/feature/instant/account-state-change | Brandon Millman | 2018-11-09 | 2 | -21/+2 |
|\ \ |
|
| * \ | Merge branch 'development' into feature/instant/account-state-change | Brandon Millman | 2018-11-09 | 1 | -0/+56 |
| |\ \
| | |/
| |/| |
|
| * | | chore(instant): fix lint errors | Brandon Millman | 2018-11-08 | 1 | -1/+1 |
| * | | feat(instant): fetch balance at startup | Brandon Millman | 2018-11-08 | 1 | -13/+0 |
| * | | feat(instant): fetch account address at startup and drive account state changes | Brandon Millman | 2018-11-08 | 1 | -7/+1 |
* | | | Merge branch 'development' of https://github.com/0xProject/0x-monorepo into f... | fragosti | 2018-11-09 | 1 | -0/+56 |
|\ \ \
| | |/
| |/| |
|
| * | | fix(instant): update buy quote at start up in the case of default amount | Brandon Millman | 2018-11-08 | 1 | -0/+56 |
| |/ |
|
* | | Merge branch 'development' of https://github.com/0xProject/0x-monorepo into f... | fragosti | 2018-11-09 | 4 | -16/+120 |
|\| |
|
| * | feat(instant): add Account to the ProviderState | Brandon Millman | 2018-11-08 | 1 | -0/+69 |
| * | feat(instant): fallback to an empty wallet provider when none is injected | Brandon Millman | 2018-11-08 | 3 | -16/+51 |
* | | feat: implement copy-to-clipboard | fragosti | 2018-11-08 | 1 | -0/+7 |
* | | feat: create PaymentMethodDropdown | fragosti | 2018-11-08 | 1 | -0/+3 |
|/ |
|
* | Merge branch 'development' of https://github.com/0xProject/0x-monorepo into f... | fragosti | 2018-11-03 | 7 | -54/+44 |
|\ |
|
| * | Merge branch 'development' into fix/instant/decimal-fields-scaling-amount-inp... | Steve Klebanoff | 2018-11-03 | 5 | -20/+19 |
| |\ |
|
| | * | feat(instant): pass in provider through props, fallback to injected provider | Brandon Millman | 2018-11-03 | 5 | -20/+19 |
| * | | Use generic Maybe | Steve Klebanoff | 2018-11-03 | 1 | -4/+4 |
| * | | Merge branch 'development' into fix/instant/decimal-fields-scaling-amount-inp... | Steve Klebanoff | 2018-11-03 | 3 | -8/+73 |
| |\| |
|
| * | | Move MaybeBigNumber functions into helper | Steve Klebanoff | 2018-11-03 | 1 | -0/+25 |
| * | | Getting rid of BigNumberInput in favor of BigNumber | Steve Klebanoff | 2018-11-02 | 1 | -34/+0 |
* | | | Merge branch 'development' of https://github.com/0xProject/0x-monorepo into f... | fragosti | 2018-11-03 | 3 | -8/+73 |
|\ \ \
| | |/
| |/| |
|
| * | | feat(instant): implement affiliateFeeInfo prop | Brandon Millman | 2018-11-03 | 1 | -1/+9 |
| * | | Nice formatting of displayed time | Steve Klebanoff | 2018-10-31 | 1 | -0/+39 |
| * | | Always return estimated time, just use default if not known | Steve Klebanoff | 2018-10-31 | 1 | -3/+14 |
| * | | Remove old files | Steve Klebanoff | 2018-10-31 | 1 | -108/+0 |
| * | | WIP: beginning of simulated progress bar component | Steve Klebanoff | 2018-10-31 | 1 | -1/+1 |
| * | | Dispatching progress | Steve Klebanoff | 2018-10-31 | 1 | -3/+13 |
| * | | 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 | 1 | -27/+45 |
| * | | WIP: Progress ticker with finishing | Steve Klebanoff | 2018-10-31 | 1 | -0/+89 |
| * | | return estimated state | Steve Klebanoff | 2018-10-30 | 1 | -6/+13 |
| |/ |
|
* | | fix: change assetdatas for OMG and REP to be all lower case, make MKR blue | fragosti | 2018-11-03 | 1 | -2/+5 |
* | | 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 as... | fragosti | 2018-11-01 | 2 | -7/+42 |
|/ |
|
* | 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 |
|\ |
|
| * | 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 f... | fragosti | 2018-10-27 | 3 | -2/+41 |
|\ \ \
| | |/
| |/| |
|
| * | | Merge branch 'development' of https://github.com/0xProject/0x-monorepo into f... | fragosti | 2018-10-26 | 2 | -2/+6 |
| |\| |
|
| * | | 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 f... | fragosti | 2018-10-25 | 1 | -0/+24 |
| |\ \ |
|
| * | | | 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 f... | fragosti | 2018-10-26 | 2 | -2/+6 |
|\ \ \ \
| | |_|/
| |/| | |
|
| * | | | 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 |
| |\ \ \
| | |_|/
| |/| | |
|
| | * | | 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 f... | fragosti | 2018-10-19 | 5 | -13/+98 |
|\ |
|
| * | 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 m... | fragosti | 2018-10-19 | 2 | -9/+34 |
|/ |
|
* | 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 |