Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | | | Rename Send to Next | Thomas Huang | 2017-06-28 | 1 | -1/+1 | |
| |/ / / |/| | | | ||||||
* | | | | Change disabling button as state property. | Kevin Serrano | 2017-06-27 | 1 | -5/+4 | |
* | | | | Prevent users from accidentally submitting two transactions by disabling button. | Kevin Serrano | 2017-06-27 | 1 | -0/+3 | |
|/ / / | ||||||
* | | | Merge pull request #1603 from MetaMask/AddTokenList | Kevin Serrano | 2017-06-23 | 13 | -33/+374 | |
|\ \ \ | ||||||
| * | | | Add better event lifecycle management to token list. | Dan Finlay | 2017-06-20 | 1 | -4/+18 | |
| | |/ | |/| | ||||||
| * | | Merge remote-tracking branch 'origin/master' into AddTokenList | Dan Finlay | 2017-06-16 | 2 | -15/+10 | |
| |\ \ | | |/ | |/| | ||||||
| * | | Hide message on normal loading | Dan Finlay | 2017-06-15 | 1 | -1/+3 | |
| * | | Multiple loading style improvements | Dan Finlay | 2017-06-15 | 2 | -8/+16 | |
| * | | Remove excessive log | Dan Finlay | 2017-06-15 | 1 | -1/+0 | |
| * | | Add no tokens message | Dan Finlay | 2017-06-15 | 1 | -9/+13 | |
| * | | Vertically center loading indication | Dan Finlay | 2017-06-15 | 1 | -2/+10 | |
| * | | Refresh token balance on network change | Dan Finlay | 2017-06-15 | 1 | -5/+22 | |
| * | | Persist selected account tab | Dan Finlay | 2017-06-15 | 3 | -12/+41 | |
| * | | Rename history to sent | Dan Finlay | 2017-06-14 | 1 | -1/+1 | |
| * | | Auto populate token list with popular token balances | Dan Finlay | 2017-06-14 | 7 | -32/+68 | |
| * | | Merge branch 'master' into AddTokenList | Dan Finlay | 2017-06-13 | 41 | -6195/+1018 | |
| |\ \ | ||||||
| * | | | Add placeholder etherscan token icons | Dan Finlay | 2017-04-25 | 3 | -3/+35 | |
| * | | | Get token list looking ok | Dan Finlay | 2017-04-22 | 5 | -12/+136 | |
| * | | | Add functional but ugly and hard-coded token list | Dan Finlay | 2017-04-21 | 5 | -14/+109 | |
* | | | | Merge pull request #1655 from MetaMask/fix-malito | Thomas Huang | 2017-06-22 | 1 | -5/+1 | |
|\ \ \ \ | ||||||
| * | | | | Fix broken malito link. | Kevin Serrano | 2017-06-22 | 1 | -5/+1 | |
| | |_|/ | |/| | | ||||||
* / | | | Make seed confirmation wording scarier | Dan Finlay | 2017-06-21 | 1 | -1/+1 | |
|/ / / | ||||||
* | | | Add a new warning for file import JSON | Kevin Serrano | 2017-06-15 | 1 | -0/+3 | |
* | | | Merge pull request #1600 from MetaMask/i1554-ensSymFix | Kevin Serrano | 2017-06-14 | 1 | -15/+7 | |
|\ \ \ | |_|/ |/| | | ||||||
| * | | Cleanup zero addresses. | Kevin Serrano | 2017-06-14 | 1 | -5/+6 | |
| * | | Fix check icon appearing in inappropriate situations. | Kevin Serrano | 2017-06-13 | 1 | -13/+4 | |
* | | | only prefix ethereum address | frankiebee | 2017-06-13 | 1 | -5/+6 | |
* | | | prefix the address with "ethereum:" | frankiebee | 2017-06-13 | 1 | -2/+1 | |
|/ / | ||||||
* | | Merge pull request #1574 from MetaMask/internfix | Dan Finlay | 2017-06-13 | 1 | -1/+1 | |
|\ \ | ||||||
| * | | Modify wording to new accept. | Kevin Serrano | 2017-06-10 | 1 | -1/+1 | |
| * | | Merge branch 'master' of github.com:nihar97/metamask-plugin into internfix | Kevin Serrano | 2017-06-09 | 1 | -1/+1 | |
| |\ \ | ||||||
| | * | | continue button changed to agree | Nihar | 2017-05-17 | 1 | -1/+1 | |
* | | | | Merge pull request #1570 from MetaMask/addfaq | Dan Finlay | 2017-06-13 | 2 | -11/+10 | |
|\ \ \ \ | ||||||
| * | | | | Modify FAQ to be more visible. | Kevin Serrano | 2017-06-09 | 2 | -11/+10 | |
| |/ / / | ||||||
* | | | | Merge branch 'master' into gasupdater | Dan Finlay | 2017-06-13 | 5 | -13/+89 | |
|\| | | | ||||||
| * | | | Fix bug that prevented publishing contracts | Dan Finlay | 2017-06-06 | 1 | -1/+1 | |
| * | | | Merge pull request #1545 from MetaMask/inValidAddressFix | kumavis | 2017-06-06 | 4 | -3/+20 | |
| |\ \ \ | ||||||
| | * | | | Fix for quick switch on ENS names | frankiebee | 2017-06-06 | 1 | -0/+2 | |
| | * | | | set the ensResolution to an invalid address if an error ocurs durring look up | frankiebee | 2017-06-06 | 1 | -0/+1 | |
| | * | | | Fix linting error | frankiebee | 2017-06-06 | 2 | -2/+1 | |
| | * | | | move address check to util.isValidAddress | frankiebee | 2017-06-06 | 3 | -3/+4 | |
| | * | | | Fix punctuation | frankiebee | 2017-06-06 | 1 | -1/+1 | |
| | * | | | Dissallow transactions to be sent to 0x0000000000000000000000000000000000000000 | frankiebee | 2017-06-06 | 4 | -2/+16 | |
| * | | | | Remove dead style code | Dan Finlay | 2017-06-05 | 1 | -3/+0 | |
| * | | | | Move address copying into reusable component | Dan Finlay | 2017-06-05 | 2 | -20/+54 | |
| * | | | | Add copy links to mini tx panels | Dan Finlay | 2017-06-05 | 1 | -10/+38 | |
| |/ / / | ||||||
* / / / | Update gasblocklimit params with every block. | Kevin Serrano | 2017-06-03 | 2 | -3/+12 | |
|/ / / | ||||||
* | | | remove more in operators | Dan Finlay | 2017-05-27 | 1 | -1/+1 | |
* | | | Remove comment | Dan Finlay | 2017-05-27 | 1 | -1/+0 | |
* | | | Fix contract map reference | Dan Finlay | 2017-05-27 | 1 | -1/+1 | |
* | | | Move off in operator | Dan Finlay | 2017-05-27 | 1 | -1/+1 | |
* | | | Add names to contract map & conf view | Dan Finlay | 2017-05-27 | 1 | -3/+8 | |
* | | | Move to eth-contract-metadata | Dan Finlay | 2017-05-27 | 1 | -3/+4 | |
* | | | Add address image map to icon factory | Dan Finlay | 2017-05-26 | 1 | -18/+21 | |
* | | | Add max gas limit to UI | Kevin Serrano | 2017-05-25 | 1 | -0/+2 | |
* | | | Minor cleanup of lint | Kevin Serrano | 2017-05-25 | 1 | -1/+0 | |
* | | | Minor cleanup | Kevin Serrano | 2017-05-25 | 1 | -2/+2 | |
* | | | Fix bug where submit was enabled when invalid params were filled out. | Kevin Serrano | 2017-05-25 | 2 | -5/+11 | |
* | | | Cleanup code. | Kevin Serrano | 2017-05-25 | 1 | -7/+15 | |
* | | | Fix test, create new value for precision/scale | Kevin Serrano | 2017-05-24 | 2 | -3/+5 | |
* | | | Merge branch 'master' into i1412-decimalizethegas | Kevin Serrano | 2017-05-24 | 3 | -6/+31 | |
|\ \ \ | ||||||
| * | | | Tolerate nonces of any format | Dan Finlay | 2017-05-23 | 1 | -2/+2 | |
| * | | | Render txs with no nonce | Dan Finlay | 2017-05-23 | 1 | -1/+1 | |
| * | | | Lint | Dan Finlay | 2017-05-22 | 2 | -6/+3 | |
| * | | | Label the pending tx icon with a tooltip | Dan Finlay | 2017-05-22 | 1 | -5/+12 | |
| * | | | Add transaction number (nonce) to tx list | Dan Finlay | 2017-05-22 | 1 | -0/+21 | |
| * | | | Fix decimal tolerance | Dan Finlay | 2017-05-18 | 1 | -1/+1 | |
| * | | | Fix bug where decimals in gas inputs gave strange results | Dan Finlay | 2017-05-18 | 1 | -1/+1 | |
* | | | | Increase accuracy of our rounding schemes. | Kevin Serrano | 2017-05-24 | 1 | -3/+26 | |
* | | | | Modify test, replace clone package. | Kevin Serrano | 2017-05-18 | 1 | -7/+4 | |
* | | | | Merge branch 'master' into i1412-decimalizethegas | Kevin Serrano | 2017-05-18 | 1 | -1/+1 | |
|\| | | | ||||||
| * | | | Fix bug where edited gas parameters did not take effect | Dan Finlay | 2017-05-17 | 1 | -1/+1 | |
| |/ / | ||||||
* | | | Fix merge conflicts. | Kevin Serrano | 2017-05-17 | 17 | -92/+141 | |
|\| | | ||||||
| * | | Fix fiat rendering | Dan Finlay | 2017-05-17 | 10 | -18/+35 | |
| * | | Merge pull request #1430 from MetaMask/i1407-FixNonEditingTxForm | kumavis | 2017-05-16 | 13 | -79/+111 | |
| |\ \ | ||||||
| | * | | lint - mandatory dangle | kumavis | 2017-05-16 | 1 | -1/+1 | |
| | * | | ui - send - clean props assignment | kumavis | 2017-05-16 | 1 | -8/+10 | |
| | * | | Merge branch 'master' into i1407-FixNonEditingTxForm | Dan Finlay | 2017-05-16 | 1 | -5730/+207 | |
| | |\ \ | ||||||
| | * | | | Linted | Dan Finlay | 2017-05-16 | 2 | -5/+6 | |
| | * | | | Verify updating gas value updates | Dan Finlay | 2017-05-16 | 1 | -2/+0 | |
| | * | | | Got test failing nearly correctly | Dan Finlay | 2017-05-16 | 1 | -1/+12 | |
| | * | | | Skip jazzicons in unit tests | Dan Finlay | 2017-05-16 | 1 | -4/+9 | |
| | * | | | Remove redux dependency from eth-balance and its dependent tree | Dan Finlay | 2017-05-13 | 11 | -35/+49 | |
| | * | | | Break up pending-tx component for better unit testability | Dan Finlay | 2017-05-11 | 1 | -38/+39 | |
| * | | | | Remove all traces of testnet | Thomas Huang | 2017-05-16 | 4 | -4/+4 | |
| * | | | | Change default network to rinkeby | Thomas Huang | 2017-05-16 | 3 | -7/+7 | |
| | |/ / | |/| | | ||||||
* | | | | Fix reset button. | Kevin Serrano | 2017-05-17 | 2 | -8/+10 | |
* | | | | Complete transition into BN. | Kevin Serrano | 2017-05-17 | 2 | -13/+157 | |
|/ / / | ||||||
* | | | Prettify JSON | Kevin Serrano | 2017-05-12 | 1 | -1/+207 | |
* | | | Trim currency list. | Kevin Serrano | 2017-05-12 | 1 | -5730/+1 | |
|/ / | ||||||
* | | ens - add mainnet ens support | kumavis | 2017-05-10 | 1 | -7/+9 | |
* | | Redefine txmeta when submitting. | Kevin Serrano | 2017-05-09 | 1 | -1/+1 | |
* | | Merge branch 'i1381-GasPriceInGwei' of github.com:MetaMask/metamask-plugin in... | Kevin Serrano | 2017-05-09 | 3 | -7/+16 | |
|\ \ | ||||||
| * | | Cleanup | Dan Finlay | 2017-05-09 | 1 | -2/+2 | |
| * | | Input gas in gwei | Dan Finlay | 2017-05-08 | 1 | -7/+14 | |
| * | | Fix ens iterated element without key error | Dan Finlay | 2017-05-08 | 1 | -0/+1 | |
| * | | allow copy(logState()) to copy to clipboard | Dan Finlay | 2017-05-08 | 1 | -0/+1 | |
* | | | ui - remove web3, use eth-query | kumavis | 2017-05-09 | 2 | -2/+2 | |
* | | | Fox watches over us again. | Kevin Serrano | 2017-05-03 | 1 | -6/+6 | |
|/ / | ||||||
* | | Adjust fox look height | Dan Finlay | 2017-05-01 | 1 | -1/+1 | |
* | | Make fox look away while typing password | Dan Finlay | 2017-05-01 | 1 | -6/+6 | |
* | | Merge branch 'master' into rinkeby | Dan Finlay | 2017-04-28 | 9 | -16/+12 | |
|\ \ | ||||||
| * | | Fix linting warnings | Thomas Huang | 2017-04-27 | 9 | -16/+12 | |
* | | | Linting. | Kevin Serrano | 2017-04-26 | 2 | -2/+2 | |
* | | | Add missing changes. Create unique style for rinkeby icon. | Kevin Serrano | 2017-04-26 | 7 | -4/+20 | |
* | | | change network name to rinkeby when selected | Nickyg | 2017-04-26 | 1 | -1/+10 | |
* | | | add rinkeby network | Nickyg | 2017-04-26 | 4 | -1/+21 | |
|/ / | ||||||
* | | fix spelling | frankiebee | 2017-04-25 | 2 | -4/+4 | |
* | | Css fixes | frankiebee | 2017-04-24 | 2 | -7/+9 | |
* | | make buy button green | frankiebee | 2017-04-24 | 1 | -1/+1 | |
* | | Fix issue where stopPropagation didnt stop submitting the tx when clicking bu... | frankiebee | 2017-04-24 | 1 | -1/+1 | |
* | | remove updateCoinBaseAmount action | Jared Pereira | 2017-04-24 | 3 | -25/+0 | |
* | | remove updateBuyAddress action | Jared Pereira | 2017-04-24 | 4 | -29/+1 | |
* | | remove case buyForm | Jared Pereira | 2017-04-23 | 1 | -3/+0 | |
* | | remove buyButtonDeligator function | Jared Pereira | 2017-04-23 | 1 | -12/+0 | |
* | | remove extra buyAddress in state | Jared Pereira | 2017-04-23 | 1 | -1/+0 | |
* | | Initial redo attempt of the buy view to look like vladt's desighn | frankiebee | 2017-04-19 | 6 | -195/+173 | |
* | | Create a custom radio list component | frankiebee | 2017-04-19 | 1 | -0/+61 | |
|/ | ||||||
* | Fix account detail transition fix. | Kevin Serrano | 2017-04-06 | 2 | -2/+2 | |
* | clean - remove unused extension ref | kumavis | 2017-04-05 | 1 | -3/+2 | |
* | add platforms to mascara + move buyEther window open to ui | kumavis | 2017-04-05 | 3 | -10/+13 | |
* | Merge branch 'master' into mascara | frankiebee | 2017-04-03 | 7 | -63/+52 | |
|\ | ||||||
| * | ui - use global.platform for extension interaction | kumavis | 2017-04-01 | 4 | -22/+13 | |
| * | ui - move popup auto-close after tx conf to ui entrypoint | kumavis | 2017-04-01 | 1 | -5/+4 | |
| * | ui - startPopup returns store after boot | kumavis | 2017-04-01 | 2 | -10/+14 | |
| * | ui - reducer - app - code cleanup | kumavis | 2017-04-01 | 1 | -27/+20 | |
| * | etc - fix notification-manager ref, remove duplicated test file | kumavis | 2017-03-31 | 1 | -2/+4 | |
| * | introduce platform api and rename notifications to notification-manager | kumavis | 2017-03-31 | 1 | -1/+1 | |
| * | extension - prefer extensionizer module | kumavis | 2017-03-31 | 5 | -5/+5 | |
* | | Merge branch 'master' into mascara | frankiebee | 2017-04-03 | 2 | -4/+8 | |
|\| | ||||||
| * | Fix potential formatting issues for seed word display. | Kevin Serrano | 2017-03-29 | 2 | -4/+8 | |
* | | Merge branch 'master' into mascara | frankiebee | 2017-03-29 | 16 | -523/+536 | |
|\| | ||||||
| * | Merge pull request #1268 from MetaMask/kovan-faucet-instructions | Dan Finlay | 2017-03-29 | 1 | -2/+9 | |
| |\ | ||||||
| | * | Merge branch 'master' into kovan-faucet-instructions | Dan Finlay | 2017-03-29 | 6 | -131/+47 | |
| | |\ | ||||||
| | * \ | Merge branch 'master' into kovan-faucet-instructions | Kevin Serrano | 2017-03-28 | 1 | -0/+3 | |
| | |\ \ | ||||||
| | * | | | Add link to kovan faucet instructions. | Kevin Serrano | 2017-03-28 | 1 | -2/+9 | |
| * | | | | Merge pull request #1273 from MetaMask/i1267-seedfix | Dan Finlay | 2017-03-29 | 3 | -32/+5 | |
| |\ \ \ \ | | |_|_|/ | |/| | | | ||||||
| | * | | | Assure that seed words are placed into state tree upon request. | Kevin Serrano | 2017-03-28 | 3 | -32/+5 | |
| | | |/ | | |/| | ||||||
| * | | | Merge pull request #1272 from MetaMask/hideseedwordsfromlogstate | Dan Finlay | 2017-03-29 | 1 | -1/+5 | |
| |\ \ \ | ||||||
| | * | | | Remove seedWords from UI state dump. | Kevin Serrano | 2017-03-28 | 1 | -1/+5 | |
| | |/ / | ||||||
| * | | | Filter txs by txMeta network value in account detail | kumavis | 2017-03-29 | 2 | -3/+3 | |
| * | | | Detect tx network from txMeta | Dan Finlay | 2017-03-29 | 1 | -1/+1 | |
| * | | | Improve UI gas calculation logic | Dan Finlay | 2017-03-29 | 3 | -127/+39 | |
| |/ / | ||||||
| * / | Fix edge case where notice does not require scrollbar. | Kevin Serrano | 2017-03-28 | 1 | -0/+3 | |
| |/ | ||||||
| * | Merge branch 'ropsten-fix-2' of github.com:MetaMask/metamask-plugin into rops... | kumavis | 2017-03-28 | 1 | -1/+1 | |
| |\ | ||||||
| | * | block explorer - ropsten | kumavis | 2017-03-28 | 1 | -1/+1 | |
| * | | block explorer - account link - ropsten | kumavis | 2017-03-28 | 1 | -1/+1 | |
| |/ | ||||||
| * | Merge branch 'master' into kovan-notice | Dan Finlay | 2017-03-25 | 8 | -452/+563 | |
| |\ | ||||||
| | * | Add personalMessages to function to calculate pending tx index. | Kevin Serrano | 2017-03-25 | 1 | -1/+2 | |
| | * | Fix tx selecting bug | Dan Finlay | 2017-03-25 | 2 | -2/+3 | |
| | * | Remove goHome action causing erratic UI behavior. | Kevin Serrano | 2017-03-25 | 1 | -1/+0 | |
| | * | Remove unnecessary log | Dan Finlay | 2017-03-25 | 1 | -2/+0 | |
| | * | Disable accept button when gas limit is too low | Dan Finlay | 2017-03-25 | 1 | -8/+5 | |
| | * | Make gas calculations on render more consistent | Dan Finlay | 2017-03-24 | 1 | -10/+16 | |
| | * | Fix initial tx fee estimation | Dan Finlay | 2017-03-24 | 2 | -4/+5 | |
| | * | Fix a couple things | Dan Finlay | 2017-03-24 | 2 | -15/+42 | |
| | * | Make reset button clear errors | Dan Finlay | 2017-03-24 | 1 | -0/+1 | |
| | * | Fix initial gas price estimate | Dan Finlay | 2017-03-24 | 1 | -4/+5 | |
| | * | Prevent default for reset and reject buttons | Dan Finlay | 2017-03-24 | 2 | -1/+3 | |
| | * | Override browser default validation message | Dan Finlay | 2017-03-24 | 1 | -0/+1 | |
| | * | Fix some broken refs | Dan Finlay | 2017-03-24 | 1 | -2/+2 | |
| | * | Merge branch 'i1234-HardGasLimits-BrowserForm' of github.com:MetaMask/metamas... | Dan Finlay | 2017-03-24 | 13 | -12/+47 | |
| | |\ | ||||||
| | | * | Merge branch 'master' into i1234-HardGasLimits-BrowserForm | Kevin Serrano | 2017-03-24 | 1 | -1/+1 | |
| | | |\ | ||||||
| | | * \ | Merge branch 'master' into i1234-HardGasLimits-BrowserForm | Dan Finlay | 2017-03-23 | 10 | -8/+41 | |
| | | |\ \ | ||||||
| | | * \ \ | Merge branch 'master' into i1234-HardGasLimits-BrowserForm | Kevin Serrano | 2017-03-23 | 2 | -3/+5 | |
| | | |\ \ \ | ||||||
| | * | | | | | Combine pending-tx-details component into pending-tx-details | Dan Finlay | 2017-03-24 | 2 | -370/+346 | |
| | |/ / / / | ||||||
| | * | | | | Merge branch 'master' into i1234-HardGasLimits-BrowserForm | Dan Finlay | 2017-03-23 | 3 | -46/+75 | |
| | |\ \ \ \ | ||||||
| | * | | | | | Got basic validations working | Dan Finlay | 2017-03-23 | 5 | -108/+199 | |
| | * | | | | | Some progress | Dan Finlay | 2017-03-23 | 2 | -7/+16 | |
| * | | | | | | Reset disabled state for confirm button after every notice. | Kevin Serrano | 2017-03-23 | 1 | -1/+4 | |
| | |_|_|/ / | |/| | | | | ||||||
* | | | | | | Merge branch 'master' into mascara | frankiebee | 2017-03-24 | 20 | -89/+218 | |
|\ \ \ \ \ \ | | |_|_|_|/ | |/| | | | | ||||||
| * | | | | | Enable etherscan linking on Kovan transaction list items. | Kevin Serrano | 2017-03-23 | 1 | -1/+1 | |
| |/ / / / | ||||||
| * | | | | Merge branch 'master' into i238-kovan | Kevin Serrano | 2017-03-23 | 3 | -4/+3 | |
| |\ \ \ \ | ||||||
| | * \ \ \ | Merge branch 'master' into hide-password | Kevin Serrano | 2017-03-23 | 2 | -4/+2 | |
| | |\ \ \ \ | ||||||
| | | * \ \ \ | Merge branch 'master' into i1193-errorstylefix | Dan Finlay | 2017-03-23 | 2 | -3/+5 | |
| | | |\ \ \ \ | | | | | |_|/ | | | | |/| | | ||||||
| | | * | | | | Fix styling of error message. | Kevin Serrano | 2017-03-23 | 2 | -4/+2 | |
| | | | |_|/ | | | |/| | | ||||||
| | * | | | | Merge branch 'master' into hide-password | Kevin Serrano | 2017-03-23 | 2 | -3/+5 | |
| | |\ \ \ \ | | | | |/ / | | | |/| | | ||||||
| | * | | | | Hide the password in the private key retrieval screen. | Kevin Serrano | 2017-03-23 | 1 | -0/+1 | |
| | | |/ / | | |/| | | ||||||
| * | | | | Merge branch 'master' into i238-kovan | Dan Finlay | 2017-03-23 | 2 | -3/+5 | |
| |\ \ \ \ | | | |/ / | | |/| | | ||||||
| | * | | | Merge branch 'master' into i1033-spinnerfix | kumavis | 2017-03-23 | 3 | -45/+74 | |
| | |\| | | ||||||
| | * | | | Add one more loading indication. | Kevin Serrano | 2017-03-23 | 1 | -0/+1 | |
| | * | | | Uncomment lines relating to showing indicator. | Kevin Serrano | 2017-03-22 | 1 | -2/+2 | |
| | * | | | Remove redundant removal of loading indicator. Integrate loading indicator di... | Kevin Serrano | 2017-03-22 | 2 | -5/+3 | |
| | * | | | Add action to hide loading indication on an incorrect pw. | Kevin Serrano | 2017-03-21 | 1 | -2/+5 | |
| | | |/ | | |/| | ||||||
| * | | | Add Kovan test network to our application. | Kevin Serrano | 2017-03-23 | 1 | -0/+9 | |
| * | | | Add kovan to drop-menu-item | Kevin Serrano | 2017-03-23 | 1 | -1/+4 | |
| * | | | Add conditional kovan to current network component. | Kevin Serrano | 2017-03-23 | 1 | -0/+12 | |
| * | | | Add kovan conditional to config screen. | Kevin Serrano | 2017-03-23 | 1 | -0/+5 | |
| * | | | Add conditional kovan logic to etherscan link generators. | Kevin Serrano | 2017-03-23 | 2 | -2/+7 | |
| * | | | Modify css rule for unused hollow diamond. | Kevin Serrano | 2017-03-23 | 1 | -1/+1 | |
| | |/ | |/| | ||||||
| * | | Adjust private key confirmation style and logic. | Kevin Serrano | 2017-03-21 | 3 | -46/+75 | |
| |/ | ||||||
| * | Improve personal_sign style | Dan Finlay | 2017-03-17 | 2 | -11/+23 | |
| * | Merge branch 'master' into i1165-predictive | Kevin Serrano | 2017-03-15 | 4 | -16/+13 | |
| |\ | ||||||
| | * | Merge branch 'master' into i1211-currencyretention | Kevin Serrano | 2017-03-15 | 1 | -1/+5 | |
| | |\ | ||||||
| | * | | Rename variables to proper currency state variables. | Kevin Serrano | 2017-03-15 | 4 | -16/+13 | |
| * | | | Merge branch 'i1165-predictive' of github.com:MetaMask/metamask-plugin into i... | Kevin Serrano | 2017-03-15 | 1 | -1/+5 | |
| |\ \ \ | ||||||
| | * \ \ | Merge branch 'master' into i1165-predictive | kumavis | 2017-03-15 | 1 | -1/+5 | |
| | |\ \ \ | | | | |/ | | | |/| | ||||||
| | | * | | Render config screen from unlock. | Kevin Serrano | 2017-03-14 | 1 | -0/+4 | |
| | | * | | Display Custom RPC on lock screen. | Kevin Serrano | 2017-03-14 | 1 | -1/+1 | |
| | | |/ | ||||||
| * | / | Minor change in removing opts object. | Kevin Serrano | 2017-03-15 | 1 | -4/+1 | |
| |/ / | ||||||
| * | | Add comments. | Kevin Serrano | 2017-03-11 | 2 | -0/+6 | |
| * | | Allow for adding recently used addresses to address book. | Kevin Serrano | 2017-03-10 | 3 | -4/+36 | |
| * | | Create persistence address book. | Kevin Serrano | 2017-03-10 | 1 | -0/+1 | |
| * | | Create distinct labels and names for addresses. | Kevin Serrano | 2017-03-10 | 1 | -1/+5 | |
| * | | Display owned addresses in datalist. | Kevin Serrano | 2017-03-10 | 2 | -0/+12 | |
| |/ | ||||||
* | | WIP: indexdb is at an err state "provider is undefined" | frankiebee | 2017-03-24 | 1 | -1/+0 | |
* | | WIP: streams->indexdb | frankiebee | 2017-03-24 | 1 | -1/+1 | |
|/ | ||||||
* | Add ENS click to copy | Dan Finlay | 2017-03-09 | 1 | -9/+8 | |
* | Get basic ENS working | Dan Finlay | 2017-03-09 | 11 | -59/+188 | |
|\ | ||||||
| * | Add more informative message | Kevin Serrano | 2017-03-09 | 1 | -0/+6 | |
| * | Fix typo, switch to log.error | Kevin Serrano | 2017-03-09 | 1 | -3/+3 | |
| * | Remove unneeded setrpc method. | Kevin Serrano | 2017-03-09 | 1 | -20/+8 | |
| * | Nodeify and promisify calls to background. | Kevin Serrano | 2017-03-09 | 1 | -9/+25 | |
| * | Refactor of code into separate reducers and actions. | Kevin Serrano | 2017-03-08 | 2 | -21/+10 | |
| * | Merge branch 'master' into i1144-moarrpc | Kevin Serrano | 2017-03-08 | 5 | -41/+93 | |
| |\ | ||||||
| | * | Remove log | Dan Finlay | 2017-03-07 | 1 | -1/+0 | |
| | * | Render personal_sign messages as utf-8 text | Dan Finlay | 2017-03-07 | 2 | -12/+46 | |
| | * | Prevent submission of invalid gas parameters. | Kevin Serrano | 2017-03-02 | 2 | -3/+26 | |
| | * | Various improvements to gas input. | Kevin Serrano | 2017-03-02 | 3 | -27/+22 | |
| | * | Only allow numbers in gas inputs | Dan Finlay | 2017-03-02 | 1 | -0/+1 | |
| * | | Break out rpc update and rpclist into two reducers. | Kevin Serrano | 2017-03-08 | 3 | -11/+31 | |
| * | | More conflict resolution. | Kevin Serrano | 2017-03-02 | 2 | -2/+10 | |
| |\ \ | ||||||
| | * \ | Merge branch 'master' into i1144-moarrpc | Dan Finlay | 2017-02-28 | 10 | -87/+263 | |
| | |\ \ | ||||||
| | * | | | Concatenate custom RPC labels that are too long | Dan Finlay | 2017-02-28 | 1 | -1/+9 | |
| * | | | | Fix merge conflicts. | Kevin Serrano | 2017-03-02 | 14 | -180/+534 | |
| |\ \ \ \ | | |/ / / | |/| | / | | | |/ | | |/| | ||||||
| * | | | Tested against code to play nice with unit tests. | Kevin Serrano | 2017-02-24 | 3 | -8/+17 | |
| * | | | Make the UI play nice with empty RPC lists. | Kevin Serrano | 2017-02-23 | 1 | -1/+1 | |
| * | | | Linto | Kevin Serrano | 2017-02-23 | 1 | -1/+1 | |
| * | | | Implemented functionality for displaying recent custom RPCs | Kevin Serrano | 2017-02-23 | 2 | -2/+26 | |
| * | | | Connect to actions. | Kevin Serrano | 2017-02-22 | 2 | -0/+2 | |
* | | | | Add ens recognition to send form input | Dan Finlay | 2017-03-01 | 2 | -5/+143 | |
* | | | | Fix loading indication for conf-tx view | Dan Finlay | 2017-03-01 | 1 | -1/+1 | |
| |/ / |/| | | ||||||
* | | | Add reset button to reset gas fields. | Kevin Serrano | 2017-03-01 | 2 | -4/+20 | |
* | | | Merge branch 'i765-gaslimits' of github.com:MetaMask/metamask-plugin into i76... | Dan Finlay | 2017-03-01 | 1 | -2/+12 | |
|\ \ \ | ||||||
| * \ \ | Merge branch 'i765-gaslimits' of github.com:MetaMask/metamask-plugin into i76... | Kevin Serrano | 2017-03-01 | 2 | -3/+3 | |
| |\ \ \ | ||||||
| * | | | | Gas and Gaslimit revert to default if set to 0 | Kevin Serrano | 2017-03-01 | 1 | -2/+12 | |
* | | | | | Add a couple more debug logs | Dan Finlay | 2017-03-01 | 1 | -0/+1 | |
| |/ / / |/| | | | ||||||
* | | | | Merge branch 'i765-gaslimits' of github.com:MetaMask/metamask-plugin into i76... | Dan Finlay | 2017-03-01 | 1 | -18/+4 | |
|\| | | | ||||||
| * | | | lints | Kevin Serrano | 2017-03-01 | 1 | -3/+0 | |
| * | | | Remove advanced options for now. | Kevin Serrano | 2017-03-01 | 1 | -15/+4 | |
* | | | | Use correct action to update and submit tx | Dan Finlay | 2017-03-01 | 2 | -3/+3 | |
|/ / / | ||||||
* | | | Merge branch 'i765-gaslimits' of github.com:MetaMask/metamask-plugin into i76... | Dan Finlay | 2017-03-01 | 1 | -0/+2 | |
|\ \ \ | ||||||
| * | | | lint | Kevin Serrano | 2017-03-01 | 1 | -2/+4 | |
* | | | | Linted | Dan Finlay | 2017-03-01 | 2 | -4/+2 | |
* | | | | Merge branch 'i765-gaslimits' of github.com:MetaMask/metamask-plugin into i76... | Dan Finlay | 2017-03-01 | 2 | -4/+17 | |
|\| | | | ||||||
| * | | | Hide gas options behind an advanced options checkbox. | Kevin Serrano | 2017-03-01 | 1 | -4/+16 | |
| * | | | Merge branch 'i765-gaslimits' of github.com:MetaMask/metamask-plugin into i76... | Kevin Serrano | 2017-03-01 | 1 | -1/+1 | |
| |\ \ \ | ||||||
| * \ \ \ | Merge branch 'i765-gaslimits' of github.com:MetaMask/metamask-plugin into i76... | Kevin Serrano | 2017-03-01 | 2 | -2/+3 | |
| |\ \ \ \ | ||||||
| * \ \ \ \ | Merge branch 'i765-gaslimits' of github.com:MetaMask/metamask-plugin into i76... | Kevin Serrano | 2017-03-01 | 2 | -30/+39 | |
| |\ \ \ \ \ | ||||||
| * | | | | | | Add margins to align. | Kevin Serrano | 2017-03-01 | 1 | -0/+1 |