Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Folder restructure (#6304) | Chi Kei Chan | 2019-03-22 | 1 | -179/+0 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Remove ui/app/keychains/ * Remove ui/app/img/ (unused images) * Move conversion-util to helpers/utils/ * Move token-util to helpers/utils/ * Move /helpers/*.js inside /helpers/utils/ * Move util tests inside /helpers/utils/ * Renameand move confirm-transaction/util.js to helpers/utils/ * Move higher-order-components to helpers/higher-order-components/ * Move infura-conversion.json to helpers/constants/ * Move all utility functions to helpers/utils/ * Move pages directory to top-level * Move all constants to helpers/constants/ * Move metametrics inside helpers/ * Move app and root inside pages/ * Move routes inside helpers/ * Re-organize ducks/ * Move reducers to ducks/ * Move selectors inside selectors/ * Move test out of test folder * Move action, reducer, store inside store/ * Move ui components inside ui/ * Move UI components inside ui/ * Move connected components inside components/app/ * Move i18n-helper inside helpers/ * Fix unit tests * Fix unit test * Move pages components * Rename routes component * Move reducers to ducks/index * Fix bad path in unit test | ||||
* | Use Parity on-chain registry only when is needed (#6052) | Esteban Miño | 2019-01-23 | 1 | -0/+12 |
| | | | | | | * add and use knownMethodData to avoid infura requests * dataMethod to methodData and check empty response | ||||
* | Group transactions by nonce (#5886) | Alexander Tseung | 2018-12-10 | 1 | -4/+12 |
| | |||||
* | Merge branch 'develop' of github.com:MetaMask/metamask-extension into ↵ | kumavis | 2018-10-26 | 1 | -0/+11 |
|\ | | | | | | | HowardBraham-develop | ||||
| * | Fix UnknownFunction showing as Confirm (#5590) | Alexander Tseung | 2018-10-24 | 1 | -0/+11 |
| | | |||||
* | | ui - use variable to clarify result of emptiness check | kumavis | 2018-10-21 | 1 | -1/+3 |
| | | |||||
* | | Merge branch 'develop' into develop | kumavis | 2018-10-21 | 1 | -0/+18 |
|\| | |||||
| * | Add txReceipt data to transaction details (#5513) | Alexander Tseung | 2018-10-16 | 1 | -0/+18 |
| | | |||||
* | | 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 |
|/ | |||||
* | Fix action translations edge cases | Alexander Tseung | 2018-10-06 | 1 | -0/+8 |
| | |||||
* | Translate method names in the transaction list only when applicable | Alexander Tseung | 2018-10-05 | 1 | -2/+0 |
| | |||||
* | Switch existing modals from using Notification to Modal. Remove Notification ↵ | Alexander Tseung | 2018-09-20 | 1 | -1/+6 |
| | | | | component. Add CancelTransaction modal | ||||
* | Fix exception thrown on getTokenData | Alexander Tseung | 2018-09-19 | 1 | -2/+2 |
| | |||||
* | Fix identicon address. Fix styling of New Contract recipient. Fix Activity ↵ | Alexander Tseung | 2018-09-13 | 1 | -1/+1 |
| | | | | Log initial ETH value. Add timestamps to Activity Log events | ||||
* | Add TransactionBreakdown component | Alexander Tseung | 2018-09-13 | 1 | -0/+12 |
| | |||||
* | Fix naming, add eth.getCode check for actions, fix translations for statuses | Alexander Tseung | 2018-08-24 | 1 | -2/+13 |
| | |||||
* | Update retry transaction logic to use network nonce | Alexander Tseung | 2018-08-24 | 1 | -9/+7 |
| | |||||
* | Fix e2e tests | Alexander Tseung | 2018-08-24 | 1 | -0/+5 |
| | |||||
* | Fix integration tests | Alexander Tseung | 2018-08-24 | 1 | -1/+6 |
| | |||||
* | Show token amounts in TransactionListItem for token transfers | Alexander Tseung | 2018-08-24 | 1 | -14/+22 |
| | |||||
* | Add retry button to TransactionListItem | Alexander Tseung | 2018-08-24 | 1 | -0/+21 |
| | |||||
* | Refactor transactions list views. Add redesign components | Alexander Tseung | 2018-08-24 | 1 | -0/+57 |