Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update new UI links in the old UI s/Beta/New/ | Whymarrh Whitby | 2018-11-21 | 1 | -1/+1 |
| | |||||
* | Merge pull request #5567 from MetaMask/HowardBraham-develop | kumavis | 2018-10-30 | 1 | -4/+12 |
|\ | | | | | Feature: Warn when attempting to send tx with data to non-contract | ||||
| * | old-ui - pending tx - allow undefined values for gas + gasPrice | kumavis | 2018-10-26 | 1 | -2/+8 |
| | | |||||
| * | ui - use variable to clarify result of emptiness check | kumavis | 2018-10-21 | 1 | -2/+4 |
| | | |||||
| * | ganache-core merged my PR, so I changed some comments to clarify that ↵ | Howard Braham | 2018-10-10 | 1 | -1/+1 |
| | | | | | | | | ganache-core v2.2.1 and below will return the non-standard '0x0' | ||||
| * | Bug Fix: #1789 and #4525 eth.getCode() with no contract | Howard Braham | 2018-10-10 | 1 | -1/+1 |
| | | |||||
* | | Add support for RPC endpoints with custom chain IDs (#5134) | HackyMiner | 2018-10-26 | 3 | -12/+26 |
|/ | |||||
* | Update new method namespace from v2 to v3 | bitpshr | 2018-09-14 | 1 | -3/+3 |
| | |||||
* | Implement latest EIP-712 protocol | bitpshr | 2018-09-14 | 2 | -3/+27 |
| | |||||
* | updated docs, small improvement of recent RPC rendering | Evgeniy Filatov | 2018-08-23 | 1 | -1/+2 |
| | |||||
* | backported RPC improvements to oldui | Evgeniy Filatov | 2018-08-23 | 1 | -3/+5 |
| | |||||
* | Merge branch 'develop' into network-remove-provider-engine | Thomas | 2018-08-15 | 1 | -1/+1 |
|\ | | | | | | | Override package-lock and fix merge conflicts | ||||
| * | fix merge conflicts | brunobar79 | 2018-08-08 | 4 | -86/+437 |
| |\ | |||||
| * | | fix linting errors | brunobar79 | 2018-07-27 | 1 | -1/+1 |
| | | | |||||
* | | | Merge branch 'develop' of https://github.com/MetaMask/metamask-extension ↵ | frankiebee | 2018-08-07 | 1 | -4/+4 |
|\ \ \ | | |/ | |/| | | | | into network-remove-provider-engine-tests | ||||
| * | | Show the retry button on latest tx of earliest nonce. | Dan Miller | 2018-08-01 | 1 | -4/+4 |
| | | | |||||
* | | | Merge branch 'develop' into network-remove-provider-engine-tests | Thomas Huang | 2018-08-02 | 4 | -83/+443 |
|\| | | |||||
| * | | Open UI in browser post-new-UI-switch | Whymarrh Whitby | 2018-07-28 | 1 | -0/+1 |
| | | | |||||
| * | | Don't show an additional beta UI notification | Whymarrh Whitby | 2018-07-28 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | When a user has opted-in to the new UI from the announcement, we don't need an additional notification letting the user know that they've switched. | ||||
| * | | Rewrite AccountQrScreen to use flexbox | Whymarrh Whitby | 2018-07-28 | 2 | -82/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | The old QR screen was absolutely positioning everything which broke when the app bar resized for the new UI announcement. This change, while futile*, makes the QR screen less bad. * futile because the old UI is being deprecated | ||||
| * | | Add NewUiAnnouncement component | Whymarrh Whitby | 2018-07-28 | 1 | -2/+2 |
| | | | |||||
| * | | Add banner suggesting new UI | Whymarrh Whitby | 2018-07-28 | 1 | -2/+48 |
| | | | |||||
| * | | Move the old UI's AppBar into its own component | Whymarrh Whitby | 2018-07-28 | 1 | -0/+385 |
| |/ | |||||
| * | earliest tx by submittedTime | Esteban MIno | 2018-07-26 | 1 | -5/+8 |
| | | |||||
| * | only show retry button on earliest pending tx | Esteban MIno | 2018-07-26 | 1 | -1/+7 |
| | | |||||
* | | Merge branch 'develop' of github.com:MetaMask/metamask-extension into ↵ | kumavis | 2018-07-04 | 3 | -4/+4 |
|\| | | | | | | | network-remove-provider-engine | ||||
| * | eslint --fix . | brunobar79 | 2018-07-03 | 3 | -4/+4 |
| | | |||||
* | | Fix notice screen incorrectly disabling Accept button after multiple notices | Alexander Tseung | 2018-07-03 | 1 | -2/+15 |
|/ | |||||
* | Fixed lint error | Koh Wei Jie | 2018-06-28 | 1 | -1/+1 |
| | |||||
* | fixed blank boolean field for typed signing for old UI | Koh Wei Jie | 2018-06-22 | 1 | -1/+5 |
| | |||||
* | Fix account list order for the old UI | Whymarrh Whitby | 2018-06-06 | 1 | -2/+3 |
| | |||||
* | old-ui - ens-input - fix params passed to input | kumavis | 2018-05-22 | 1 | -48/+53 |
| | |||||
* | Update old UI ShapeshiftForm to gracefully handle errors | bitpshr | 2018-04-29 | 1 | -1/+1 |
| | |||||
* | Allow transactions with 0-gwei gas price (#4073) | Paul Bouchon | 2018-04-27 | 1 | -2/+1 |
| | | | | | | * Allow transactions with 0-gwei gas price * Add tests to verify tx with 0 gas fee * Conditionally use CurrencyInput in CurrencyDisplay | ||||
* | Clean up network config | Alexander Tseung | 2018-04-24 | 1 | -2/+2 |
| | |||||
* | Require loglevel singleton in each module that uses it | bitpshr | 2018-04-14 | 3 | -0/+3 |
| | |||||
* | lint - remove use of 'event' global | kumavis | 2018-04-03 | 1 | -2/+2 |
| | |||||
* | old-ui - lint fixes | kumavis | 2018-04-03 | 3 | -3/+1 |
| | |||||
* | Merge branch 'master' into i3686-txparamundefined-sigrequestsintxlist | Dan | 2018-03-30 | 1 | -3/+3 |
|\ | |||||
| * | Increase permitted safe gas limit | Dan Finlay | 2018-03-30 | 1 | -3/+3 |
| | | | | | | | | | | | | | | | | | | | | Block gas limits have been incredibly stable lately: https://etherscan.io/chart/gaslimit And this validation has prevented Aragon's new beta from working: https://twitter.com/izqui9/status/979373309312815104 Fixes #3790 | ||||
* | | Fix display of unapprovedMessages in txList (old and new ui); includes fix ↵ | Dan | 2018-03-28 | 1 | -0/+5 |
|/ | | | | of undefined txParams. | ||||
* | Adds styles for dropped txs in old-ui. | Dan | 2018-03-14 | 1 | -0/+5 |
| | |||||
* | Correctly set latest submitted retry with nonces that matches others in ↵ | Dan | 2018-03-14 | 1 | -1/+1 |
| | | | | old-ui transaction-list-item. | ||||
* | Undefined check in showRetryButton | Dan | 2018-03-14 | 1 | -3/+4 |
| | |||||
* | Use new submittedTime field to correctly show retry button in old and new ui. | Dan | 2018-03-14 | 2 | -4/+10 |
| | |||||
* | Merge branch 'master' into ImportAccountMessageV2 | Thomas Huang | 2018-03-03 | 5 | -51/+107 |
|\ | |||||
| * | Allow adding 0 balance tokens in old ui and editing custom token info in new ↵ | Dan J Miller | 2018-03-03 | 1 | -4/+1 |
| | | | | | | | | | | | | | | | | (#3395) * Shows tokens with 0 balance in old ui; goHome after adding tokens. * Allow users to edit custom token info when not autofilled. (New UI add token screen). | ||||
| * | Add retry transaction back into old ui transaction list item (#3381) | Thomas Huang | 2018-03-03 | 1 | -35/+92 |
| | | | | | | | | | | | | * Add retry transaction back into old ui transaction list item * Update Changelog | ||||
| * | Merge pull request #3339 from danjm/i3336-cancel-button-buy-eth | kumavis | 2018-03-01 | 1 | -1/+1 |
| |\ | | | | | | | [Old-UI] Fix cancel button on buy eth screen. | ||||
| | * | Fix cancel button on buy eth screen. | Dan | 2018-02-28 | 1 | -1/+1 |
| | | | |||||
| * | | Merge pull request #3340 from danjm/i3338-contract-published-terminology | kumavis | 2018-03-01 | 1 | -1/+1 |
| |\ \ | | | | | | | | | [NewUI] Replace 'Contract Published' label with 'Contract Deployment' | ||||
| | * | | Replace 'Contract Published' with 'Contract Deployment' for clearer ↵ | Dan | 2018-02-28 | 1 | -1/+1 |
| | |/ | | | | | | | | | | indication of contract tx state. | ||||
| * | | Merge pull request #3350 from danjm/onclick-undefined-sentry-error | kumavis | 2018-03-01 | 1 | -9/+11 |
| |\ \ | | | | | | | | | [old-ui] Prevent user from switching network in old-ui notification | ||||
| | * | | Prevent user from switching network in old-ui notification | Dan | 2018-03-01 | 1 | -9/+11 |
| | |/ | |||||
| * / | Define event locally in onClickOutside method in account-dropdowns.js | Dan | 2018-03-01 | 1 | -1/+1 |
| |/ | |||||
* / | Change Loose label to Imported | Thomas | 2018-02-28 | 1 | -1/+1 |
|/ | |||||
* | Add 8MM gas limit default to send screen | Dan Finlay | 2018-02-21 | 1 | -1/+2 |
| | |||||
* | Merge pull request #3200 from alextsg/cb-703 | kumavis | 2018-02-17 | 2 | -2/+2 |
|\ | | | | | [NewUI] Remove accessing PropTypes from main React package | ||||
| * | Remove accessing PropTypes from main React package | Alexander Tseung | 2018-02-07 | 2 | -2/+2 |
| | | |||||
* | | Make oldui compatible with newUI style changes | Thomas Huang | 2018-02-16 | 1 | -0/+1 |
|/ | |||||
* | Merge branch 'master' into uat | Thomas | 2018-01-23 | 1 | -1/+11 |
| | |||||
* | Merge branch 'master' into NewUI-flat | Dan | 2017-12-21 | 1 | -1/+11 |
| | |||||
* | Remove inline style. | Dan | 2017-12-13 | 1 | -1/+0 |
| | |||||
* | Make transaction list and item more flexible. | Dan | 2017-12-13 | 2 | -4/+4 |
| | |||||
* | Flex account-data-subsection | Dan | 2017-12-13 | 2 | -1/+1 |
| | |||||
* | Use newui actions in old-ui | Dan | 2017-12-05 | 8 | -7/+9 |
| | |||||
* | Add old-ui directory | Dan | 2017-12-05 | 44 | -0/+4829 |