| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'master' into display_network | Dan Finlay | 2016-06-04 | 3 | -16/+40 |
|\ |
|
| * | Merge pull request #241 from MetaMask/i236 | kumavis | 2016-06-03 | 1 | -16/+22 |
| |\ |
|
| | * | fix illegal return statement :( | kumavis | 2016-06-03 | 1 | -16/+22 |
| * | | Merge pull request #240 from MetaMask/RecoverSeed | kumavis | 2016-06-03 | 2 | -5/+14 |
| |\ \
| | |/
| |/| |
|
| | * | Add login check | Dan Finlay | 2016-06-03 | 1 | -1/+1 |
| | * | Added seed word recovery to config screen | Dan Finlay | 2016-06-03 | 2 | -5/+14 |
| * | | hotfix for #236 - chrome notif api not avail | kumavis | 2016-06-03 | 1 | -0/+9 |
| |/ |
|
* | | Blockchain status now updates on availability change | Dan Finlay | 2016-06-04 | 2 | -14/+21 |
* | | Add network loading indication | Dan Finlay | 2016-06-04 | 1 | -0/+6 |
|/ |
|
* | idStore - track network failure | kumavis | 2016-05-31 | 1 | -1/+4 |
* | background + notifications - add origin to message signatures | kumavis | 2016-05-26 | 2 | -1/+2 |
* | Merge pull request #219 from MetaMask/i218 | Dan Finlay | 2016-05-26 | 2 | -14/+35 |
|\ |
|
| * | notifications - show tx origin | kumavis | 2016-05-26 | 1 | -0/+1 |
| * | background - append origin to rpc payload and sig request | kumavis | 2016-05-26 | 1 | -14/+34 |
* | | notifications - remove timeout for signature requests | kumavis | 2016-05-26 | 1 | -0/+2 |
|/ |
|
* | signTx+Msg - show Account Unlock Request when locked | kumavis | 2016-05-25 | 2 | -2/+41 |
* | multiplex - rename control to autoreload | kumavis | 2016-05-23 | 2 | -6/+6 |
* | deps - use web3-stream-provider module | kumavis | 2016-05-23 | 4 | -96/+14 |
* | inpage - refactor for modularity | kumavis | 2016-05-23 | 4 | -143/+196 |
* | Added ability to nickname wallets locally | Dan Finlay | 2016-05-21 | 3 | -2/+31 |
* | Add ability to add account to vault | Dan Finlay | 2016-05-21 | 2 | -0/+16 |
* | Corrected config path | Dan Finlay | 2016-05-20 | 1 | -1/+1 |
* | sync rpc fix | kumavis | 2016-05-20 | 3 | -14/+44 |
* | Merge branch 'master' into eyeballs | kumavis | 2016-05-14 | 1 | -2/+2 |
|\ |
|
| * | Move infura rpcs to https | Dan Finlay | 2016-05-14 | 1 | -2/+2 |
* | | Streamlined some transition logic | Dan Finlay | 2016-05-13 | 1 | -2/+2 |
|/ |
|
* | Move all users to new scalable backend | Dan Finlay | 2016-05-12 | 2 | -8/+25 |
* | Make default providers more easiliy configurable for metamask devs | Dan Finlay | 2016-05-11 | 2 | -7/+34 |
* | inpage - automatic dapp reload | kumavis | 2016-05-06 | 5 | -16/+90 |
* | Add UI for Signing Messages | Dan Finlay | 2016-05-04 | 4 | -76/+87 |
* | inpage - add and remove 'define' from global context. updates #126 | kumavis | 2016-04-30 | 1 | -0/+15 |
* | idmgmt - eth_sign support + notifications | kumavis | 2016-04-29 | 4 | -12/+219 |
* | tx list - bug fix - fixes #143 | kumavis | 2016-04-29 | 2 | -5/+14 |
* | Merge pull request #152 from MetaMask/FilterTransactionList | Dan Finlay | 2016-04-28 | 3 | -10/+20 |
|\ |
|
| * | Filter transaction list for current blockchain network | Dan Finlay | 2016-04-28 | 3 | -22/+24 |
| * | Record current network on each persisted transaction | Dan Finlay | 2016-04-28 | 1 | -6/+14 |
* | | provider - use provider-engine zero | kumavis | 2016-04-27 | 2 | -66/+1 |
|/ |
|
* | Persist selected account | Dan Finlay | 2016-04-26 | 2 | -10/+18 |
* | Make account detail view the primary view | Dan Finlay | 2016-04-26 | 1 | -3/+7 |
* | Add migration to actual migration array, fix test | Dan Finlay | 2016-04-23 | 1 | -0/+2 |
* | Corrected migration order | Dan Finlay | 2016-04-23 | 2 | -10/+10 |
* | Deprecate rawtestrpc.metamask.io | Dan Finlay | 2016-04-23 | 2 | -4/+19 |
* | Store metamaskId on metaTx instead of getTxWithParams method. | Dan Finlay | 2016-04-21 | 2 | -13/+7 |
* | Generate explorer link to match current blockchain | Dan Finlay | 2016-04-20 | 1 | -2/+9 |
* | Add completed tx hash to persisted tx log | Dan Finlay | 2016-04-20 | 1 | -0/+4 |
* | Fix config manager method | Dan Finlay | 2016-04-20 | 1 | -1/+1 |
* | Add extra tx methods to configManager | Dan Finlay | 2016-04-20 | 1 | -3/+25 |
* | Merge branch 'AddPersistentTransactionLog' | Dan Finlay | 2016-04-19 | 3 | -7/+60 |
|\ |
|
| * | Emit transaction list to UI | Dan Finlay | 2016-04-19 | 1 | -0/+1 |
| * | Fix method of emitting unconfirmedTxs to UI | Dan Finlay | 2016-04-19 | 2 | -1/+1 |
| * | Persist transactions to config-manager | Dan Finlay | 2016-04-19 | 3 | -7/+59 |
* | | contentscript - append inpage as first child | kumavis | 2016-04-19 | 1 | -1/+2 |
|/ |
|
* | inpage - use publicConfigStore for selectedAccount and sync provider | kumavis | 2016-04-16 | 3 | -35/+94 |
* | wiring - trusted-untrusted features + remote-store | kumavis | 2016-04-16 | 6 | -51/+178 |
* | wiring - move to obj-multiplex | kumavis | 2016-04-15 | 3 | -24/+50 |
* | inpage - defaultAccount - fix bug | kumavis | 2016-04-15 | 1 | -12/+13 |
* | web3 - set defaultAccount | kumavis | 2016-04-15 | 1 | -3/+4 |
* | clean - inpage remove unused xhr mitm code | kumavis | 2016-04-15 | 1 | -70/+0 |
* | Moved UI into repo with its own dependency stack | Dan Finlay | 2016-04-14 | 2 | -6/+6 |
* | Point rawtestrpc at new testrpc | Dan Finlay | 2016-04-13 | 2 | -3/+3 |
* | Migrate etherscan configs to our new production RPC. | Dan Finlay | 2016-04-13 | 3 | -4/+15 |
* | Migrate etherscan providers to our RPC | Dan Finlay | 2016-04-13 | 1 | -0/+13 |
* | popup - fix web3 plumbing | kumavis | 2016-04-09 | 3 | -17/+31 |
* | Add ability to export private keys | Dan Finlay | 2016-04-07 | 2 | -0/+10 |
* | Add mayBeFauceting boolean to account object | Dan Finlay | 2016-04-05 | 1 | -0/+17 |
* | Support undefined address selection | Dan Finlay | 2016-04-05 | 1 | -0/+5 |
* | Merge pull request #84 from MetaMask/revert-83-revert-82-EtherscanProvider | kumavis | 2016-04-02 | 3 | -15/+102 |
|\ |
|
| * | Revert "Revert "Etherscan provider"" | Dan Finlay | 2016-04-01 | 3 | -15/+102 |
* | | Call back with wallet restore errors | Dan Finlay | 2016-04-02 | 1 | -1/+5 |
|/ |
|
* | Revert "Etherscan provider" | Dan Finlay | 2016-04-01 | 3 | -102/+15 |
* | Add custom zeroclient that supports etherscan (still not working) | Dan Finlay | 2016-04-01 | 2 | -11/+68 |
* | First naive pass at implementing etherscan provider (not working) | Dan Finlay | 2016-04-01 | 2 | -14/+44 |
* | Do not cache the seed, retrieve it from the decrypted wallet | Dan Finlay | 2016-04-01 | 2 | -15/+21 |
* | Remove unnecessary abstraction | Dan Finlay | 2016-04-01 | 1 | -5/+1 |
* | Removed logs | Dan Finlay | 2016-03-31 | 1 | -6/+0 |
* | Made configuration migrateable | Dan Finlay | 2016-03-31 | 5 | -97/+189 |
* | Created etherscan provider (untested) | Dan Finlay | 2016-03-30 | 1 | -0/+62 |
* | Fix signing bug | Dan Finlay | 2016-03-30 | 1 | -2/+2 |
* | Add auto-fauceting | Dan Finlay | 2016-03-30 | 2 | -4/+27 |
* | Remove argument destructuring | Dan Finlay | 2016-03-30 | 1 | -1/+3 |
* | Return updated state after restoring vault | Dan Finlay | 2016-03-29 | 1 | -1/+1 |
* | Remove unused reference | Dan Finlay | 2016-03-26 | 1 | -1/+0 |
* | Cleaned up how we pass hdString to Lightwallet | Dan Finlay | 2016-03-26 | 1 | -4/+11 |
* | Implemented BIP44 compliance test. | Dan Finlay | 2016-03-26 | 1 | -57/+43 |
* | Convert to bip44 hdTrees | Dan Finlay | 2016-03-26 | 1 | -14/+16 |
* | Gave lock a callback for better loading indication | Dan Finlay | 2016-03-25 | 1 | -2/+3 |
* | Add seed word caching during confirmation screen | Dan Finlay | 2016-03-25 | 2 | -49/+87 |
* | stream-provider - addd isConnected method | kumavis | 2016-03-21 | 1 | -0/+4 |
* | add vault recovery | kumavis | 2016-03-16 | 2 | -5/+21 |
* | notifications - add tx confirm+cancel buttons | kumavis | 2016-03-12 | 3 | -7/+61 |
* | unsig tx - show notification on new tx | kumavis | 2016-03-11 | 1 | -2/+16 |
* | plumbing - fix rpc feedback loop bug | kumavis | 2016-03-11 | 1 | -9/+8 |
* | popup.js - set web3 on global | kumavis | 2016-03-11 | 1 | -0/+2 |
* | plumbing - pipe web3 to the popup.js | kumavis | 2016-03-11 | 3 | -22/+104 |
* | config - add config starting with rpc endpoint | kumavis | 2016-03-09 | 1 | -4/+31 |
* | deps - bump ui and provider-engine | kumavis | 2016-03-09 | 1 | -2/+2 |
* | inpage - web3 class injection | kumavis | 2016-03-06 | 1 | -0/+5 |
* | idStore - normalize hex format before signing | kumavis | 2016-03-06 | 1 | -1/+7 |
* | build - add gulp build process | kumavis | 2016-03-03 | 1 | -16/+1212 |
* | tx sig - it works again | kumavis | 2016-03-03 | 2 | -141/+95 |
* | background - use provider-engine zero client | kumavis | 2016-03-03 | 2 | -63/+8 |
* | web3-provider - add nonce tracker | kumavis | 2016-03-02 | 2 | -2/+7 |
* | Fix issue with raw transaction injected. | Simon de la Rouviere | 2016-02-23 | 1 | -6/+6 |
* | idStore - add createNewVault | kumavis | 2016-02-17 | 2 | -14/+18 |
* | logs - silence log | kumavis | 2016-02-16 | 1 | -1/+0 |
* | idStore - add isInitialized flag | kumavis | 2016-02-16 | 1 | -0/+1 |
* | internal rpc - add isMetamaskInternal flag | kumavis | 2016-02-16 | 1 | -1/+1 |
* | disable localhost interception | kumavis | 2016-02-16 | 1 | -63/+63 |
* | logging - add localhost interception message | kumavis | 2016-02-16 | 1 | -2/+5 |
* | intercept xhrs for localhost:8545 | kumavis | 2016-02-15 | 1 | -9/+88 |
* | popup - add current domain tracking | kumavis | 2016-02-13 | 1 | -19/+46 |
* | idStore - seperate signTx and sendTx | kumavis | 2016-02-13 | 2 | -13/+30 |
* | idStore - cancel tx | kumavis | 2016-02-13 | 2 | -0/+9 |
* | idmgmt - refactor | kumavis | 2016-02-11 | 3 | -382/+331 |
* | idmgmt - emit update on new tx | kumavis | 2016-02-11 | 1 | -6/+6 |
* | context wiring - handle and log errors | kumavis | 2016-02-11 | 4 | -4/+20 |
* | sync - slow account polling to 4s | kumavis | 2016-02-09 | 1 | -1/+1 |
* | clean - silence logging | kumavis | 2016-02-09 | 2 | -2/+1 |
* | rpc - sync - add support for sync eth_accounts + eth_coinbase | kumavis | 2016-01-31 | 1 | -9/+46 |
* | rpc - sync - add warning for unsupported eth_accounts | kumavis | 2016-01-31 | 1 | -1/+14 |
* | logging - silence rpc response logging | kumavis | 2016-01-31 | 1 | -3/+3 |
* | add basic sync support | kumavis | 2016-01-31 | 1 | -2/+8 |
* | util - stream-provider - fix batch | kumavis | 2016-01-31 | 1 | -3/+11 |
* | deps - bump metamask-provider | kumavis | 2016-01-28 | 1 | -2/+2 |
* | tx-signing works | kumavis | 2016-01-19 | 3 | -22/+60 |
* | add pending txs but just autosign | kumavis | 2016-01-18 | 2 | -10/+52 |
* | refactor - push data to popup | kumavis | 2016-01-17 | 4 | -47/+73 |
* | wallet sync fix | kumavis | 2016-01-17 | 2 | -8/+33 |
* | breakout idmgmt | kumavis | 2016-01-17 | 3 | -226/+251 |
* | integrate metamask-ui with id mgmt | kumavis | 2016-01-15 | 4 | -28/+197 |
* | migrate to new ui + provider | kumavis | 2016-01-15 | 3 | -135/+56 |
* | start of extension popup window | kumavis | 2015-12-23 | 2 | -5/+23 |
* | clean - remove debugger | kumavis | 2015-12-23 | 1 | -1/+1 |
* | rpc - move to main chain | kumavis | 2015-12-21 | 1 | -1/+3 |
* | testing continues | kumavis | 2015-12-21 | 3 | -12/+22 |
* | migrate to ProviderEngine zero-client | kumavis | 2015-12-19 | 6 | -181/+293 |
* | major - migrate to blockapps-web3 | kumavis | 2015-10-10 | 1 | -4/+40 |
* | load from storage on start and export unsignedTxs on remote connect | kumavis | 2015-08-02 | 3 | -18/+42 |
* | store unconfirmedTxs in chrome sync storage | kumavis | 2015-08-02 | 3 | -36/+88 |
* | builds smoothly + forwards txs to extension | kumavis | 2015-08-02 | 3 | -34/+61 |
* | build overhaul + basic structure | kumavis | 2015-08-02 | 6 | -25/+66 |
* | metamask provider skeleton | kumavis | 2015-08-01 | 3 | -6/+137 |
* | init commit | kumavis | 2015-08-01 | 5 | -0/+44 |