Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add link to rexrelay integration example in instant README | Brandon Millman | 2018-12-11 | 1 | -0/+2 |
| | |||||
* | chore: fix typo in instant README | Brandon Millman | 2018-12-11 | 1 | -1/+1 |
| | |||||
* | chore: remove extra newline | Brandon Millman | 2018-12-11 | 1 | -1/+0 |
| | |||||
* | Update instant README with more integration links | Brandon Millman | 2018-12-11 | 1 | -1/+1 |
| | |||||
* | Update instant README | Brandon Millman | 2018-12-11 | 1 | -0/+5 |
| | |||||
* | Merge pull request #1404 from 0xProject/feature/instant/better-provider-fallback | Francesco Agosti | 2018-12-11 | 6 | -6/+40 |
|\ | | | | | [instant] Refactor provider name and provider display name logic, log the display name | ||||
| * | feat: only use display name from provider in ui | fragosti | 2018-12-08 | 1 | -1/+1 |
| | | |||||
| * | feat: refactor provider name and displayName logic | fragosti | 2018-12-08 | 5 | -9/+39 |
| | | |||||
| * | feat: log walletDisplayName to Heap | fragosti | 2018-12-08 | 2 | -0/+4 |
| | | |||||
* | | fix(instant): hide loaders when no token or buy amount is chosen | Brandon Millman | 2018-12-11 | 1 | -6/+13 |
| | | |||||
* | | Don't throw error if can't find icon for token | Steve Klebanoff | 2018-12-11 | 1 | -2/+11 |
|/ | |||||
* | feat(instant): More aggressive error reporting | Steve Klebanoff | 2018-12-06 | 1 | -5/+2 |
| | |||||
* | fix: remove target=_blank from instant link | fragosti | 2018-12-06 | 1 | -0/+0 |
| | |||||
* | Merge pull request #1369 from 0xProject/feature/website/instant-configurator | Francesco Agosti | 2018-12-06 | 2 | -21/+20 |
|\ | | | | | [website][instant] Instant configurator | ||||
| * | chore: run prettier | fragosti | 2018-12-06 | 1 | -6/+1 |
| | | |||||
| * | Merge branch 'development' of https://github.com/0xProject/0x-monorepo into ↵ | fragosti | 2018-12-06 | 19 | -30/+70 |
| |\ | | | | | | | | | | feature/website/instant-configurator | ||||
| * | | fix: instant linting issues | fragosti | 2018-12-05 | 1 | -4/+0 |
| | | | |||||
| * | | Merge branch 'development' of https://github.com/0xProject/0x-monorepo into ↵ | fragosti | 2018-12-04 | 7 | -12/+21 |
| |\ \ | | | | | | | | | | | | | feature/website/instant-configurator | ||||
| * \ \ | Merge branch 'development' of https://github.com/0xProject/0x-monorepo into ↵ | fragosti | 2018-12-04 | 48 | -177/+594 |
| |\ \ \ | | | | | | | | | | | | | | | | feature/website/instant-configurator | ||||
| * | | | | feat: move instant base config to types file | fragosti | 2018-11-30 | 2 | -18/+19 |
| | | | | | |||||
* | | | | | Merge pull request #1389 from 0xProject/fix/instant-rollbar-localhost | Steve Klebanoff | 2018-12-06 | 4 | -14/+27 |
|\ \ \ \ \ | | | | | | | | | | | | | [instant] Don't report localhost errors to Rollbar | ||||
| * | | | | | Takeout console.log | Steve Klebanoff | 2018-12-06 | 1 | -1/+0 |
| | | | | | | |||||
| * | | | | | Only include localhost in host domains if in development mode | Steve Klebanoff | 2018-12-06 | 3 | -9/+26 |
| | | | | | | |||||
| * | | | | | Use dotenv in development | Steve Klebanoff | 2018-12-06 | 1 | -5/+2 |
| | |_|_|/ | |/| | | | |||||
* | | | | | feat: lowercase keys in additionalAssetMetaDataMap | fragosti | 2018-12-06 | 1 | -1/+2 |
| | | | | | |||||
* | | | | | chore: add coingecko css example to externall.css | fragosti | 2018-12-06 | 1 | -0/+4 |
| | | | | | |||||
* | | | | | fix: call toLowerCase in asset creation logic | fragosti | 2018-12-06 | 1 | -2/+2 |
| | | | | | |||||
* | | | | | fix: input placeholder css specificity increase | fragosti | 2018-12-06 | 1 | -2/+2 |
|/ / / / | |||||
* | | | | Merge pull request #1382 from 0xProject/fix/instant/center-powered-by | Steve Klebanoff | 2018-12-05 | 4 | -7/+11 |
|\ \ \ \ | | | | | | | | | | | [instant] Center powered by and change to text to Connect | ||||
| * | | | | Wallet prompt tweaks per Chris's comment | Steve Klebanoff | 2018-12-05 | 3 | -6/+10 |
| | | | | | |||||
| * | | | | Please unlock -> Click to connect | Steve Klebanoff | 2018-12-05 | 1 | -1/+1 |
| | | | | | |||||
| * | | | | fix(instant): center powered by 0x svg | Steve Klebanoff | 2018-12-05 | 1 | -1/+1 |
| | | | | | |||||
* | | | | | Merge pull request #1379 from 0xProject/fix/instant/overlay-color | Brandon Millman | 2018-12-05 | 3 | -3/+10 |
|\ \ \ \ \ | | | | | | | | | | | | | [instant] add stable class name to overlay close button and adjust overlay color | ||||
| * | | | | | fix(instant): remove extra container around the button | Brandon Millman | 2018-12-05 | 1 | -11/+15 |
| | | | | | | |||||
| * | | | | | feat(instant): give a stable class name to the close button on the overlay | Brandon Millman | 2018-12-05 | 2 | -9/+12 |
| | | | | | | |||||
| * | | | | | fix(instant): lighten the overlay color to 0.7 opacity from 0.9 | Brandon Millman | 2018-12-05 | 1 | -1/+1 |
| | |_|_|/ | |/| | | | |||||
* | | | | | Merge pull request #1381 from 0xProject/feature/magic-input-error | Steve Klebanoff | 2018-12-05 | 5 | -8/+23 |
|\ \ \ \ \ | | | | | | | | | | | | | [instant] Magic input to trigger error for production Rollbar testing | ||||
| * | | | | | Use git sha and npm version from constants | Steve Klebanoff | 2018-12-05 | 1 | -3/+9 |
| | | | | | | |||||
| * | | | | | Add GIT_SHA and NPM_VERSION constants, report git and npm version in error | Steve Klebanoff | 2018-12-05 | 4 | -8/+11 |
| | | | | | | |||||
| * | | | | | feat(instant): input to trigger error for rollbar testing | Steve Klebanoff | 2018-12-05 | 2 | -0/+6 |
| | | | | | | |||||
* | | | | | | Merge pull request #1371 from ↵ | Steve Klebanoff | 2018-12-05 | 3 | -5/+19 |
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | | | | | | | | | | | | | | | 0xProject/feature/instant/log-decimals-and-add-event-properties feat(instant): More event properties for tracking | ||||
| * | | | | | ethBalanceInUnitAmount -> lastEthBalanceInUnitAmount | Steve Klebanoff | 2018-12-05 | 3 | -2/+2 |
| | | | | | | |||||
| * | | | | | feat(instant): Add eth balance, eth address, token symbol and decimals to ↵ | Steve Klebanoff | 2018-12-04 | 2 | -4/+18 |
| | |_|_|/ | |/| | | | | | | | | | | | | | event properties | ||||
* | | | | | Merge pull request #1380 from 0xProject/instant/fix/heap-analytics-id-prod | Steve Klebanoff | 2018-12-05 | 3 | -3/+3 |
|\ \ \ \ \ | | |/ / / | |/| | | | [instant] Ensure build process receives build arguments | ||||
| * | | | | Ensure build process receives build arguments | Steve Klebanoff | 2018-12-05 | 3 | -3/+3 |
| | |/ / | |/| | | | | | | | | | | See https://github.com/entropitor/dotenv-cli/issues/8 | ||||
* / | | | polish: reduce vertical padding in instant | fragosti | 2018-12-05 | 4 | -4/+4 |
|/ / / | |||||
* | | | Merge pull request #1372 from 0xProject/fix/instant/single-asset | Brandon Millman | 2018-12-04 | 2 | -5/+6 |
|\ \ \ | | | | | | | | | [instant] render token selector when only one asset is available | ||||
| * | | | fix(instant): render token selector when only one asset is available | Brandon Millman | 2018-12-04 | 2 | -5/+6 |
| | | | | |||||
* | | | | Merge pull request #1370 from ↵ | Steve Klebanoff | 2018-12-04 | 4 | -6/+14 |
|\ \ \ \ | |/ / / |/| | | | | | | | | | | | 0xProject/feature/instant/explicitly-enable-heap-dev [instant] Must explicitly specify when want to send to heap when developing | ||||
| * | | | updating .env example | Steve Klebanoff | 2018-12-04 | 1 | -1/+4 |
| | | | | |||||
| * | | | feat(instant): have to use INSTANT_HEAP_FORCE_DEVELOPMENT to report to heap ↵ | Steve Klebanoff | 2018-12-04 | 3 | -5/+10 |
| |/ / | | | | | | | | | | in development | ||||
* | | | Merge pull request #1367 from 0xProject/fix/instant/dai | Brandon Millman | 2018-12-04 | 1 | -1/+1 |
|\ \ \ | |/ / |/| | | [asset-buyer][instant] support DAI in instant | ||||
| * | | feat(instant): update DAI token color | Brandon Millman | 2018-12-04 | 1 | -1/+1 |
| | | | |||||
* | | | Merge pull request #1295 from 0xProject/feature/instant/rollbar-env | Steve Klebanoff | 2018-12-04 | 11 | -40/+238 |
|\ \ \ | | | | | | | | | [instant] Rollbar | ||||
| * | | | Fix variable name | Steve Klebanoff | 2018-12-01 | 1 | -2/+2 |
| | | | | |||||
| * | | | Take out https:// prefix | Steve Klebanoff | 2018-12-01 | 1 | -1/+1 |
| | | | | |||||
| * | | | Merge branch 'development' into feature/instant/rollbar-env | Steve Klebanoff | 2018-12-01 | 3 | -0/+11 |
| |\ \ \ | |||||
| * | | | | get rid of double private def | Steve Klebanoff | 2018-12-01 | 1 | -1/+0 |
| | | | | | |||||
| * | | | | update with new CDN | Steve Klebanoff | 2018-12-01 | 1 | -2/+1 |
| | | | | | |||||
| * | | | | Merge branch 'feature/instant/prod-env-switches-cdn' into ↵ | Steve Klebanoff | 2018-12-01 | 38 | -213/+558 |
| |\ \ \ \ | | | | | | | | | | | | | | | | | | | feature/instant/rollbar-env | ||||
| * \ \ \ \ | Merge branch 'development' into feature/instant/rollbar-env | Steve Klebanoff | 2018-11-27 | 10 | -202/+357 |
| |\ \ \ \ \ | |||||
| * | | | | | | EMBEDDED_DOMAINS -> HOST_DOMAINS | Steve Klebanoff | 2018-11-27 | 2 | -3/+3 |
| | | | | | | | |||||
| * | | | | | | Host whitelist so we don't get errors from embedded site | Steve Klebanoff | 2018-11-22 | 2 | -1/+11 |
| | | | | | | | |||||
| * | | | | | | Linting | Steve Klebanoff | 2018-11-22 | 1 | -1/+1 |
| | | | | | | | |||||
| * | | | | | | Merge branch 'development' into feature/instant/rollbar-env | Steve Klebanoff | 2018-11-22 | 7 | -52/+45 |
| |\ \ \ \ \ \ | |||||
| * | | | | | | | Better env var names for source map plugin | Steve Klebanoff | 2018-11-22 | 1 | -5/+5 |
| | | | | | | | | |||||
| * | | | | | | | Shorter validateRollbarPresence logic | Steve Klebanoff | 2018-11-22 | 1 | -11/+4 |
| | | | | | | | | |||||
| * | | | | | | | Use ROLLBAR_ENABLED constant, and change ROLLBAR_ENVIRONMENT to ↵ | Steve Klebanoff | 2018-11-22 | 3 | -22/+22 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | INSTANT_ENVIRONMENT | ||||
| * | | | | | | | Report when cant update balance | Steve Klebanoff | 2018-11-22 | 1 | -0/+1 |
| | | | | | | | | |||||
| * | | | | | | | Takeout redundant check, and make function name more clear | Steve Klebanoff | 2018-11-22 | 1 | -7/+5 |
| | | | | | | | | |||||
| * | | | | | | | Move rollbar setup into function, move setting up into provider | Steve Klebanoff | 2018-11-22 | 3 | -36/+35 |
| | | | | | | | | |||||
| * | | | | | | | Always report unexpected errors. Move error message generation into helper ↵ | Steve Klebanoff | 2018-11-22 | 3 | -23/+56 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | function, and add tests | ||||
| * | | | | | | | Linting | Steve Klebanoff | 2018-11-21 | 1 | -1/+1 |
| | | | | | | | | |||||
| * | | | | | | | TODO note | Steve Klebanoff | 2018-11-21 | 1 | -1/+1 |
| | | | | | | | | |||||
| * | | | | | | | Explicit error reporting | Steve Klebanoff | 2018-11-21 | 4 | -3/+12 |
| | | | | | | | | |||||
| * | | | | | | | Force source maps on staging and dogfood | Steve Klebanoff | 2018-11-21 | 1 | -2/+26 |
| | | | | | | | | |||||
| * | | | | | | | feat(instant): Report errors to rollbar | Steve Klebanoff | 2018-11-21 | 3 | -0/+78 |
| | | | | | | | | |||||
| * | | | | | | | Use sourcemap loader | Steve Klebanoff | 2018-11-21 | 1 | -0/+10 |
| | | | | | | | | |||||
| * | | | | | | | Introduce rollbar plugin | Steve Klebanoff | 2018-11-21 | 4 | -15/+59 |
| | | | | | | | | |||||
| * | | | | | | | Send in rollbar environment | Steve Klebanoff | 2018-11-21 | 1 | -8/+20 |
| | | | | | | | | |||||
* | | | | | | | | Merge pull request #1365 from 0xProject/fix/instant/token-selector | Brandon Millman | 2018-12-04 | 9 | -14/+30 |
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | [instant] various polish items | ||||
| * | | | | | | | | fix(instant): remove screenshot from dev index.html | Brandon Millman | 2018-12-04 | 2 | -6/+0 |
| | | | | | | | | | |||||
| * | | | | | | | | fix(instant): darken overlay color | Brandon Millman | 2018-12-01 | 3 | -1/+7 |
| | | | | | | | | | |||||
| * | | | | | | | | feat(instant): add token symbol to buy button text | Brandon Millman | 2018-12-01 | 3 | -5/+16 |
| | | | | | | | | | |||||
| * | | | | | | | | fix(instant): update zrx icon | Brandon Millman | 2018-12-01 | 1 | -2/+5 |
| | | | | | | | | | |||||
| * | | | | | | | | fix(instant): DGD and DGX colors | Brandon Millman | 2018-12-01 | 1 | -2/+2 |
| | | | | | | | | | |||||
| * | | | | | | | | fix(instant) various token selector fixes | Brandon Millman | 2018-12-01 | 3 | -4/+6 |
| | | | | | | | | | |||||
* | | | | | | | | | Merge pull request #1364 from ↵ | Francesco Agosti | 2018-12-04 | 8 | -7/+18 |
|\ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|/ / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | 0xProject/feature/instant/allow-env-vars-in-env-file [instant] Add dotenv to make env dependencies more explicit | ||||
| * | | | | | | | | feat: add dotenv to make env dependencies more explicit | fragosti | 2018-12-01 | 8 | -7/+18 |
| |/ / / / / / / | |||||
* / / / / / / / | feat(instant): provide a custom wallet display name | Brandon Millman | 2018-12-01 | 6 | -7/+16 |
|/ / / / / / / | |||||
* | | | | | | | Merge pull request #1362 from ↵ | Francesco Agosti | 2018-12-01 | 1 | -5/+5 |
|\ \ \ \ \ \ \ | |_|_|_|_|/ / |/| | | | | | | | | | | | | | | | | | | | | 0xProject/fix/instant/push-to-history-broken-when-no-onpopstate [instant] Fix push to history issue on second full render of instant | ||||
| * | | | | | | chore: lint | fragosti | 2018-12-01 | 3 | -7/+6 |
| | | | | | | | |||||
| * | | | | | | fix: push to history edge case for second render where onpopstate is not ↵ | fragosti | 2018-12-01 | 1 | -2/+3 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | defined on first render | ||||
* | | | | | | | Merge pull request #1359 from 0xProject/feature/instant/prod-env-switches-cdn | Steve Klebanoff | 2018-12-01 | 9 | -29/+52 |
|\ \ \ \ \ \ \ | | |_|_|_|/ / | |/| | | | | | [instant] CDN-approach to identifying environments | ||||
| * | | | | | | removing unused references | Steve Klebanoff | 2018-12-01 | 2 | -2/+2 |
| | | | | | | | |||||
| * | | | | | | takeout console.log | Steve Klebanoff | 2018-12-01 | 1 | -1/+0 |
| | | | | | | | |||||
| * | | | | | | Merge branch 'development' into feature/instant/prod-env-switches-cdn | Steve Klebanoff | 2018-12-01 | 33 | -96/+432 |
| |\| | | | | | |||||
| * | | | | | | cdn -> dischargeTarget, and report to heap | Steve Klebanoff | 2018-12-01 | 7 | -16/+29 |
| | | | | | | | |||||
| * | | | | | | Take out old --env | Steve Klebanoff | 2018-11-30 | 1 | -1/+1 |
| | | | | | | | |||||
| * | | | | | | cdn approach to identifyign environments | Steve Klebanoff | 2018-11-30 | 6 | -49/+20 |
| | | | | | | | |||||
| * | | | | | | Fix build command | Steve Klebanoff | 2018-11-30 | 1 | -1/+1 |
| | | | | | | | |||||
| * | | | | | | feat(instant): Cleaner config-specific setup | Steve Klebanoff | 2018-11-30 | 6 | -23/+69 |
| | | | | | | | |||||
| * | | | | | | Set .env in builds, and update profile to use 0xproject | Steve Klebanoff | 2018-11-30 | 4 | -11/+8 |
| | | | | | | | |||||
* | | | | | | | Merge pull request #1342 from 0xProject/feature/instant/misc-close-analytics | Steve Klebanoff | 2018-12-01 | 3 | -0/+11 |
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | | | [instant] Close and View Transaction analytics events | ||||
| * | | | | | | add missing import from merge | Steve Klebanoff | 2018-12-01 | 1 | -0/+1 |
| | | | | | | | |||||
| * | | | | | | Merge branch 'development' into feature/instant/misc-close-analytics | Steve Klebanoff | 2018-11-30 | 18 | -51/+186 |
| |\ \ \ \ \ \ | |||||
| * | | | | | | | feat(instant): Close and View Transaction analytics events | Steve Klebanoff | 2018-11-28 | 3 | -1/+11 |
| | | | | | | | | |||||
* | | | | | | | | Merge pull request #1348 from 0xProject/feature/instant/cdn-setup | Francesco Agosti | 2018-12-01 | 8 | -51/+44 |
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | [instant] Remove commonjs bundle, productionize UMD bundle | ||||
| * | | | | | | | | feat: remove instant from project references | fragosti | 2018-12-01 | 1 | -1/+4 |
| | | | | | | | | | |||||
| * | | | | | | | | chore: deploy_live -> deploy_production | fragosti | 2018-12-01 | 2 | -2/+2 |
| | | | | | | | | | |||||
| * | | | | | | | | feat: update tsconfig | fragosti | 2018-12-01 | 1 | -2/+1 |
| | | | | | | | | | |||||
| * | | | | | | | | fix: address PR feedback | fragosti | 2018-12-01 | 5 | -8/+4 |
| | |_|/ / / / / | |/| | | | | | | |||||
| * | | | | | | | fix: add clarification to NOTE in README | fragosti | 2018-11-29 | 1 | -1/+1 |
| | | | | | | | | |||||
| * | | | | | | | feat: add URL to other parts of README | fragosti | 2018-11-29 | 1 | -2/+2 |
| | | | | | | | | |||||
| * | | | | | | | feat: write version info directly to exported object | fragosti | 2018-11-29 | 3 | -14/+7 |
| | | | | | | | | |||||
| * | | | | | | | feat: add deploy_live command | fragosti | 2018-11-29 | 3 | -3/+25 |
| | | | | | | | | |||||
| * | | | | | | | feat: write version info to window | fragosti | 2018-11-29 | 2 | -0/+11 |
| | | | | | | | | |||||
| * | | | | | | | feat: update README to reflect lack of commonjs module | fragosti | 2018-11-27 | 1 | -29/+1 |
| | | | | | | | | |||||
| * | | | | | | | feat: make package private | fragosti | 2018-11-27 | 1 | -7/+4 |
| | |_|_|_|/ / | |/| | | | | | |||||
* | | | | | | | Merge branch 'development' of https://github.com/0xProject/0x-monorepo into ↵ | fragosti | 2018-12-01 | 17 | -46/+181 |
|\ \ \ \ \ \ \ | | |_|/ / / / | |/| | | | | | | | | | | | | fix/instant/instant-bounces-on-error | ||||
| * | | | | | | Merge pull request #1343 from 0xProject/feature/instant/quote-analytics | Steve Klebanoff | 2018-11-30 | 7 | -12/+62 |
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | [instant] Quote analytics | ||||
| | * | | | | | | assetAmount -> assetBuyAmount | Steve Klebanoff | 2018-11-30 | 1 | -2/+2 |
| | | | | | | | | |||||
| | * | | | | | | Merge branch 'development' into feature/instant/quote-analytics | Steve Klebanoff | 2018-11-29 | 7 | -25/+86 |
| | |\ \ \ \ \ \ | |||||
| | * | | | | | | | Use base unit value | Steve Klebanoff | 2018-11-29 | 1 | -1/+1 |
| | | | | | | | | | |||||
| | * | | | | | | | Move fetch origin out of options | Steve Klebanoff | 2018-11-29 | 5 | -17/+16 |
| | | | | | | | | | |||||
| | * | | | | | | | fetchedVia -> fetchOrigin | Steve Klebanoff | 2018-11-29 | 6 | -12/+16 |
| | | | | | | | | | |||||
| | * | | | | | | | QuoteFetchedVia -> QuoteFetchOrigin | Steve Klebanoff | 2018-11-29 | 7 | -14/+14 |
| | | | | | | | | | |||||
| | * | | | | | | | Take out asset name and data as we can use the selected event properties | Steve Klebanoff | 2018-11-29 | 2 | -16/+2 |
| | | | | | | | | | |||||
| | * | | | | | | | Tracking quote errors | Steve Klebanoff | 2018-11-28 | 2 | -0/+23 |
| | | | | | | | | | |||||
| | * | | | | | | | feat(instant): Quote fetch tracking | Steve Klebanoff | 2018-11-28 | 7 | -9/+39 |
| | | |_|/ / / / | | |/| | | | | | |||||
| * | | | | | | | Merge pull request #1345 from 0xProject/fix/instant/progress-bar-bg | Steve Klebanoff | 2018-11-30 | 3 | -7/+35 |
| |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | [instant] Progress bar background | ||||
| | * | | | | | | | fix(instant): Progress bar background color should be 10% primary color | Steve Klebanoff | 2018-11-29 | 3 | -7/+35 |
| | |/ / / / / / | |||||
| * | | | | | | | Merge pull request #1346 from 0xProject/fix/instant/token-selector-hover | Steve Klebanoff | 2018-11-30 | 1 | -4/+2 |
| |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | [instant] Half opacity on clickable text hover | ||||
| | * | | | | | | | Linting | Steve Klebanoff | 2018-11-29 | 1 | -1/+0 |
| | | | | | | | | | |||||
| | * | | | | | | | fix(instant): Half opacity instead of darkening on hover for clickable text | Steve Klebanoff | 2018-11-29 | 1 | -3/+2 |
| | | |_|_|_|_|/ | | |/| | | | | | |||||
| * | | | | | | | Merge pull request #1347 from 0xProject/fix/instant/input-react-warning | Steve Klebanoff | 2018-11-30 | 1 | -4/+4 |
| |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | [instant] Fix uncontrolled input warning for token selector | ||||
| | * | | | | | | | fix(instant): Fix uncontrolled input warning for token selector | Steve Klebanoff | 2018-11-29 | 1 | -4/+4 |
| | |/ / / / / / | |||||
| * | | | | | | | Merge pull request #1352 from 0xProject/fix/instant/token-symbol-size | Francesco Agosti | 2018-11-29 | 1 | -0/+6 |
| |\ \ \ \ \ \ \ | | |_|_|/ / / / | |/| | | | | | | [instant] Notify of the used font size for re-renders of scaling input | ||||
| | * | | | | | | fix: notify of the used font size for re-renders of scaling input | fragosti | 2018-11-29 | 1 | -0/+6 |
| | |/ / / / / | |||||
| * | | | | | | Merge pull request #1341 from 0xProject/feature/instant/install-analytics | Steve Klebanoff | 2018-11-29 | 6 | -20/+73 |
| |\ \ \ \ \ \ | | |/ / / / / | |/| | | | | | [instant] Install Wallet analytic events | ||||
| | * | | | | | Merge branch 'development' into feature/instant/install-analytics | Steve Klebanoff | 2018-11-28 | 3 | -2/+26 |
| | |\| | | | | |||||
| | * | | | | | feat(instant): Install Wallet analytics | Steve Klebanoff | 2018-11-28 | 4 | -3/+43 |
| | | | | | | | |||||
| | * | | | | | Track install wallet clicked | Steve Klebanoff | 2018-11-28 | 3 | -17/+30 |
| | | | | | | | |||||
* | | | | | | | fix: dont allow price labels to wrap | fragosti | 2018-11-29 | 1 | -2/+9 |
| | | | | | | | |||||
* | | | | | | | fix: instant height change on loading state change | fragosti | 2018-11-29 | 1 | -3/+2 |
| | | | | | | | |||||
* | | | | | | | fix: instant error no longer makes instant move | fragosti | 2018-11-29 | 2 | -1/+9 |
|/ / / / / / | |||||
* | / / / / | Publishcontracts@2.1.56@0x/website@0.0.61@0x/web3-wrapper@3.1.6@0x/testnet-faucets@1.0.58@0x/subproviders@2.1.6@0x/sol-doc@1.0.9@0x/sol-cov@2.1.14@0x/sol-compiler@1.1.14@0x/react-shared@1.0.23@0x/react-docs@1.0.20@0x/order-watcher@2.2.6@0x/order-utils@3.0.4@0x/migrations@2.2.0@0x/metacoin@0.0.30@0x/instant@1.0.2@0x/fill-scenarios@1.0.14@0x/dev-utils@1.0.19@0x/dev-tools-pages@0.0.8@0x/contract-wrappers@4.1.1@0x/contract-artifacts@1.1.2@0x/contract-addresses@2.0.0@0x/connect@3.0.8@0x/base-contract@3.0.8@0x/asset-buyer@3.0.2@0x/abi-gen-wrappers@2.0.0@0x/abi-gen-templates@1.0.10x.js@2.0.6 | Jacob Evans | 2018-11-28 | 1 | -5/+5 |
| |/ / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - 0x.js@2.0.6 - @0x/abi-gen-templates@1.0.1 - @0x/abi-gen-wrappers@2.0.0 - @0x/asset-buyer@3.0.2 - @0x/base-contract@3.0.8 - @0x/connect@3.0.8 - @0x/contract-addresses@2.0.0 - @0x/contract-artifacts@1.1.2 - @0x/contract-wrappers@4.1.1 - contracts@2.1.56 - @0x/dev-tools-pages@0.0.8 - @0x/dev-utils@1.0.19 - @0x/fill-scenarios@1.0.14 - @0x/instant@1.0.2 - @0x/metacoin@0.0.30 - @0x/migrations@2.2.0 - @0x/order-utils@3.0.4 - @0x/order-watcher@2.2.6 - @0x/react-docs@1.0.20 - @0x/react-shared@1.0.23 - @0x/sol-compiler@1.1.14 - @0x/sol-cov@2.1.14 - @0x/sol-doc@1.0.9 - @0x/subproviders@2.1.6 - @0x/testnet-faucets@1.0.58 - @0x/web3-wrapper@3.1.6 - @0x/website@0.0.61 | ||||
* | | | | | Merge branch 'development' into feature/instant/dropdown-analytics | Steve Klebanoff | 2018-11-28 | 5 | -3/+73 |
|\| | | | | |||||
| * | | | | Merge pull request #1336 from 0xProject/fix/instant/clipboard | Steve Klebanoff | 2018-11-28 | 1 | -1/+1 |
| |\ \ \ \ | | | | | | | | | | | | | [instant] Fix copy to clipboard | ||||
| | * | | | | fix(instant): Fix copy to clipboard | Steve Klebanoff | 2018-11-28 | 1 | -1/+1 |
| | | | | | | |||||
| * | | | | | Merge pull request #1327 from 0xProject/feature/instant/events-buy | Brandon Millman | 2018-11-28 | 2 | -0/+63 |
| |\ \ \ \ \ | | | | | | | | | | | | | | | [instant] Add buy events to instant | ||||
| | * | | | | | Merge branch 'development' into feature/instant/events-buy | Brandon Millman | 2018-11-28 | 5 | -11/+67 |
| | |\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * development: Make explicit functions Linting Fix props Set selected asset to none Track numberAvailableAssets, selectedAssetName, selectedAssetData event properties Fix dupe merge issue feat(instant): Event tracking for token selector Token selector searched Token Selector open, closed, chose | ||||
| | * | | | | | feat(instant): change event properties to ms times instead of unix timestamps | Brandon Millman | 2018-11-28 | 1 | -8/+5 |
| | | | | | | | |||||
| | * | | | | | Merge branch 'development' into feature/instant/events-buy | Brandon Millman | 2018-11-28 | 1 | -0/+1 |
| | |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * development: fix(instant): make package private Add stale bot config | ||||
| | * \ \ \ \ \ | Merge branch 'development' into feature/instant/events-buy | Brandon Millman | 2018-11-27 | 7 | -11/+52 |
| | |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * development: fix: add --exclude-missing flag to yarn clean command Update CHANGELOG fix: remove getApproved check from OrderValidator since approval is removed after a single transfer Add comment Force scaling input component to rerender when a different asset is chosen Send in explicit props feat(instant): Add more event properties to heap Move out generating of event properties, and send in orderSource autofocus -> hasAutoFocus fix(instant): Right align amounts fix(instant): Autofocus text amount input | ||||
| | * | | | | | | | feat(instant): add expectedEndTimeUnix and actualEndTimeUnix to buy events | Brandon Millman | 2018-11-27 | 2 | -11/+26 |
| | | | | | | | | | |||||
| | * | | | | | | | feat(instant): add buyQuote properties to buy events | Brandon Millman | 2018-11-27 | 2 | -14/+43 |
| | | | | | | | | | |||||
| | * | | | | | | | feat(instant): add txHash to relevant buy events | Brandon Millman | 2018-11-27 | 2 | -6/+6 |
| | | | | | | | | | |||||
| | * | | | | | | | feat(instant): implement buy events without associated properties | Brandon Millman | 2018-11-27 | 2 | -0/+22 |
| | | |_|_|/ / / | | |/| | | | | | |||||
| * | | | | | | | Merge branch 'development' into feature/instant/stable-css-classes | Steve Klebanoff | 2018-11-28 | 6 | -11/+68 |
| |\ \ \ \ \ \ \ | | | |_|_|/ / / | | |/| | | | | | |||||
| * | | | | | | | Use constants | Steve Klebanoff | 2018-11-28 | 2 | -2/+5 |
| | | | | | | | | |||||
| * | | | | | | | Add stable CSS classes | Steve Klebanoff | 2018-11-27 | 1 | -2/+6 |
| | |_|/ / / / | |/| | | | | | |||||
* | | | | | | | Merge branch 'development' into feature/instant/dropdown-analytics | Steve Klebanoff | 2018-11-28 | 5 | -11/+67 |
|\ \ \ \ \ \ \ | | |/ / / / / | |/| | | | | | |||||
| * | | | | | | Merge branch 'development' into feature/instant/token-picker-events | Steve Klebanoff | 2018-11-28 | 6 | -3/+17 |
| |\ \ \ \ \ \ | | | |_|/ / / | | |/| | | | | |||||
| * | | | | | | Make explicit functions | Steve Klebanoff | 2018-11-28 | 1 | -7/+6 |
| | | | | | | | |||||
| * | | | | | | Linting | Steve Klebanoff | 2018-11-28 | 1 | -3/+3 |
| | | | | | | | |||||
| * | | | | | | Fix props | Steve Klebanoff | 2018-11-27 | 1 | -5/+3 |
| | | | | | | | |||||
| * | | | | | | Set selected asset to none | Steve Klebanoff | 2018-11-27 | 1 | -6/+2 |
| | | | | | | | |||||
| * | | | | | | Track numberAvailableAssets, selectedAssetName, selectedAssetData event ↵ | Steve Klebanoff | 2018-11-27 | 3 | -5/+33 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | properties | ||||
| * | | | | | | Fix dupe merge issue | Steve Klebanoff | 2018-11-27 | 1 | -1/+0 |
| | | | | | | | |||||
| * | | | | | | Merge branch 'development' into feature/instant/token-picker-events | Steve Klebanoff | 2018-11-27 | 2 | -8/+36 |
| |\ \ \ \ \ \ | |||||
| * | | | | | | | feat(instant): Event tracking for token selector | Steve Klebanoff | 2018-11-27 | 2 | -6/+18 |
| | | | | | | | | |||||
| * | | | | | | | Token selector searched | Steve Klebanoff | 2018-11-27 | 2 | -0/+5 |
| | | | | | | | | |||||
| * | | | | | | | Token Selector open, closed, chose | Steve Klebanoff | 2018-11-27 | 3 | -0/+19 |
| | | | | | | | | |||||
* | | | | | | | | feat(instant): Add analytics events for payment dropdown | Steve Klebanoff | 2018-11-28 | 3 | -2/+26 |
| |_|/ / / / / |/| | | | | | | |||||
* | | | | | | | fix(instant): make package private | Brandon Millman | 2018-11-27 | 1 | -0/+1 |
| |_|/ / / / |/| | | | | | |||||
* | | | | | | Merge pull request #1294 from 0xProject/feature/header-tweaks | Steve Klebanoff | 2018-11-27 | 5 | -3/+16 |
|\ \ \ \ \ \ | |_|/ / / / |/| | | | | | [instant] Header tweaks | ||||
| * | | | | | Merge branch 'development' into feature/header-tweaks | Steve Klebanoff | 2018-11-27 | 7 | -192/+328 |
| |\ \ \ \ \ | | | |/ / / | | |/| | | | |||||
| * | | | | | Add comment | Steve Klebanoff | 2018-11-22 | 1 | -0/+1 |
| | | | | | | |||||
| * | | | | | Force scaling input component to rerender when a different asset is chosen | Steve Klebanoff | 2018-11-22 | 1 | -0/+1 |
| | | | | | | |||||
| * | | | | | Merge branch 'development' into feature/header-tweaks | Steve Klebanoff | 2018-11-22 | 9 | -61/+73 |
| |\ \ \ \ \ | |||||
| * \ \ \ \ \ | Merge branch 'development' into feature/header-tweaks | Steve Klebanoff | 2018-11-21 | 13 | -44/+383 |
| |\ \ \ \ \ \ | | | |_|_|/ / | | |/| | | | | |||||
| * | | | | | | autofocus -> hasAutoFocus | Steve Klebanoff | 2018-11-21 | 3 | -8/+8 |
| | | | | | | | |||||
| * | | | | | | fix(instant): Right align amounts | Steve Klebanoff | 2018-11-21 | 2 | -2/+6 |
| | | | | | | | |||||
| * | | | | | | fix(instant): Autofocus text amount input | Steve Klebanoff | 2018-11-21 | 3 | -1/+8 |
| | | | | | | | |||||
* | | | | | | | Merge branch 'development' into feature/instant/open-close-events | Steve Klebanoff | 2018-11-27 | 16 | -253/+401 |
|\ \ \ \ \ \ \ | | |_|_|/ / / | |/| | | | | | |||||
| * | | | | | | Revert "[@0x/instant] Fix CI build broken by instant installation tests" | Leonid Logvinov | 2018-11-26 | 1 | -1/+1 |
| | | | | | | | |||||
| * | | | | | | Copy assets in referenced in instant on commonjs build | Leonid Logvinov | 2018-11-23 | 1 | -1/+1 |
| | |_|_|/ / | |/| | | | | |||||
| * | | | | | Merge pull request #1281 from 0xProject/feature/instant/push-to-history | Francesco Agosti | 2018-11-22 | 2 | -159/+281 |
| |\ \ \ \ \ | | | | | | | | | | | | | | | [instant] Close/open Instant on correct history changes. Provide option to disable. | ||||
| | * | | | | | fix: multiple render and closes edge case for onpopstate render | fragosti | 2018-11-22 | 1 | -25/+27 |
| | | | | | | | |||||
| | * | | | | | chore: clean up index.umd.ts a bit | fragosti | 2018-11-22 | 2 | -33/+39 |
| | | | | | | | |||||
| | * | | | | | feat: add more to instant dev env | fragosti | 2018-11-22 | 2 | -140/+202 |
| | | | | | | | |||||
| | * | | | | | Merge branch 'development' of https://github.com/0xProject/0x-monorepo into ↵ | fragosti | 2018-11-21 | 18 | -69/+401 |
| | |\ \ \ \ \ | | | | |_|_|/ | | | |/| | | | | | | | | | | feature/instant/push-to-history | ||||
| | * | | | | | Merge branch 'development' of https://github.com/0xProject/0x-monorepo into ↵ | fragosti | 2018-11-20 | 35 | -11/+183 |
| | |\ \ \ \ \ | | | | |/ / / | | | |/| | | | | | | | | | | feature/instant/push-to-history | ||||
| | * | | | | | feat: add isInstantRendered check to safeguard against double renders and ↵ | fragosti | 2018-11-17 | 2 | -5/+17 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | double removes | ||||
| | * | | | | | chore: use lodash where relevant | fragosti | 2018-11-17 | 1 | -1/+1 |
| | | | | | | | |||||
| | * | | | | | fix: bug where we did not call onClose config | fragosti | 2018-11-17 | 1 | -6/+8 |
| | | | | | | | |||||
| | * | | | | | feat: add URL override param | fragosti | 2018-11-17 | 1 | -1/+1 |
| | | | | | | | |||||
| | * | | | | | feat: add assert for shouldDisablePushToHistory | fragosti | 2018-11-17 | 1 | -7/+10 |
| | | | | | | | |||||
| | * | | | | | feat: be more specific with callback name | fragosti | 2018-11-17 | 1 | -7/+7 |
| | | | | | | | |||||
| | * | | | | | feat: allow integrator to disable pushstate logic | fragosti | 2018-11-17 | 2 | -25/+31 |
| | | | | | | | |||||
| | * | | | | | feat: rename props to config | fragosti | 2018-11-17 | 1 | -23/+27 |
| | | | | | | | |||||
| | * | | | | | feat: close and open instant based on history changes | fragosti | 2018-11-17 | 1 | -13/+38 |
| | | | | | | | |||||
| * | | | | | | Merge pull request #1300 from 0xProject/feature/instant/events-account | Brandon Millman | 2018-11-22 | 5 | -33/+47 |
| |\ \ \ \ \ \ | | |_|_|_|_|/ | |/| | | | | | [instant] Implement account related events | ||||
| | * | | | | | chore(instant): revert usage of event properties | Brandon Millman | 2018-11-22 | 2 | -12/+5 |
| | | | | | | | |||||
| | * | | | | | chore(instant): refactor usage of event properties in heap | Brandon Millman | 2018-11-22 | 3 | -22/+26 |
| | | | | | | | |||||
| | * | | | | | chore(instant): refactor account tracking logic in middleware to be more ↵ | Brandon Millman | 2018-11-22 | 1 | -8/+8 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | readable | ||||
| | * | | | | | feat(instant): implement account related events | Brandon Millman | 2018-11-21 | 4 | -20/+37 |
| | | | | | | | |||||
| * | | | | | | Publishcontracts@2.1.55@0x/website@0.0.60@0x/web3-wrapper@3.1.5@0x/utils@2.0.6@0x/types@1.3.0@0x/testnet-faucets@1.0.57@0x/subproviders@2.1.5@0x/sra-spec@1.0.11@0x/sol-resolver@1.0.17@0x/sol-doc@1.0.8@0x/sol-cov@2.1.13@0x/sol-compiler@1.1.13@0x/react-shared@1.0.22@0x/react-docs@1.0.19@0x/order-watcher@2.2.5@0x/order-utils@3.0.3@0x/monorepo-scripts@1.0.14@0x/migrations@2.1.0@0x/metacoin@0.0.29@0x/json-schemas@2.1.2@0x/instant@1.0.1@0x/fill-scenarios@1.0.13@0x/dev-utils@1.0.18@0x/dev-tools-pages@0.0.7@0x/contract-wrappers@4.1.0@0x/contract-addresses@1.2.0@0x/connect@3.0.7@0x/base-contract@3.0.7@0x/asset-buyer@3.0.1@0x/assert@1.0.18@0x/abi-gen@1.0.17@0x/abi-gen-wrappers@1.1.00x.js@2.0.5 | Fabio Berger | 2018-11-22 | 1 | -9/+9 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - 0x.js@2.0.5 - @0x/abi-gen@1.0.17 - @0x/abi-gen-wrappers@1.1.0 - @0x/assert@1.0.18 - @0x/asset-buyer@3.0.1 - @0x/base-contract@3.0.7 - @0x/connect@3.0.7 - @0x/contract-addresses@1.2.0 - @0x/contract-wrappers@4.1.0 - contracts@2.1.55 - @0x/dev-tools-pages@0.0.7 - @0x/dev-utils@1.0.18 - @0x/fill-scenarios@1.0.13 - @0x/instant@1.0.1 - @0x/json-schemas@2.1.2 - @0x/metacoin@0.0.29 - @0x/migrations@2.1.0 - @0x/monorepo-scripts@1.0.14 - @0x/order-utils@3.0.3 - @0x/order-watcher@2.2.5 - @0x/react-docs@1.0.19 - @0x/react-shared@1.0.22 - @0x/sol-compiler@1.1.13 - @0x/sol-cov@2.1.13 - @0x/sol-doc@1.0.8 - @0x/sol-resolver@1.0.17 - @0x/sra-spec@1.0.11 - @0x/subproviders@2.1.5 - @0x/testnet-faucets@1.0.57 - @0x/types@1.3.0 - @0x/utils@2.0.6 - @0x/web3-wrapper@3.1.5 - @0x/website@0.0.60 | ||||
| * | | | | | | Updated CHANGELOGS | Fabio Berger | 2018-11-22 | 2 | -1/+20 |
| | |_|_|/ / | |/| | | | | |||||
| * | | | | | Merge pull request #1283 from ↵ | Francesco Agosti | 2018-11-21 | 4 | -15/+8 |
| |\ \ \ \ \ | | |/ / / / | |/| | | | | | | | | | | | | | | | | 0xProject/feature/instant/make-instant-public-and-fix-publishing [instant] Make package public and fix publishing | ||||
| | * | | | | fix: do not use document on import | fragosti | 2018-11-20 | 1 | -2/+1 |
| | | | | | | |||||
| | * | | | | fix: npmignore file ignoring index.d.ts | fragosti | 2018-11-20 | 1 | -1/+1 |
| | | | | | | |||||
| | * | | | | fix: specify new location of index.js in package.json | fragosti | 2018-11-17 | 1 | -2/+2 |
| | | | | | | |||||
| | * | | | | feat: fix instant build and add to project references | fragosti | 2018-11-17 | 1 | -8/+3 |
| | | | | | | |||||
| | * | | | | chore: make instant public | fragosti | 2018-11-17 | 1 | -2/+1 |
| | | | | | | |||||
| * | | | | | Merge pull request #1290 from 0xProject/fix/instant/disable-token-picker | Steve Klebanoff | 2018-11-21 | 2 | -10/+20 |
| |\ \ \ \ \ | | | | | | | | | | | | | | | [instant] Don't allow changing of assets when order in progress | ||||
| | * | | | | | isDisabled -> isInputDisabled | Steve Klebanoff | 2018-11-21 | 2 | -9/+10 |
| | | | | | | | |||||
| | * | | | | | Allow user to select other token on success | Steve Klebanoff | 2018-11-21 | 2 | -3/+11 |
| | | | | | | | |||||
| | * | | | | | fix(instant): Don't allow changing of assets when order processing | Steve Klebanoff | 2018-11-20 | 1 | -2/+3 |
| | | |_|/ / | | |/| | | | |||||
| * | | | | | fix(instant): Use new valid svg image for instant | Steve Klebanoff | 2018-11-21 | 1 | -26/+16 |
| | |_|_|/ | |/| | | | |||||
* | | | | | Send in explicit props | Steve Klebanoff | 2018-11-22 | 2 | -17/+23 |
| | | | | | |||||
* | | | | | feat(instant): Add more event properties to heap | Steve Klebanoff | 2018-11-21 | 1 | -0/+6 |
| | | | | | |||||
* | | | | | Move out generating of event properties, and send in orderSource | Steve Klebanoff | 2018-11-21 | 2 | -8/+24 |
|/ / / / | |||||
* | | | | Merge pull request #1272 from 0xProject/feature/instant/heap | Steve Klebanoff | 2018-11-21 | 10 | -44/+336 |
|\ \ \ \ | | | | | | | | | | | [instant] Base heap integration | ||||
| * | | | | Check for instant heap production credentials in pre-publish step | Steve Klebanoff | 2018-11-20 | 1 | -4/+1 |
| | | | | | |||||
| * | | | | Merge branch 'development' into feature/instant/heap | Steve Klebanoff | 2018-11-20 | 35 | -9/+180 |
| |\| | | | |||||
| * | | | | Linting: rename variable | Steve Klebanoff | 2018-11-20 | 1 | -2/+2 |
| | | | | | |||||
| * | | | | Get heap analytics id from ENV variable | Steve Klebanoff | 2018-11-20 | 3 | -57/+73 |
| | | | | | |||||
| * | | | | Change disabled analytics name, add assertion, and always set | Steve Klebanoff | 2018-11-20 | 3 | -8/+9 |
| | | | | | |||||
| * | | | | No need to explicit send in NODE_ENV | Steve Klebanoff | 2018-11-20 | 1 | -1/+0 |
| | | | | | |||||
| * | | | | Merge branch 'development' into feature/instant/heap | Steve Klebanoff | 2018-11-20 | 7 | -12/+22 |
| |\ \ \ \ | | | |/ / | | |/| | | |||||
| * | | | | Add way to disable via props | Steve Klebanoff | 2018-11-17 | 2 | -4/+25 |
| | | | | | |||||
| * | | | | 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 | 4 | -0/+8 |
| | | | | | |||||
| * | | | | Remove old function | Steve Klebanoff | 2018-11-17 | 1 | -2/+0 |
| | | | | | |||||
| * | | | | Widget -> Instant | Steve Klebanoff | 2018-11-17 | 2 | -1/+3 |
| | | | | | |||||
| * | | | | Trigger Wallet Ready when address changed | Steve Klebanoff | 2018-11-17 | 1 | -2/+16 |
| | | | | | |||||
| * | | | | Getting rid of unused function, and using track prefix | Steve Klebanoff | 2018-11-17 | 3 | -6/+4 |
| | | | | | |||||
| * | | | | Move ip import back | Steve Klebanoff | 2018-11-17 | 1 | -1/+1 |
| | | | | | |||||
| * | | | | Merge branch 'development' into feature/instant/heap | Steve Klebanoff | 2018-11-17 | 13 | -121/+113 |
| |\ \ \ \ | |||||
| * | | | | | Disable tslint for unused function so we can include this for future ↵ | Steve Klebanoff | 2018-11-17 | 1 | -0/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | tracking events | ||||
| * | | | | | Report on git sha and npm version of build | Steve Klebanoff | 2018-11-17 | 3 | -3/+8 |
| | | | | | | |||||
| * | | | | | 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 |
| | | | | | | |||||
| * | | | | | Remove unused import | 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 | 2 | -3/+16 |
| | | | | | | |||||
| * | | | | | Add access to environment variables | Steve Klebanoff | 2018-11-17 | 1 | -0/+18 |
| | | | | | | |||||
| * | | | | | We may not know num available assets available when wallet ready, so not ↵ | Steve Klebanoff | 2018-11-17 | 2 | -4/+2 |
| | | | | | | | | | | | | | | | | | | | | | | | | trackin there |