Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fix test | frankiebee | 2017-08-22 | 1 | -9/+9 |
| | |||||
* | When network nonce is highest, it should be used. | Dan Finlay | 2017-08-22 | 1 | -4/+15 |
| | |||||
* | Fix test | Dan Finlay | 2017-08-22 | 1 | -5/+5 |
| | |||||
* | Add new assertions and de-duplicate nonce tracker generation | Dan Finlay | 2017-08-22 | 1 | -29/+73 |
| | |||||
* | Add test for no previous txs | Dan Finlay | 2017-08-22 | 1 | -4/+25 |
| | |||||
* | Confine mock strategy to describe block | Dan Finlay | 2017-08-22 | 1 | -35/+39 |
| | |||||
* | Move mock txs to tx mocking class | Dan Finlay | 2017-08-22 | 2 | -35/+48 |
| | |||||
* | break out network nonce calc. | frankiebee | 2017-08-19 | 1 | -17/+21 |
| | |||||
* | fix 0x0 nonce calc. | frankiebee | 2017-08-19 | 1 | -8/+18 |
| | |||||
* | include pendingTxs in localNonce | frankiebee | 2017-08-19 | 1 | -10/+9 |
| | |||||
* | use "localNonce" when the network returns a nonce that is lower then a known ↵ | frankiebee | 2017-08-19 | 2 | -3/+27 |
| | | | | confirmed tx | ||||
* | add test for using localNonce | frankiebee | 2017-08-19 | 1 | -4/+42 |
| | |||||
* | Merge pull request #1941 from MetaMask/i1912-TokenPrecisionFix | Kevin Serrano | 2017-08-19 | 2 | -1/+3 |
|\ | | | | | Fix token balance precision rendering | ||||
| * | Merge branch 'master' into i1912-TokenPrecisionFix | Kevin Serrano | 2017-08-19 | 3 | -2/+8 |
| |\ | |/ |/| | |||||
* | | Merge pull request #1942 from MetaMask/i1903-EthSignFormat | Thomas Huang | 2017-08-18 | 3 | -2/+7 |
|\ \ | | | | | | | Fix "Eth Sign" format | ||||
| * | | Bump changelog | Dan Finlay | 2017-08-18 | 1 | -0/+2 |
| | | | |||||
| * | | Fix eth sign formatting | Dan Finlay | 2017-08-18 | 2 | -2/+5 |
|/ / | |||||
| * | Fix token balance precision rendering | Dan Finlay | 2017-08-18 | 2 | -1/+2 |
|/ | | | | | | Fixes a bug where balances under 1 token could be mis-rendered by fixing it [here](https://github.com/MetaMask/eth-token-tracker/pull/9) then updating us to `eth-token-tracker@1.1.3`. Fixes #1912 | ||||
* | Merge pull request #1935 from MetaMask/i1091-ShowTxErrors | Frankie | 2017-08-18 | 3 | -104/+8 |
|\ | | | | | Transition home after tx errors | ||||
| * | Remove dead tests | Dan Finlay | 2017-08-17 | 1 | -86/+1 |
| | | |||||
| * | Bump changelog | Dan Finlay | 2017-08-17 | 1 | -0/+2 |
| | | |||||
| * | Transition to home view after tx error | Dan Finlay | 2017-08-17 | 1 | -18/+5 |
| | | |||||
* | | Merge pull request #1933 from MetaMask/Version-3.9.8 | Thomas Huang | 2017-08-17 | 2 | -1/+3 |
|\| | | | | | Version 3.9.8 | ||||
| * | Version 3.9.8v3.9.8 | Dan Finlay | 2017-08-17 | 2 | -1/+3 |
|/ | |||||
* | Merge pull request #1928 from MetaMask/RemoveDefaultTokens | Kevin Serrano | 2017-08-17 | 3 | -52/+31 |
|\ | | | | | Remove default tokens | ||||
| * | Fallback to ethplorer link | Dan Finlay | 2017-08-17 | 1 | -1/+18 |
| | | |||||
| * | Remove dead code | Dan Finlay | 2017-08-17 | 1 | -14/+0 |
| | | |||||
| * | Bump changelog | Dan Finlay | 2017-08-17 | 1 | -0/+3 |
| | | |||||
| * | Remove default tokens | Dan Finlay | 2017-08-17 | 1 | -11/+1 |
| | | |||||
| * | ReEnable Token List | Dan Finlay | 2017-08-17 | 1 | -26/+9 |
|/ | |||||
* | Merge pull request #1921 from MetaMask/v3.9.7 | Kevin Serrano | 2017-08-16 | 2 | -1/+3 |
|\ | | | | | Version 3.9.7 | ||||
| * | v3.9.7 update changelogv3.9.7 | kumavis | 2017-08-16 | 1 | -0/+2 |
| | | |||||
| * | v3.9.7 | kumavis | 2017-08-16 | 1 | -1/+1 |
| | | |||||
* | | Merge pull request #1916 from MetaMask/fix/account-name-scroll | Kevin Serrano | 2017-08-16 | 1 | -1/+1 |
|\ \ | |/ |/| | Oneliner for account label overflow issue on QubesOS | ||||
| * | Fix overflow issue on QubesOS, flagged by @kumavis | sdtsui | 2017-08-15 | 1 | -1/+1 |
| | | |||||
* | | Merge pull request #1918 from MetaMask/token-hotfix | Kevin Serrano | 2017-08-16 | 2 | -9/+27 |
|\ \ | |/ |/| | Token hotfix | ||||
| * | Change cursor type to indicate link. | Kevin Serrano | 2017-08-16 | 1 | -0/+1 |
| | | |||||
| * | fix spelling | frankiebee | 2017-08-16 | 1 | -4/+3 |
| | | |||||
| * | Add to CHANGELOG | frankiebee | 2017-08-16 | 1 | -0/+1 |
| | | |||||
| * | Disable token list | frankiebee | 2017-08-16 | 1 | -9/+26 |
|/ | |||||
* | Merge pull request #1904 from MetaMask/web3-depreciation | kumavis | 2017-08-13 | 2 | -1/+6 |
|\ | | | | | Web3 depreciation warning | ||||
| * | fix wording | frankiebee | 2017-08-12 | 1 | -1/+1 |
| | | |||||
| * | Add to CHANGELOG | frankiebee | 2017-08-12 | 1 | -0/+2 |
| | | |||||
| * | add deprecation warning for web3 | frankiebee | 2017-08-12 | 1 | -1/+4 |
| | | |||||
* | | Merge pull request #1899 from sdtsui/fix/acct-name-lengths | Frankie | 2017-08-12 | 3 | -4/+22 |
|\ \ | |/ |/| | Fix account name overflow issues | ||||
| * | Cleanup stray logs and lint | sdtsui | 2017-08-11 | 2 | -6/+1 |
| | | |||||
| * | Add overflow support for all account names in account details | sdtsui | 2017-08-11 | 1 | -2/+11 |
| | | |||||
| * | Fix logic for dropdown components attaching checkmark to correct account | sdtsui | 2017-08-11 | 1 | -1/+2 |
| | | |||||
| * | Fix text overflow for dropdown components flagged by @frankiebee | sdtsui | 2017-08-11 | 1 | -1/+14 |
|/ | |||||
* | Merge pull request #1894 from MetaMask/3.9.6v3.9.6 | Thomas Huang | 2017-08-10 | 2 | -3/+5 |
|\ | | | | | v3.9.6 | ||||
| * | 3.9.6 | kumavis | 2017-08-10 | 2 | -3/+5 |
|/ | |||||
* | Merge pull request #1892 from MetaMask/deps-query | Thomas Huang | 2017-08-10 | 1 | -1/+1 |
|\ | | | | | deps - bump ethjs-query | ||||
| * | deps - bump ethjs-query | kumavis | 2017-08-10 | 1 | -1/+1 |
|/ | |||||
* | Merge pull request #1883 from MetaMask/estimateGas-fix | Thomas Huang | 2017-08-10 | 1 | -3/+11 |
|\ | | | | | tx utils - detect estimateGas err and set simulationFailed | ||||
| * | tx utils - detect estimateGas err and set simulationFailed | kumavis | 2017-08-09 | 1 | -3/+11 |
| | | |||||
* | | Merge pull request #1885 from MetaMask/dharma | kumavis | 2017-08-10 | 2 | -46/+115 |
|\ \ | | | | | | | Feature - Add Dharma Loans Beta to kovan buy options | ||||
| * | | ui - buy eth - formatting and moved network names to config | kumavis | 2017-08-10 | 2 | -23/+24 |
| | | | |||||
| * | | lint fix | kumavis | 2017-08-09 | 1 | -1/+1 |
| | | | |||||
| * | | ui - buy eth - add dharma beta to kovan | kumavis | 2017-08-09 | 1 | -12/+22 |
| | | | |||||
| * | | ui - buy button view - refactor | kumavis | 2017-08-09 | 1 | -46/+104 |
| |/ | |||||
* | | Merge pull request #1884 from MetaMask/waffle-badge | Frankie | 2017-08-09 | 1 | -1/+2 |
|\ \ | |/ |/| | readme - add waffle.io badge | ||||
| * | readme - add waffle.io badge | kumavis | 2017-08-09 | 1 | -1/+2 |
|/ | |||||
* | Merge pull request #1882 from MetaMask/tx-cont-fixes | Frankie | 2017-08-09 | 2 | -4/+12 |
|\ | | | | | Tx cont fixes | ||||
| * | tx controller - fix error serialization | kumavis | 2017-08-09 | 1 | -2/+5 |
| | | |||||
| * | tx controller - fix getBalance fn | kumavis | 2017-08-09 | 1 | -1/+1 |
| | | |||||
| * | util - sufficientBalance - validate input | kumavis | 2017-08-09 | 1 | -1/+6 |
|/ | |||||
* | Merge pull request #1880 from MetaMask/pendingFix | Frankie | 2017-08-09 | 2 | -3/+4 |
|\ | | | | | fix getPendingTransactions function for pendingTxTracker | ||||
| * | filter by network for pending txs | frankiebee | 2017-08-09 | 1 | -0/+2 |
| | | |||||
| * | fix getPendingTransactions function for pendingTxTracker | frankiebee | 2017-08-09 | 2 | -3/+2 |
| | | |||||
* | | Merge pull request #1879 from MetaMask/build-err-fix | Thomas Huang | 2017-08-09 | 2 | -19/+28 |
|\ \ | | | | | | | Build sys - prevent err from being swallowed | ||||
| * | | build - factor watcify into bundler generation | kumavis | 2017-08-09 | 1 | -17/+11 |
| | | | |||||
| * | | build - fix error swallowing on dev | kumavis | 2017-08-09 | 1 | -1/+16 |
| | | | |||||
| * | | deps - bump watchify | kumavis | 2017-08-09 | 1 | -2/+2 |
|/ / | |||||
* | | Merge pull request #1854 from MetaMask/greenkeeper/initial | Thomas Huang | 2017-08-09 | 9 | -46/+49 |
|\ \ | | | | | | | Greenkeeper/initial | ||||
| * \ | Merge branch 'master' into greenkeeper/initial | kumavis | 2017-08-09 | 14 | -380/+680 |
| |\ \ | |/ / |/| | | |||||
* | | | Merge pull request #1877 from MetaMask/hotfix/mobile-buy-layout | kumavis | 2017-08-09 | 2 | -70/+80 |
|\ \ \ | |_|/ |/| | | Improve layout for legacy buy screen | ||||
| * | | Fix layout issues flagged by @tmashuang | sdtsui | 2017-08-09 | 1 | -69/+79 |
| | | | |||||
| * | | Make buy ui more central to the screen | sdtsui | 2017-08-09 | 1 | -1/+1 |
| | | | |||||
* | | | Merge pull request #1861 from MetaMask/transactionControllerRefractor | kumavis | 2017-08-09 | 12 | -310/+600 |
|\ \ \ | |/ / |/| | | Transaction controller refractor part 2 | ||||
| * | | add json-rpc-engine && eth-json-rpc-middleware to devDependencies | frankiebee | 2017-08-09 | 1 | -0/+2 |
| | | | |||||
| * | | fix class names | frankiebee | 2017-08-09 | 3 | -18/+25 |
| | | | |||||
| * | | use provider stub | frankiebee | 2017-08-09 | 2 | -88/+65 |
| | | | |||||
| * | | create a provider stub | frankiebee | 2017-08-09 | 1 | -0/+25 |
| | | | |||||
| * | | fix the bind on pending tx watchers | frankiebee | 2017-08-08 | 1 | -3/+3 |
| | | | |||||
| * | | remove .only | frankiebee | 2017-08-08 | 1 | -1/+1 |
| | | | |||||
| * | | Merge branch 'master' into transactionControllerRefractor | frankiebee | 2017-08-08 | 36 | -737/+1151 |
| |\ \ | |/ / |/| | | |||||
| * | | fix test | frankiebee | 2017-08-08 | 1 | -3/+3 |
| | | | |||||
| * | | remove logging of the message and log the error | frankiebee | 2017-08-08 | 1 | -1/+1 |
| | | | |||||
| * | | remove unnecessary if statment for error message | frankiebee | 2017-08-08 | 1 | -1/+0 |
| | | | |||||
| * | | fix spelling | frankiebee | 2017-08-08 | 2 | -15/+12 |
| | | | |||||
| * | | rename PendingTransactionUtils -> PendingTransactionWatchers | frankiebee | 2017-08-05 | 1 | -8/+8 |
| | | | |||||
| * | | Merge branch 'master' into transactionControllerRefractor | frankiebee | 2017-08-05 | 20 | -160/+188 |
| |\ \ | |||||
| * | | | fixed: showing tx-s as errors vs. warning | frankiebee | 2017-08-05 | 1 | -3/+12 |
| | | | | |||||
| * | | | bring your own BN | frankiebee | 2017-08-05 | 1 | -0/+1 |
| | | | | |||||
| * | | | break out tx status pendding watchers | frankiebee | 2017-08-05 | 2 | -145/+192 |
| | | | | |||||
| * | | | test for pending tx watcher | frankiebee | 2017-08-05 | 4 | -100/+280 |
| | | | | |||||
| * | | | test for SufficientBalance | frankiebee | 2017-08-05 | 1 | -0/+41 |
| | | | | |||||
| * | | | move util functions to util.js | frankiebee | 2017-08-05 | 2 | -32/+40 |
| | | | | |||||
| * | | | rename the test description Transaction Manger -> Message Manger | frankiebee | 2017-08-05 | 1 | -1/+1 |
| | | | | |||||
| * | | | use error for #approveTransaction when setting failed | frankiebee | 2017-08-03 | 1 | -5/+2 |
| | | | | |||||
| | | * | Updated commonjs require path for redux-logger and redux-thunk modules | Thomas Huang | 2017-08-09 | 1 | -2/+2 |
| | | | | |||||
| | | * | Merge branch 'greenkeeper/initial' of github.com:MetaMask/metamask-extension ↵ | kumavis | 2017-08-08 | 1 | -2/+2 |
| | | |\ | | | | | | | | | | | | | | | | into greenkeeper/initial | ||||
| | | | * | readme - fix greenkeeper badge position | kumavis | 2017-08-04 | 1 | -2/+2 |
| | | | | | |||||
| | | * | | Merge branch 'master' of github.com:MetaMask/metamask-extension into ↵ | kumavis | 2017-08-08 | 39 | -744/+1178 |
| | | |\ \ | |_|_|/ / |/| | | / | | | |/ | greenkeeper/initial | ||||
* | | | | Merge pull request #1835 from MetaMask/NewUI | kumavis | 2017-08-08 | 34 | -732/+1137 |
|\ \ \ \ | | | | | | | | | | | Begin UI Refactor with Responsiveness & New Menus | ||||
| * | | | | Improve readability of changelog | sdtsui | 2017-08-07 | 1 | -9/+9 |
| | | | | | |||||
| * | | | | Merge branch 'master' into NewUI | kumavis | 2017-08-05 | 4 | -4/+9 |
| |\ \ \ \ | |/ / / / |/| | | | | |||||
* | | | | | Merge pull request #1866 from MetaMask/v3.9.5v3.9.5 | Frankie | 2017-08-05 | 3 | -2/+6 |
|\ \ \ \ \ | | | | | | | | | | | | | V3.9.5 | ||||
| * | | | | | v3.9.5 | kumavis | 2017-08-05 | 2 | -1/+5 |
| | | | | | | |||||
| * | | | | | blacklist - bump phishing detector | kumavis | 2017-08-05 | 1 | -1/+1 |
|/ / / / / | |||||
* | | | | | Merge pull request #1865 from MetaMask/blacklist-moar | Frankie | 2017-08-05 | 2 | -3/+4 |
|\ \ \ \ \ | | | | | | | | | | | | | blacklist - update phishing on boot and speed up polling to 4 min | ||||
| * | | | | | blacklist - update phishing on boot and speed up polling to 4 min | kumavis | 2017-08-05 | 2 | -3/+4 |
|/ / / / / | |||||
| * | | | | Merge pull request #1867 from sdtsui/NewUI | kumavis | 2017-08-05 | 2 | -2/+7 |
| |\ \ \ \ | | | | | | | | | | | | | Fix integration tests for NewUI | ||||
| | * | | | | Fix integration test failures: ensure qr code is accessible | sdtsui | 2017-08-05 | 1 | -1/+7 |
| | | | | | | |||||
| | * | | | | Fix integration test failures: unnecessary sandwich-expando event ↵ | sdtsui | 2017-08-05 | 1 | -1/+0 |
| |/ / / / | | | | | | | | | | | | | | | | stopPropagation | ||||
| * | | | | Merge pull request #1864 from sdtsui/lint-droppo | kumavis | 2017-08-05 | 1 | -31/+24 |
| |\ \ \ \ | | | | | | | | | | | | | Lint menu-droppo | ||||
| | * | | | | Lint menu-droppo | sdtsui | 2017-08-05 | 1 | -31/+24 |
| |/ / / / | |||||
| * | | | | Merge pull request #1862 from sdtsui/add-rct | kumavis | 2017-08-05 | 5 | -3/+145 |
| |\ \ \ \ | | | | | | | | | | | | | Re-enable css transitions, only for dropdowns in app header | ||||
| | * | | | | Bring menu-droppo component into project, remove as a dependency | sdtsui | 2017-08-05 | 3 | -2/+139 |
| | | | | | | |||||
| | * | | | | Re-enable css transitions for dropdowns in header, needs menu-droppo library ↵ | sdtsui | 2017-08-05 | 3 | -1/+6 |
| | | | | | | | | | | | | | | | | | | | | | | | | update | ||||
| * | | | | | Merge pull request #1863 from sdtsui/newui-early-break | kumavis | 2017-08-05 | 1 | -0/+27 |
| |\ \ \ \ \ | | |/ / / / | |/| | | | | Add early breakpoint from @frankiebee 's + @kumavis 's CR of #1835 | ||||
| | * | | | | Cleanup breakpoint css + comment on hackiness | sdtsui | 2017-08-05 | 1 | -11/+14 |
| | | | | | | |||||
| | * | | | | Adds early breakpoint from @frankiebee 's + @kumavis 's CR | sdtsui | 2017-08-05 | 1 | -0/+24 |
| |/ / / / | |||||
| * | | | | Merge branch 'NewUI' of github.com:MetaMask/metamask-extension into NewUI | kumavis | 2017-08-04 | 2 | -2/+6 |
| |\ \ \ \ | |||||
| | * \ \ \ | Merge branch 'master' into NewUI | kumavis | 2017-08-04 | 2 | -2/+6 |
| | |\ \ \ \ | |_|/ / / / |/| | | | | | |||||
* | | | | | | Merge pull request #1859 from MetaMask/v3.9.4v3.9.4 | Frankie | 2017-08-04 | 2 | -2/+6 |
|\ \ \ \ \ \ | |_|_|_|/ / |/| | | | | | v3.9.4 | ||||
| * | | | | | v3.9.4 | kumavis | 2017-08-04 | 2 | -2/+6 |
|/ / / / / | |||||
| * / / / | test - integration - better error handling | kumavis | 2017-08-04 | 1 | -10/+9 |
| |/ / / | |||||
| * | | | test - integration - syntax - prefer const | kumavis | 2017-08-04 | 1 | -12/+7 |
| | | | | |||||
| * | | | test - integration - remove unused code | kumavis | 2017-08-04 | 1 | -1/+3 |
| | | | | |||||
| * | | | test - integration - throw error on failure | kumavis | 2017-08-04 | 1 | -2/+2 |
| | | | | |||||
| * | | | ui - dropdown - use Object.assign syntax to appease coverage parser | kumavis | 2017-08-04 | 1 | -3/+2 |
| | | | | |||||
| * | | | Merge branch 'master' into NewUI | kumavis | 2017-08-04 | 9 | -44/+50 |
| |\ \ \ | |/ / / |/| | | | |||||
* | | | | Merge pull request #1857 from MetaMask/hotFixCancleTx | kumavis | 2017-08-04 | 4 | -8/+25 |
|\ \ \ \ | | | | | | | | | | | fix cancelTransaction not receiving a callback | ||||
| * | | | | test - actions - tx - fix async test | kumavis | 2017-08-04 | 1 | -5/+4 |
| | | | | | |||||
| * | | | | test - actions - remove commented code | kumavis | 2017-08-04 | 1 | -2/+0 |
| | | | | | |||||
| * | | | | nodeify - test - syntax nitpick | kumavis | 2017-08-04 | 1 | -3/+3 |
| | | | | | |||||
| * | | | | add test for no callback error | frankiebee | 2017-08-04 | 1 | -0/+11 |
| | | | | | |||||
| * | | | | fix test | frankiebee | 2017-08-04 | 1 | -2/+7 |
| | | | | | |||||
| * | | | | fix cancelTransaction not reciving a callback | frankiebee | 2017-08-04 | 2 | -4/+8 |
| | | | | | |||||
* | | | | | Merge pull request #1856 from MetaMask/v3.9.3 | Frankie | 2017-08-04 | 2 | -1/+4 |
|\ \ \ \ \ | | | | | | | | | | | | | v3.9.3 | ||||
| * | | | | | v3.9.3 | kumavis | 2017-08-04 | 2 | -1/+4 |
|/ / / / / | |||||
* | | | | | Merge pull request #1855 from MetaMask/blacklist-refactor2v3.9.3 | Kevin Serrano | 2017-08-04 | 1 | -1/+1 |
|\ \ \ \ \ | | | | | | | | | | | | | deps - bump eth-detect-phishing | ||||
| * | | | | | deps - bump eth-detect-phishing | kumavis | 2017-08-04 | 1 | -1/+1 |
| | | | | | | |||||
| | | * | | | Merge pull request #1858 from sdtsui/NewUI | kumavis | 2017-08-04 | 7 | -31/+120 |
| | | |\ \ \ | | | | | | | | | | | | | | | UI Tweaks, Minor Bugfixes, and Dropdown Resizing | ||||
| | | | * | | | Adjust padding of accountSwitcher dropdown | sdtsui | 2017-08-04 | 1 | -4/+7 |
| | | | | | | | |||||
| | | | * | | | Adjust top and bottom padding of accountSwitcher | sdtsui | 2017-08-04 | 1 | -2/+9 |
| | | | | | | | |||||
| | | | * | | | Lint ui/app | sdtsui | 2017-08-04 | 3 | -14/+11 |
| | | | | | | | |||||
| | | | * | | | Allow new accounts selector to handle clicks | sdtsui | 2017-08-04 | 1 | -2/+2 |
| | | | | | | | |||||
| | | | * | | | Increase size of accountSelection dropdown | sdtsui | 2017-08-04 | 1 | -8/+22 |
| | | | | | | | |||||
| | | | * | | | Increase size of settings dropdown and account settings dropdown | sdtsui | 2017-08-04 | 2 | -2/+2 |
| | | | | | | | |||||
| | | | * | | | Increase size of network dropdown | sdtsui | 2017-08-04 | 4 | -4/+28 |
| | | | | | | | |||||
| | | | * | | | De-dupe click handler for sandwich-expando | sdtsui | 2017-08-04 | 1 | -6/+12 |
| | | | | | | | |||||
| | | | * | | | Add note with previous fa-angle-down for future refactor | sdtsui | 2017-08-04 | 1 | -0/+2 |
| | | | | | | | |||||
| | | | * | | | Position account switcher icon back in app header | sdtsui | 2017-08-04 | 1 | -2/+6 |
| | | | | | | | |||||
| | | | * | | | Move accountselector menu-droppo up to app-header | sdtsui | 2017-08-04 | 1 | -0/+22 |
| | | | | | | | |||||
| | | | * | | | Disable account selection dropdown from account details | sdtsui | 2017-08-04 | 2 | -7/+16 |
| | | | | | | | |||||
| | | | * | | | Adjust account checksumAddress location up | sdtsui | 2017-08-04 | 1 | -0/+1 |
| | | | | | | | |||||
| | | * | | | | Fix fox positioning. | Kevin Serrano | 2017-08-04 | 1 | -1/+5 |
| | | |/ / / | |||||
| | | * | | | Fix wonky widths for notices. | Kevin Serrano | 2017-08-04 | 2 | -2/+6 |
| | | | | | | |||||
| | | * | | | Add maximum width for private key reveal | Kevin Serrano | 2017-08-04 | 1 | -1/+1 |
| | | | | | | |||||
| | | * | | | Remove 100% properties that were messing up sizing. | Kevin Serrano | 2017-08-04 | 1 | -2/+0 |
| | | | | | | |||||
| | | * | | | Add QR functionality | Kevin Serrano | 2017-08-04 | 1 | -0/+13 |
| | | | | | | |||||
| | | * | | | Merge branch 'NewUI' of github.com:MetaMask/metamask-plugin into NewUI | Kevin Serrano | 2017-08-04 | 28 | -695/+829 |
| | | |\ \ \ | |||||
| | | | * | | | lint fix | kumavis | 2017-08-02 | 2 | -3/+3 |
| | | | | | | | |||||
| | | | * | | | Merge pull request #1841 from sdtsui/fix/dropdown-toggle | Kevin Serrano | 2017-08-02 | 2 | -4/+32 |
| | | | |\ \ \ | | | | | | | | | | | | | | | | | [Part-1] Fix/dropdown toggle | ||||
| | | | | * | | | Fix dropdown behavior - network | sdtsui | 2017-07-29 | 1 | -1/+11 |
| | | | | | | | | |||||
| | | | | * | | | Fix dropdown toggle behavior - settings | sdtsui | 2017-07-29 | 1 | -1/+5 |
| | | | | | | | | |||||
| | | | | * | | | Fix dropdown toggle behavior - account dropdowns | sdtsui | 2017-07-29 | 1 | -2/+16 |
| | | | |/ / / | |||||
| | | | * | | | Create distinct responsive 'home.html' file, hard-code popup.html size | Dan Finlay | 2017-07-29 | 2 | -1/+13 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Because firefox was having inconsistent sizing, made a second html file for forcing the view to a certain size. Still allows us to develop a responsive interface via the `home.html` file, which shares all the same react JS & CSS as popup.html. | ||||
| | | | * | | | Correct viewport param | Dan Finlay | 2017-07-28 | 1 | -1/+1 |
| | | | | | | | |||||
| | | | * | | | Fix react warning | Dan Finlay | 2017-07-28 | 1 | -0/+6 |
| | | | | | | | |||||
| | | | * | | | Limit max width of seed word conf screen | Dan Finlay | 2017-07-28 | 1 | -2/+5 |
| | | | | | | | |||||
| | | | * | | | Correct token pluralization for one token | Dan Finlay | 2017-07-28 | 1 | -1/+3 |
| | | | | | | | |||||
| | | | * | | | Bump changelog | Dan Finlay | 2017-07-28 | 1 | -0/+2 |
| | | | | | | | |||||
| | | | * | | | Merge branch 'master' into NewUI | Dan Finlay | 2017-07-28 | 8 | -46/+104 |
| | | | |\ \ \ | |||||
| | | | * \ \ \ | Merge branch 'master' into NewUI | Dan Finlay | 2017-07-28 | 16 | -58/+180 |
| | | | |\ \ \ \ | |||||
| | | | * | | | | | Set min gas price to 1 gwei | Dan Finlay | 2017-07-28 | 1 | -1/+1 |
| | | | | | | | | | |||||
| | | | * | | | | | Disable user zoom in mobile mode | Dan Finlay | 2017-07-28 | 1 | -1/+1 |
| | | | | | | | | | |||||
| | | | * | | | | | Fix viewport width to 1 | Dan Finlay | 2017-07-28 | 1 | -1/+1 |
| | | | | | | | | | |||||
| | | | * | | | | | Ensure loading indication is full screen | Dan Finlay | 2017-07-28 | 1 | -0/+1 |
| | | | | | | | | | |||||
| | | | * | | | | | Fix loading indication placement | Dan Finlay | 2017-07-28 | 1 | -1/+1 |
| | | | | | | | | | |||||
| | | | * | | | | | Remove unused parameter | Dan Finlay | 2017-07-28 | 2 | -2/+2 |
| | | | | | | | | | |||||
| | | | * | | | | | Restore support link | Dan Finlay | 2017-07-28 | 1 | -4/+4 |
| | | | | | | | | | |||||
| | | | * | | | | | Fix info page formatting | Dan Finlay | 2017-07-28 | 1 | -6/+14 |
| | | | | | | | | | |||||
| | | | * | | | | | Fix spelling | Dan Finlay | 2017-07-28 | 1 | -1/+1 |
| | | | | | | | | | |||||
| | | | * | | | | | Remove deprecated responsive dev docs | Dan Finlay | 2017-07-28 | 2 | -12/+0 |
| | | | | | | | | | |||||
| | | | * | | | | | Bump menu-droppo to 2.0.1 | Dan Finlay | 2017-07-28 | 1 | -1/+1 |
| | | | | | | | | | |||||
| | | | * | | | | | Fix custom provider indication | Dan Finlay | 2017-07-27 | 2 | -6/+6 |
| | | | | | | | | | |||||
| | | | * | | | | | Remove object spread syntax | Dan Finlay | 2017-07-27 | 1 | -7/+9 |
| | | | | | | | | | |||||
| | | | * | | | | | Adjust mobile scale for smaller devices | Dan Finlay | 2017-07-27 | 1 | -1/+1 |
| | | | | | | | | | |||||
| | | | * | | | | | Set initial scale for mobile. | Dan Finlay | 2017-07-27 | 3 | -3/+6 |
| | | | | | | | | | |||||
| | | | * | | | | | Merge pull request #1831 from sdtsui/pre-merge-fixes | Dan Finlay | 2017-07-27 | 4 | -11/+8 |
| | | | |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | Add minor fixes, including account selection scroll | ||||
| | | | | * | | | | | Re-center network dropdown | sdtsui | 2017-07-27 | 2 | -2/+5 |
| | | | | | | | | | | |||||
| | | | | * | | | | | Make account selection dropdown menu scrollable when too large for view | sdtsui | 2017-07-27 | 1 | -0/+2 |
| | | | | | | | | | | |||||
| | | | | * | | | | | Remove Account Settings item from optionsMenu, unnecessary | sdtsui | 2017-07-27 | 1 | -8/+0 |
| | | | | | | | | | | |||||
| | | | | * | | | | | Bump version of menu-droppo, no longer needs css transitions | sdtsui | 2017-07-27 | 1 | -1/+1 |
| | | | |/ / / / / | |||||
| | | | * | | | | | Lots of flex rearrangement on account detail view | Dan Finlay | 2017-07-26 | 11 | -134/+129 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Includes removal of ReactCssTransitionGroup for a simpler UI refactor. | ||||
| | | | * | | | | | Remove responsive folder from gulp | Dan Finlay | 2017-07-26 | 1 | -1/+0 |
| | | | | | | | | | |||||
| | | | * | | | | | Restore sort order fix | Dan Finlay | 2017-07-25 | 2 | -2/+5 |
| | | | | | | | | | |||||
| | | | * | | | | | Replace ui with responsive-ui | Dan Finlay | 2017-07-25 | 138 | -13934/+224 |
| | | | | | | | | | |||||
| | | | * | | | | | Merge branch 'NewUI' of github.com:MetaMask/metamask-plugin into NewUI | Dan Finlay | 2017-07-25 | 1 | -0/+1 |
| | | | |\ \ \ \ \ | |||||
| | | | | * \ \ \ \ | Merge pull request #1815 from sdtsui/fix/menu-cursor | kumavis | 2017-07-25 | 1 | -0/+1 |
| | | | | |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | Add cursor to account menu buttons | ||||
| | | | | | * | | | | | Add cursor to account menu buttons | sdtsui | 2017-07-25 | 1 | -0/+1 |
| | | | | |/ / / / / | |||||
| | | | * / / / / / | Css tweaks | Dan Finlay | 2017-07-25 | 2 | -1/+7 |
| | | | |/ / / / / | |||||
| | | | * | | | | | Improve account-detail panel responsiveness | Dan Finlay | 2017-07-21 | 1 | -1/+5 |
| | | | | | | | | | |||||
| | | | * | | | | | Prevent buy button from floating | Dan Finlay | 2017-07-21 | 1 | -6/+0 |
| | | | | | | | | | |||||
| | | | * | | | | | Make main account detail view more responsive | Dan Finlay | 2017-07-21 | 6 | -8/+32 |
| | | | | | | | | | |||||
| | | | * | | | | | Merge pull request #1802 from MetaMask/RestructureNewUI | Dan Finlay | 2017-07-21 | 268 | -295/+645 |
| | | | |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | Restructure new ui branch folders | ||||
| | | | | * | | | | | Fix reference | Dan Finlay | 2017-07-21 | 2 | -2/+2 |
| | | | | | | | | | | |||||
| | | | | * | | | | | Fix css links | Dan Finlay | 2017-07-21 | 2 | -4/+4 |
| | | | | | | | | | | |||||
| | | | | * | | | | | Merge branch 'master' into NewUI | Dan Finlay | 2017-07-21 | 27 | -214/+630 |
| | | | | |\ \ \ \ \ | |||||
| | | | | * | | | | | | Move responsive ui into its own folder for easier merges | Dan Finlay | 2017-07-21 | 245 | -75/+9 |
| | | | |/ / / / / / | |||||
| | | | * | | | | | | Merge pull request #1790 from sdtsui/newui-account-dropdowns | Dan Finlay | 2017-07-19 | 13 | -589/+510 |
| | | | |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | [newui] - Implement Advanced Option Menu & Account Switching Menu | ||||
| | | | | * | | | | | | Reorder Account Selector and Account Options | sdtsui | 2017-07-19 | 2 | -115/+128 |
| | | | | | | | | | | | |||||
| | | | | * | | | | | | Hook up new dropdown components | sdtsui | 2017-07-18 | 7 | -184/+157 |
| | | | | | | | | | | | |||||
| | | | | * | | | | | | Remove account options icons | sdtsui | 2017-07-18 | 3 | -177/+0 |
| | | | | | | | | | | | |||||
| | | | | * | | | | | | Remove accounts screen | sdtsui | 2017-07-18 | 4 | -271/+244 |
| | | | | | | | | | | | |||||
| | | | | * | | | | | | Add new tests for dropdown component | sdtsui | 2017-07-18 | 1 | -22/+86 |
| | | | | | | | | | | | |||||
| | | | | * | | | | | | Bump version of menu-droppo to include bugfix | sdtsui | 2017-07-18 | 1 | -1/+1 |
| | | | | | | | | | | | |||||
| | | | | * | | | | | | Fix click handlers on AccountOptionsMenus | sdtsui | 2017-07-18 | 1 | -5/+5 |
| | | | | | | | | | | | |||||
| | | | | * | | | | | | Cleanup | sdtsui | 2017-07-18 | 5 | -33/+108 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix lint error breaking gulp build Add presentational options menus | ||||
| | | | * | | | | | | | Merge pull request #1772 from sdtsui/new-dropdown | kumavis | 2017-07-14 | 3 | -0/+131 |
| | | | |\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Implement NewUI Dropdown Component | ||||
| | | | | * | | | | | | Brighten dropdown menu item\'s text | sdtsui | 2017-07-14 | 1 | -3/+11 |
| | | | | | | | | | | | |||||
| | | | | * | | | | | | Add tests for new dropdown component | sdtsui | 2017-07-13 | 2 | -0/+52 |
| | | | | | | | | | | | |||||
| | | | | * | | | | | | Implement redesigned dropdown | sdtsui | 2017-07-13 | 1 | -0/+71 |
| | | | |/ / / / / / | |||||
| | | | * | | | | | | Merge branch 'master' into NewUI | Dan Finlay | 2017-07-06 | 6 | -9/+17 |
| | | | |\ \ \ \ \ \ | |||||
| | | | * | | | | | | | Make responsive UI more flexy | Dan Finlay | 2017-07-04 | 5 | -12/+12 |
| | | | | | | | | | | | |||||
| | | | * | | | | | | | Add responsive UI dev guide | Dan Finlay | 2017-07-04 | 2 | -0/+12 |
| | | | | | | | | | | | |||||
| | | | * | | | | | | | Get duplicate UI template working | Dan Finlay | 2017-07-04 | 128 | -11/+13683 |
| | | | | | | | | | | | |||||
| | | | * | | | | | | | Make folder for responsive UI | Dan Finlay | 2017-07-04 | 125 | -3/+57 |
| | | | | | | | | | | | |||||
| | | | * | | | | | | | Merge branch 'master' into NewUI | Dan Finlay | 2017-07-04 | 3 | -24/+52 |
| | | | |\ \ \ \ \ \ \ | |||||
| | | | * | | | | | | | | Began creating new UI template | Dan Finlay | 2017-07-04 | 3 | -1/+46 |
| | | | | | | | | | | | | |||||
| | | | | | | | | | | * | Merge branch 'greenkeeper/initial' of github.com:MetaMask/metamask-extension ↵ | kumavis | 2017-08-04 | 1 | -4/+0 |
| | | | | | | | | | | |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | into greenkeeper/initial | ||||
| | | | | | | | | | | | * | README - fix bad merge | kumavis | 2017-08-04 | 1 | -4/+0 |
| | | | | | | | | | | | | | |||||
| | | | | | | | | | | * | | deps - update | kumavis | 2017-08-04 | 1 | -4/+5 |
| | | | | | | | | | | |/ | |||||
| | | | | | | | | | | * | test - dont mix callback and promise | kumavis | 2017-08-04 | 1 | -2/+1 |
| | | | | | | | | | | | | |||||
| | | | | | | | | | | * | Merge branch 'master' of github.com:MetaMask/metamask-extension into ↵ | kumavis | 2017-08-04 | 2 | -2/+5 |
| | | | | | | | | | | |\ | |_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | | | | | | | | | | | | | greenkeeper/initial | ||||
* | | | | | | | | | | | | Merge pull request #1852 from MetaMask/blacklist-refactor2 | Kevin Serrano | 2017-08-04 | 3 | -35/+20 |
|\| | | | | | | | | | | | |_|/ / / / / / / / / |/| | | | | | | | | | | blacklist - use module eth-phishing-detect | ||||
| * | | | | | | | | | | Merge branch 'master' of github.com:MetaMask/metamask-plugin into ↵ | kumavis | 2017-08-04 | 1 | -3/+0 |
| |\ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | blacklist-refactor2 | ||||
* | | | | | | | | | | | Merge pull request #1850 from MetaMask/stack | Kevin Serrano | 2017-08-04 | 1 | -3/+0 |
|\ \ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / / |/| | | | | | | | | | | remove stack from txs | ||||
| * | | | | | | | | | | remove stack from txs | frankiebee | 2017-08-04 | 1 | -3/+0 |
|/ / / / / / / / / / | |||||
| * / / / / / / / / | blacklist - use module eth-phishing-detect | kumavis | 2017-08-04 | 3 | -35/+20 |
|/ / / / / / / / / | |||||
* | | | | | | | | | Merge pull request #1848 from MetaMask/transactionControllerRefractor | kumavis | 2017-08-03 | 6 | -272/+331 |
|\ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|/ / | |/| | | | | | | | Transaction controller refractor part 1: promises for everyone and more tests! | ||||
| * | | | | | | | | remove unused sinon | frankiebee | 2017-08-03 | 1 | -1/+0 |
| | | | | | | | | | |||||
| * | | | | | | | | use async with #publishTransaction | frankiebee | 2017-08-03 | 1 | -2/+2 |
| | | | | | | | | | |||||
| * | | | | | | | | fix test | frankiebee | 2017-08-03 | 1 | -1/+1 |
| | | | | | | | | | |||||
| * | | | | | | | | move newUnapprovedTransaction to transactions.js | frankiebee | 2017-08-03 | 5 | -54/+115 |
| | | | | | | | | | |||||
| * | | | | | | | | lint fixes | frankiebee | 2017-08-02 | 3 | -11/+4 |
| | | | | | | | | | |||||
| * | | | | | | | | Merge branch 'master' into transactionControllerRefractor | frankiebee | 2017-08-02 | 13 | -25/+163 |
| |\ \ \ \ \ \ \ \ | | | |_|_|_|_|/ / | | |/| | | | | | |