Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Upgrade bignumber.js version | Leonid Logvinov | 2019-01-15 | 1 | -1/+1 |
| | |||||
* | feature: implement logging and friendly wallet name for Opera | fragosti | 2019-01-11 | 1 | -0/+1 |
| | |||||
* | Merge branch 'development' into feature/instant/tell-amount-available | Steve Klebanoff | 2018-12-22 | 1 | -0/+2 |
|\ | |||||
| * | Merge branch 'development' into fix/instant/signature-denied | Brandon Millman | 2018-12-21 | 1 | -0/+1 |
| |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * development: (914 commits) Unfix compiler version except for top level contracts Move OrderValidator to extensions Update CHANGELOG Remove assembly version of matchOrders Add getOrderInfo check before calling fillOrder Update comments and hard code function selector constants Fix build after rebase update comments Fix build and add back tests Update dependency paths Add OrderMatcher tests feat: Add OrderMatcher contract that takes spread in multiple assets by calling `matchOrders` followed by `fillOrder` Update CHANGELOG Use more efficient equality checks Add note about input validation Use more efficient check for overflow Check if amount == 0 before doing division Reapply prettier New relayers feat(sra_client.py): Test deployed pkg via tox ... | ||||
| | * | Show as 0 when selected | Steve Klebanoff | 2018-12-12 | 1 | -0/+1 |
| | | | |||||
| * | | feature(instant): add trust wallet detection | Brandon Millman | 2018-12-15 | 1 | -0/+1 |
| |/ | |||||
* / | Factor in slippage amount in InsufficientAssetLiquidityError error, and show ↵ | Steve Klebanoff | 2018-12-15 | 1 | -0/+1 |
|/ | | | | in instant | ||||
* | Only include localhost in host domains if in development mode | Steve Klebanoff | 2018-12-06 | 1 | -4/+3 |
| | |||||
* | Merge pull request #1379 from 0xProject/fix/instant/overlay-color | Brandon Millman | 2018-12-05 | 1 | -0/+1 |
|\ | | | | | [instant] add stable class name to overlay close button and adjust overlay color | ||||
| * | feat(instant): give a stable class name to the close button on the overlay | Brandon Millman | 2018-12-05 | 1 | -0/+1 |
| | | |||||
* | | Add GIT_SHA and NPM_VERSION constants, report git and npm version in error | Steve Klebanoff | 2018-12-05 | 1 | -1/+4 |
| | | |||||
* | | feat(instant): input to trigger error for rollbar testing | Steve Klebanoff | 2018-12-05 | 1 | -0/+1 |
|/ | |||||
* | feat(instant): have to use INSTANT_HEAP_FORCE_DEVELOPMENT to report to heap ↵ | Steve Klebanoff | 2018-12-04 | 1 | -0/+1 |
| | | | | in development | ||||
* | Take out https:// prefix | Steve Klebanoff | 2018-12-01 | 1 | -1/+1 |
| | |||||
* | 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 | 1 | -4/+5 |
|\ | | | | | | | feature/instant/rollbar-env | ||||
| * | Merge branch 'development' into feature/instant/prod-env-switches-cdn | Steve Klebanoff | 2018-12-01 | 1 | -0/+2 |
| |\ | |||||
| | * | Use constants | Steve Klebanoff | 2018-11-28 | 1 | -0/+2 |
| | | | |||||
| * | | cdn -> dischargeTarget, and report to heap | Steve Klebanoff | 2018-12-01 | 1 | -1/+5 |
| | | | |||||
| * | | cdn approach to identifyign environments | Steve Klebanoff | 2018-11-30 | 1 | -6/+1 |
| | | | |||||
| * | | feat(instant): Cleaner config-specific setup | Steve Klebanoff | 2018-11-30 | 1 | -0/+6 |
| |/ | |||||
* | | EMBEDDED_DOMAINS -> HOST_DOMAINS | Steve Klebanoff | 2018-11-27 | 1 | -1/+1 |
| | | |||||
* | | Host whitelist so we don't get errors from embedded site | Steve Klebanoff | 2018-11-22 | 1 | -0/+9 |
| | | |||||
* | | Use ROLLBAR_ENABLED constant, and change ROLLBAR_ENVIRONMENT to ↵ | Steve Klebanoff | 2018-11-22 | 1 | -1/+2 |
| | | | | | | | | INSTANT_ENVIRONMENT | ||||
* | | feat(instant): Report errors to rollbar | Steve Klebanoff | 2018-11-21 | 1 | -0/+7 |
|/ | |||||
* | Merge pull request #1272 from 0xProject/feature/instant/heap | Steve Klebanoff | 2018-11-21 | 1 | -0/+2 |
|\ | | | | | [instant] Base heap integration | ||||
| * | Get heap analytics id from ENV variable | Steve Klebanoff | 2018-11-20 | 1 | -3/+1 |
| | | |||||
| * | Specify fallback web3 provider in analytics | Steve Klebanoff | 2018-11-17 | 1 | -0/+1 |
| | | |||||
| * | Switch heap id on environment, and make sure app id is what we expect | Steve Klebanoff | 2018-11-17 | 1 | -1/+2 |
| | | |||||
| * | Introduce ANALYTICS_ENABLED constant | Steve Klebanoff | 2018-11-16 | 1 | -0/+1 |
| | | |||||
| * | First pass on widget version of heap | Steve Klebanoff | 2018-11-16 | 1 | -0/+1 |
| | | |||||
* | | feat(instant): Add powered by 0x image | Steve Klebanoff | 2018-11-20 | 1 | -0/+1 |
|/ | |||||
* | feat: use capital values for enums | fragosti | 2018-11-15 | 1 | -1/+8 |
| | |||||
* | feat: change install wallet panel content based on browser and os | fragosti | 2018-11-14 | 1 | -0/+5 |
| | |||||
* | chore: remove unused constant | fragosti | 2018-11-13 | 1 | -1/+0 |
| | |||||
* | Merge branch 'development' of https://github.com/0xProject/0x-monorepo into ↵ | fragosti | 2018-11-10 | 1 | -3/+2 |
|\ | | | | | | | feature/instant/metamask-connect-flow | ||||
| * | feat(instant): handle privacy mode in wallets | Brandon Millman | 2018-11-10 | 1 | -3/+0 |
| | | |||||
| * | Update account more frequently | Steve Klebanoff | 2018-11-10 | 1 | -1/+1 |
| | | |||||
| * | Merge branch 'development' into feature/instant/buy-quote-heartbeat | Steve Klebanoff | 2018-11-10 | 1 | -0/+1 |
| |\ | |||||
| * | | wip: BuyQuote heartbeat | Steve Klebanoff | 2018-11-09 | 1 | -0/+1 |
| | | | |||||
| * | | feat(instant): Heartbeat for updating account info | Steve Klebanoff | 2018-11-09 | 1 | -0/+1 |
| | | | |||||
* | | | feat: toggle wallet connection color | fragosti | 2018-11-10 | 1 | -0/+1 |
| | | | |||||
* | | | feat: add more info section to the metamask panel | fragosti | 2018-11-10 | 1 | -1/+2 |
| | | | |||||
* | | | feat: allow href prop on button | fragosti | 2018-11-10 | 1 | -0/+2 |
| |/ |/| | |||||
* | | Merge branch 'development' into feature/instant/account-state-change | Brandon Millman | 2018-11-09 | 1 | -0/+1 |
|\ \ | |/ |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * development: [instant] Viewport specific errors (#1228) Added more comments Include wholeNumberSchema in sra-spec schemas chore(instant): fix linter Fix isNode fix(instant): update buy quote at start up in the case of default amount fix: apply css reset to overlay as well fix(website): turn off production flag when building locally chore: linter fix: progress bar fix: use fontSize prop in button feat: make instant resistant to external styles feat: add faux externall css file Add upstream issue Use const require instead of import Fix tslint issues Use detect-node Set curstom inspect printer in BigNumber | ||||
| * | Merge branch 'development' of https://github.com/0xProject/0x-monorepo into ↵ | fragosti | 2018-11-09 | 1 | -0/+8 |
| |\ | | | | | | | | | | feature/instant/prevent-css-leakage | ||||
| * | | fix: apply css reset to overlay as well | fragosti | 2018-11-08 | 1 | -0/+1 |
| | | | |||||
* | | | feat(instant): fetch account address at startup and drive account state changes | Brandon Millman | 2018-11-08 | 1 | -1/+13 |
| |/ |/| | |||||
* | | feat(instant): fallback to an empty wallet provider when none is injected | Brandon Millman | 2018-11-08 | 1 | -0/+8 |
|/ | |||||
* | Merge branch 'development' into feature/instant/simulated-progress-bar | Steve Klebanoff | 2018-11-03 | 1 | -0/+1 |
|\ | |||||
| * | feat(instant): add interactive overlay presentation to umd bundle | Brandon Millman | 2018-11-02 | 1 | -0/+1 |
| | | |||||
* | | Use new constants | Steve Klebanoff | 2018-11-02 | 1 | -1/+3 |
| | | |||||
* | | maxWidth -> toWidth, and make from and to width consistent units | Steve Klebanoff | 2018-11-02 | 1 | -1/+1 |
| | | |||||
* | | Removing old simulated progress bar, and adding documentation to ↵ | Steve Klebanoff | 2018-11-01 | 1 | -1/+0 |
| | | | | | | | | TimedProgressBar | ||||
* | | WIP of new timedprogressbar using CSS animations | Steve Klebanoff | 2018-11-01 | 1 | -1/+2 |
| | | |||||
* | | Tick less often, and let CSS style the transition | Steve Klebanoff | 2018-10-31 | 1 | -1/+1 |
| | | |||||
* | | Use simulated progress bar for txn | Steve Klebanoff | 2018-10-31 | 1 | -0/+1 |
| | | |||||
* | | Stall at 95 percent | Steve Klebanoff | 2018-10-31 | 1 | -0/+1 |
| | | |||||
* | | WIP: Progress ticker with finishing | Steve Klebanoff | 2018-10-31 | 1 | -0/+1 |
|/ | |||||
* | Introduce constants for eth gas station and coinbase | Steve Klebanoff | 2018-10-30 | 1 | -0/+2 |
| | |||||
* | feat(instant): add default gasPrice of 6 gwei to transactions | Brandon Millman | 2018-10-30 | 1 | -0/+2 |
| | |||||
* | ethDecimals -> ETH_DECIMALS | Steve Klebanoff | 2018-10-27 | 1 | -1/+1 |
| | |||||
* | Added string to constants | Steve Klebanoff | 2018-10-26 | 1 | -0/+1 |
| | |||||
* | chore: incorportate pr feedback | fragosti | 2018-10-24 | 1 | -0/+1 |
| | |||||
* | Merge branch 'development' of https://github.com/0xProject/0x-monorepo into ↵ | fragosti | 2018-10-19 | 1 | -1/+1 |
|\ | | | | | | | feature/instant/beta-render-et-al | ||||
| * | chore: change package org from 0xproject to 0x | Jacob Evans | 2018-10-18 | 1 | -1/+1 |
| | | |||||
* | | feat: MVP of passing in sraApiUrl, assetData and other settings from render ↵ | fragosti | 2018-10-19 | 1 | -3/+0 |
|/ | | | | method | ||||
* | feat: model asset meta data and add dynamic assetData state | fragosti | 2018-10-13 | 1 | -1/+1 |
| | |||||
* | feat: populate order details with information from worst buy quote | fragosti | 2018-10-12 | 1 | -0/+2 |
| | |||||
* | feat: Move over features from zrx-buyer | fragosti | 2018-10-11 | 1 | -0/+4 |