Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'v2-prototype' of https://github.com/0xProject/0x-monorepo into ↵ | fragosti | 2018-06-29 | 2 | -2/+3 |
|\ | | | | | | | feature/website/support-new-metamask | ||||
| * | Remove isTracked field on token in favor of trackedTimestamp | Brandon Millman | 2018-06-29 | 1 | -1/+3 |
| | | |||||
* | | Changing provider to ledger more consistent with previous experience | fragosti | 2018-06-28 | 1 | -2/+0 |
| | | |||||
* | | Remove IS_MAINNET_ENABLED config | fragosti | 2018-06-28 | 1 | -11/+5 |
| | | |||||
* | | Fix stateful ledger dialog edge state | fragosti | 2018-06-27 | 1 | -0/+1 |
| | | |||||
* | | Fix subtle issues with ledger config dialog | fragosti | 2018-06-27 | 1 | -0/+2 |
|/ | |||||
* | Fix no-unused-variable tslint rule to include parameters and fix issues | Fabio Berger | 2018-06-12 | 1 | -2/+2 |
| | |||||
* | Merge branch 'v2-prototype' of https://github.com/0xProject/0x-monorepo into ↵ | fragosti | 2018-06-07 | 1 | -3/+3 |
|\ | | | | | | | feature/improve-linting | ||||
| * | Fix undefined ether balance | Brandon Millman | 2018-06-06 | 1 | -3/+3 |
| | | |||||
* | | Try enabling no-unused-variable... | fragosti | 2018-06-05 | 2 | -2/+0 |
|/ | |||||
* | Remove 0x.js as a dependency from website | Leonid Logvinov | 2018-05-24 | 2 | -4/+4 |
| | |||||
* | Add missing type definitions | Leonid Logvinov | 2018-05-14 | 8 | -43/+43 |
| | |||||
* | Update website to support latest ledger | Jacob Evans | 2018-04-11 | 1 | -1/+0 |
| | |||||
* | Add clean-state tests | Leonid Logvinov | 2018-03-27 | 2 | -4/+4 |
| | |||||
* | Add error popover if TokenRegistry on network user is browsing on don't ↵ | Fabio Berger | 2018-03-25 | 1 | -0/+14 |
| | | | | include the requisite default tokens for 0x Portal to function | ||||
* | Consolidate all console.log into the @0xproject/utils package | Brandon Millman | 2018-03-14 | 1 | -3/+3 |
| | |||||
* | Fix getTokenBalanceAndAllowanceAsync to take ownerAddressIfExists so that we ↵ | Fabio Berger | 2018-03-11 | 1 | -1/+3 |
| | | | | don't sometimes pass an empty string and sometimes undefined | ||||
* | Create blockchainWatcher class and refactor Portal such that Ether amounts ↵ | Fabio Berger | 2018-03-10 | 2 | -7/+12 |
| | | | | are always passed around as baseUnits | ||||
* | Move Documentation to the `@0xproject/react-docs` package | Fabio Berger | 2018-03-06 | 2 | -5/+5 |
| | |||||
* | Moved over all pages/shared components and dependencies to react-shared | Fabio Berger | 2018-03-05 | 5 | -5/+5 |
| | |||||
* | Uppercase Networks enum values | Fabio Berger | 2018-01-31 | 1 | -1/+1 |
| | |||||
* | Fix linter errors | Fabio Berger | 2018-01-31 | 1 | -1/+1 |
| | |||||
* | Fix all setState calls after unmounted errors. Decided to create our own ↵ | Fabio Berger | 2018-01-31 | 1 | -4/+11 |
| | | | | flag rather then using a cancellablePromise since there was little to be gained from this alternative | ||||
* | Default the derivation path to that found in the Ledger subprovider | Fabio Berger | 2018-01-31 | 1 | -1/+4 |
| | |||||
* | Add browser data to dialog info | Fabio Berger | 2018-01-31 | 1 | -1/+1 |
| | |||||
* | Add Rinkeby support | Fabio Berger | 2018-01-30 | 1 | -6/+3 |
| | |||||
* | Add missing entries for Ropsten and Rinkeby testnets, added Ropsten to ↵ | Fabio Berger | 2018-01-29 | 2 | -4/+8 |
| | | | | Ledger network dropdown | ||||
* | Re-set Ledger config dialog to connect step if dialog is closed | Fabio Berger | 2018-01-29 | 1 | -0/+1 |
| | |||||
* | Make it such that users can switch between Ledger accounts without first ↵ | Fabio Berger | 2018-01-29 | 1 | -1/+4 |
| | | | | switching back to an injected provider | ||||
* | Implement just-in-time loading of token balances & allowances | Fabio Berger | 2018-01-28 | 4 | -31/+55 |
| | |||||
* | Initial Ledger support implementation | Fabio Berger | 2018-01-28 | 1 | -7/+39 |
| | |||||
* | Fix ts error in portal after enabling more strict checks | Leonid Logvinov | 2018-01-10 | 1 | -4/+6 |
| | |||||
* | Use configured version of bignumber in all packages | Leonid Logvinov | 2018-01-04 | 3 | -3/+3 |
| | |||||
* | Apply prettier config | Leonid Logvinov | 2018-01-03 | 8 | -240/+167 |
| | |||||
* | Merge pull request #285 from 0xProject/fix/underscorePrivate | Brandon Millman | 2017-12-22 | 5 | -64/+64 |
|\ | | | | | Add new underscore-privates rule to @0xproject/tslint-config and fix … | ||||
| * | Add new underscore-privates rule to @0xproject/tslint-config and fix lint errors | Brandon Millman | 2017-12-20 | 5 | -64/+64 |
| | | |||||
* | | Fix Max button bug | Fabio Berger | 2017-12-21 | 1 | -1/+1 |
|/ | |||||
* | Fix merge | Fabio Berger | 2017-12-20 | 1 | -2/+2 |
| | |||||
* | Merge branch 'development' into createWethPage | Fabio Berger | 2017-12-20 | 6 | -33/+35 |
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * development: (27 commits) Remove re-assignment Fix scrolling topBar on Portal Fix overflow issue on calculated fillAmount Fix faulty import Introduce an identityCommandBuilder Define types for methodID Define types for ethereumjs-abi Install types for yargs Fix comments Fix linter issues Fix linter error Rename SubscriptionOpts to BlockRange Refactor remaining _.assign to spread operator Move muiTheme into it's own module Refactor configs and constants, standardize on uppercase/snakecase, alphebetize, rename for logical grouping Sort colors into color spectrum remove unused style standarize on `grey` over `gray` spelling and other color related fixes Standardize colors to always be in uppercase hex and consolidate material-ui greys Consolidate all custom colors and material-ui colors into a colors module ... # Conflicts: # packages/website/ts/components/eth_wrappers.tsx # packages/website/ts/components/portal.tsx # packages/website/ts/utils/configs.ts # packages/website/ts/utils/constants.ts | ||||
| * | Refactor remaining _.assign to spread operator | Fabio Berger | 2017-12-19 | 1 | -1/+3 |
| | | |||||
| * | Refactor configs and constants, standardize on uppercase/snakecase, ↵ | Fabio Berger | 2017-12-19 | 3 | -15/+16 |
| | | | | | | | | alphebetize, rename for logical grouping | ||||
| * | standarize on `grey` over `gray` spelling and other color related fixes | Fabio Berger | 2017-12-18 | 2 | -2/+1 |
| | | |||||
| * | Standardize colors to always be in uppercase hex and consolidate material-ui ↵ | Fabio Berger | 2017-12-18 | 1 | -1/+1 |
| | | | | | | | | greys | ||||
| * | Consolidate all custom colors and material-ui colors into a colors module | Fabio Berger | 2017-12-18 | 5 | -8/+8 |
| | | |||||
| * | Update first two string enums to native type | Fabio Berger | 2017-12-18 | 2 | -8/+8 |
| | | |||||
* | | Add WETH | Fabio Berger | 2017-12-19 | 1 | -1/+1 |
| | | |||||
* | | Remove binding on prop passed callbacks | Fabio Berger | 2017-12-19 | 2 | -4/+4 |
| | | |||||
* | | Add notice dialog to balances page about updating the WETH contract. We also ↵ | Fabio Berger | 2017-12-18 | 1 | -0/+38 |
| | | | | | | | | draw attention to the new dedicated section for unwrapping from outdated WETH tokens | ||||
* | | Add `Max` convenience button in unwrap WETH dialog | Fabio Berger | 2017-12-18 | 1 | -1/+15 |
|/ | |||||
* | Merge branch 'development' into createWethPage | Fabio Berger | 2017-12-16 | 3 | -7/+1 |
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * development: (54 commits) Fix redundant spaces Fix tests Fix website unused vars Fix connect unused vars Fix 0x.js unused vars Dissallow unused vars/imports Implement first custom linter rule async-suffix Reuse intervalutils in website Add a newline Name a variable Add a comment Fix a conditional Make migrations deterministic Fix linter error Fix linter errors Add a function to init token balances Rename tokenUtils.getNonProtocolTokens to tokenUtils.getDummyTokens Add DummyToken to gitignore Add DummyToken to artifacts list Increase mocha timeout ... | ||||
| * | Fix website unused vars | Leonid Logvinov | 2017-12-15 | 3 | -7/+1 |
| | | |||||
* | | Improve WETH page styling | Fabio Berger | 2017-12-15 | 1 | -4/+4 |
| | | |||||
* | | Refactor the WETH conversion dialog/button to be either wrap or unwrap ↵ | Fabio Berger | 2017-12-15 | 1 | -52/+78 |
|/ | | | | specific and not both | ||||
* | fix remaining tslint errors | Fabio Berger | 2017-11-28 | 7 | -33/+39 |
| | |||||
* | Add website to mono repo, update packages to align with existing ↵ | Fabio Berger | 2017-11-22 | 7 | -0/+907 |
sub-packages, use new subscribeAsync 0x.js method |