aboutsummaryrefslogtreecommitdiffstats
path: root/packages/instant/src/constants.ts
Commit message (Expand)AuthorAgeFilesLines
* Upgrade bignumber.js versionLeonid Logvinov2019-01-151-1/+1
* feature: implement logging and friendly wallet name for Operafragosti2019-01-111-0/+1
* Merge branch 'development' into feature/instant/tell-amount-availableSteve Klebanoff2018-12-221-0/+2
|\
| * Merge branch 'development' into fix/instant/signature-deniedBrandon Millman2018-12-211-0/+1
| |\
| | * Show as 0 when selectedSteve Klebanoff2018-12-121-0/+1
| * | feature(instant): add trust wallet detectionBrandon Millman2018-12-151-0/+1
| |/
* / Factor in slippage amount in InsufficientAssetLiquidityError error, and show ...Steve Klebanoff2018-12-151-0/+1
|/
* Only include localhost in host domains if in development modeSteve Klebanoff2018-12-061-4/+3
* Merge pull request #1379 from 0xProject/fix/instant/overlay-colorBrandon Millman2018-12-051-0/+1
|\
| * feat(instant): give a stable class name to the close button on the overlayBrandon Millman2018-12-051-0/+1
* | Add GIT_SHA and NPM_VERSION constants, report git and npm version in errorSteve Klebanoff2018-12-051-1/+4
* | feat(instant): input to trigger error for rollbar testingSteve Klebanoff2018-12-051-0/+1
|/
* feat(instant): have to use INSTANT_HEAP_FORCE_DEVELOPMENT to report to heap i...Steve Klebanoff2018-12-041-0/+1
* Take out https:// prefixSteve Klebanoff2018-12-011-1/+1
* update with new CDNSteve Klebanoff2018-12-011-2/+1
* Merge branch 'feature/instant/prod-env-switches-cdn' into feature/instant/rol...Steve Klebanoff2018-12-011-4/+5
|\
| * Merge branch 'development' into feature/instant/prod-env-switches-cdnSteve Klebanoff2018-12-011-0/+2
| |\
| | * Use constantsSteve Klebanoff2018-11-281-0/+2
| * | cdn -> dischargeTarget, and report to heapSteve Klebanoff2018-12-011-1/+5
| * | cdn approach to identifyign environmentsSteve Klebanoff2018-11-301-6/+1
| * | feat(instant): Cleaner config-specific setupSteve Klebanoff2018-11-301-0/+6
| |/
* | EMBEDDED_DOMAINS -> HOST_DOMAINSSteve Klebanoff2018-11-271-1/+1
* | Host whitelist so we don't get errors from embedded siteSteve Klebanoff2018-11-221-0/+9
* | Use ROLLBAR_ENABLED constant, and change ROLLBAR_ENVIRONMENT to INSTANT_ENVIR...Steve Klebanoff2018-11-221-1/+2
* | feat(instant): Report errors to rollbarSteve Klebanoff2018-11-211-0/+7
|/
* Merge pull request #1272 from 0xProject/feature/instant/heapSteve Klebanoff2018-11-211-0/+2
|\
| * Get heap analytics id from ENV variableSteve Klebanoff2018-11-201-3/+1
| * Specify fallback web3 provider in analyticsSteve Klebanoff2018-11-171-0/+1
| * Switch heap id on environment, and make sure app id is what we expectSteve Klebanoff2018-11-171-1/+2
| * Introduce ANALYTICS_ENABLED constantSteve Klebanoff2018-11-161-0/+1
| * First pass on widget version of heapSteve Klebanoff2018-11-161-0/+1
* | feat(instant): Add powered by 0x imageSteve Klebanoff2018-11-201-0/+1
|/
* feat: use capital values for enumsfragosti2018-11-151-1/+8
* feat: change install wallet panel content based on browser and osfragosti2018-11-141-0/+5
* chore: remove unused constantfragosti2018-11-131-1/+0
* Merge branch 'development' of https://github.com/0xProject/0x-monorepo into f...fragosti2018-11-101-3/+2
|\
| * feat(instant): handle privacy mode in walletsBrandon Millman2018-11-101-3/+0
| * Update account more frequentlySteve Klebanoff2018-11-101-1/+1
| * Merge branch 'development' into feature/instant/buy-quote-heartbeatSteve Klebanoff2018-11-101-0/+1
| |\
| * | wip: BuyQuote heartbeatSteve Klebanoff2018-11-091-0/+1
| * | feat(instant): Heartbeat for updating account infoSteve Klebanoff2018-11-091-0/+1
* | | feat: toggle wallet connection colorfragosti2018-11-101-0/+1
* | | feat: add more info section to the metamask panelfragosti2018-11-101-1/+2
* | | feat: allow href prop on buttonfragosti2018-11-101-0/+2
| |/ |/|
* | Merge branch 'development' into feature/instant/account-state-changeBrandon Millman2018-11-091-0/+1
|\ \ | |/ |/|
| * Merge branch 'development' of https://github.com/0xProject/0x-monorepo into f...fragosti2018-11-091-0/+8
| |\
| * | fix: apply css reset to overlay as wellfragosti2018-11-081-0/+1
* | | feat(instant): fetch account address at startup and drive account state changesBrandon Millman2018-11-081-1/+13
| |/ |/|
* | feat(instant): fallback to an empty wallet provider when none is injectedBrandon Millman2018-11-081-0/+8
|/
* Merge branch 'development' into feature/instant/simulated-progress-barSteve Klebanoff2018-11-031-0/+1
|\
| * feat(instant): add interactive overlay presentation to umd bundleBrandon Millman2018-11-021-0/+1
* | Use new constantsSteve Klebanoff2018-11-021-1/+3
* | maxWidth -> toWidth, and make from and to width consistent unitsSteve Klebanoff2018-11-021-1/+1
* | Removing old simulated progress bar, and adding documentation to TimedProgres...Steve Klebanoff2018-11-011-1/+0
* | WIP of new timedprogressbar using CSS animationsSteve Klebanoff2018-11-011-1/+2
* | Tick less often, and let CSS style the transitionSteve Klebanoff2018-10-311-1/+1
* | Use simulated progress bar for txnSteve Klebanoff2018-10-311-0/+1
* | Stall at 95 percentSteve Klebanoff2018-10-311-0/+1
* | WIP: Progress ticker with finishingSteve Klebanoff2018-10-311-0/+1
|/
* Introduce constants for eth gas station and coinbaseSteve Klebanoff2018-10-301-0/+2
* feat(instant): add default gasPrice of 6 gwei to transactionsBrandon Millman2018-10-301-0/+2
* ethDecimals -> ETH_DECIMALSSteve Klebanoff2018-10-271-1/+1
* Added string to constantsSteve Klebanoff2018-10-261-0/+1
* chore: incorportate pr feedbackfragosti2018-10-241-0/+1
* Merge branch 'development' of https://github.com/0xProject/0x-monorepo into f...fragosti2018-10-191-1/+1
|\
| * chore: change package org from 0xproject to 0xJacob Evans2018-10-181-1/+1
* | feat: MVP of passing in sraApiUrl, assetData and other settings from render m...fragosti2018-10-191-3/+0
|/
* feat: model asset meta data and add dynamic assetData statefragosti2018-10-131-1/+1
* feat: populate order details with information from worst buy quotefragosti2018-10-121-0/+2
* feat: Move over features from zrx-buyerfragosti2018-10-111-0/+4