Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge pull request #4656 from MetaMask/portal-metamask-ens-test | Dan Finlay | 2018-07-20 | 1 | -1/+6 |
|\ | | | | | Add support for .test ENS domains | ||||
| * | Add support for .test Ropsten ENS domains | bitpshr | 2018-07-19 | 1 | -1/+6 |
| | | |||||
* | | remove local tests | Jenny Pollack | 2018-07-19 | 1 | -2/+0 |
| | | |||||
* | | sentry - add detection for Brave Browser | Jenny Pollack | 2018-07-19 | 1 | -2/+4 |
|/ | |||||
* | fix lint errors | brunobar79 | 2018-07-04 | 1 | -1/+0 |
| | |||||
* | Merge remote-tracking branch 'upstream/develop' into HEAD | brunobar79 | 2018-07-04 | 1 | -7/+9 |
|\ | |||||
| * | eslint --fix . | brunobar79 | 2018-07-03 | 1 | -1/+1 |
| | | |||||
| * | background - persistence pipeline - fix persistence bug | kumavis | 2018-06-14 | 1 | -6/+8 |
| | | |||||
* | | Merge branch 'develop' into portal-metamask | PhyrexTsai | 2018-06-01 | 1 | -4/+10 |
|\| | |||||
| * | Merge branch 'master' of github.com:MetaMask/metamask-extension into ↵ | kumavis | 2018-05-30 | 1 | -4/+10 |
| |\ | | | | | | | | | | merge-master | ||||
| | * | Merge pull request #3997 from jakubsta/master | kumavis | 2018-05-22 | 1 | -4/+10 |
| | |\ | | | | | | | | | Allow other extensions to connect | ||||
| | | * | Update: allow other extension to connect | Jakub Stasiak | 2018-04-18 | 1 | -4/+10 |
| | | | | |||||
* | | | | Rename files | Yung chieh Tsai | 2018-05-29 | 1 | -6/+2 |
| | | | | |||||
* | | | | Intergrate ENS with IPFS | MikeCheng1208 | 2018-05-29 | 1 | -0/+10 |
|/ / / | |||||
* / / | docs - jsdoc - fix syntax | kumavis | 2018-05-19 | 1 | -1/+1 |
|/ / | |||||
* | | guard adainst raven erroring | frankiebee | 2018-04-30 | 1 | -1/+5 |
| | | |||||
* | | Remove wrong chars | Dan Finlay | 2018-04-21 | 1 | -2/+2 |
| | | |||||
* | | Add ui note to background docs | Dan Finlay | 2018-04-21 | 1 | -1/+1 |
| | | |||||
* | | Lint background docs | Dan Finlay | 2018-04-21 | 1 | -12/+12 |
| | | |||||
* | | Document MetaMaskState and TransactionMeta | Dan Finlay | 2018-04-21 | 1 | -0/+69 |
| | | |||||
* | | Document Background Script | Dan Finlay | 2018-04-20 | 1 | -2/+58 |
|/ | |||||
* | Fix confirmation popup not always opening | Alexander Tseung | 2018-04-17 | 1 | -20/+46 |
| | |||||
* | Merge branch 'master' into i3981-contract-rates | Dan Finlay | 2018-04-17 | 1 | -2/+1 |
|\ | |||||
| * | Require loglevel singleton in each module that uses it | bitpshr | 2018-04-14 | 1 | -2/+1 |
| | | |||||
* | | Disable token price polling when no client is active | bitpshr | 2018-04-17 | 1 | -0/+3 |
|/ | |||||
* | metamask - never persist if state is missing | kumavis | 2018-04-07 | 1 | -1/+4 |
| | |||||
* | metamask - never persist if state is missing data | kumavis | 2018-04-07 | 1 | -3/+6 |
| | |||||
* | metamask - attempt recovery from empty vault | kumavis | 2018-04-07 | 1 | -0/+22 |
| | |||||
* | migrations - report migrations errors to sentry with vault structure | kumavis | 2018-04-06 | 1 | -1/+19 |
| | |||||
* | build - correctly set METAMASK_ENV via envify | kumavis | 2018-04-04 | 1 | -2/+2 |
| | |||||
* | Undo unnecessary line removals. | Dan | 2018-03-27 | 1 | -0/+1 |
| | |||||
* | Merge branch 'master' into i18n-translator-redux | Dan | 2018-03-27 | 1 | -2/+0 |
|\ | |||||
| * | Fix bug where full localStorage would crash on start | Dan Finlay | 2018-03-27 | 1 | -2/+0 |
| | | |||||
* | | Use extension api to get initial locale. | Dan | 2018-03-22 | 1 | -4/+6 |
|/ | |||||
* | Merge branch 'master' of https://github.com/trigun0x2/metamask-extension ↵ | kumavis | 2018-03-22 | 1 | -1/+8 |
|\ | | | | | | | into trigun0x2-master | ||||
| * | fix for lint | Jeffrey Tong | 2018-03-21 | 1 | -5/+5 |
| | | |||||
| * | add comments that need clarification on naming convention | Jeffrey Tong | 2018-03-12 | 1 | -3/+1 |
| | | |||||
| * | fixed multiple notification windows when executing batch | Jeffrey Tong | 2018-03-08 | 1 | -1/+10 |
| | | |||||
* | | background - storage - cleanup storage wiring | kumavis | 2018-03-09 | 1 | -26/+8 |
| | | |||||
* | | Tighten up data loading code | Dan Finlay | 2018-03-08 | 1 | -4/+8 |
| | | |||||
* | | Add clarifying comment | Dan Finlay | 2018-03-08 | 1 | -0/+1 |
| | | |||||
* | | Some fixes for new storage strategy | Dan Finlay | 2018-03-08 | 1 | -5/+9 |
| | | | | | | | | | | | | - Don't persist undefined data - Write to new storage strategy without waiting for completion. - Continue writing to localStorage as fallback. | ||||
* | | Increase storage debounce to 2s | Dan Finlay | 2018-03-08 | 1 | -1/+1 |
| | | |||||
* | | Merge branch 'master' into i3076-UseStorageLocalInstead | Dan Finlay | 2018-03-07 | 1 | -6/+27 |
|\| | |||||
| * | Merge pull request #3309 from scsaba/edge-support | Dan Finlay | 2018-03-07 | 1 | -0/+8 |
| |\ | | | | | | | Add Edge Support | ||||
| | * | Merge branch 'master' into edge-support | Csaba S | 2018-02-22 | 1 | -1/+11 |
| | |\ | |||||
| | * | | add edge support | Csaba Solya | 2018-02-22 | 1 | -0/+8 |
| | | | | |||||
| * | | | sentry - failed tx - improve ethjs-rpc error formating | kumavis | 2018-03-01 | 1 | -5/+3 |
| | | | | |||||
| * | | | sentry - clean - move setupRaven to lib | kumavis | 2018-03-01 | 1 | -1/+1 |
| | | | | |||||
| * | | | Merge pull request #3281 from MetaMask/sentry-failed-tx-debatch | Dan Finlay | 2018-02-28 | 1 | -1/+2 |
| |\ \ \ | | |_|/ | |/| | | sentry - report failed tx with more specific message | ||||
| | * | | sentry - report failed tx with more specific message | kumavis | 2018-02-17 | 1 | -1/+2 |
| | |/ | |||||
| * | | Merge pull request #3306 from danjm/MM-805-send-from-tab-popup-fix | Thomas Huang | 2018-02-22 | 1 | -1/+11 |
| |\ \ | | |/ | |/| | [NewUI] Prevents new tx from active tab from opening popup | ||||
| | * | Prevents new transaction from generating popup when metamask is open in an ↵ | Dan | 2018-02-22 | 1 | -1/+11 |
| | | | | | | | | | | | | active tab. | ||||
| | * | Merge branch 'master' into uat | Thomas | 2018-01-23 | 1 | -1/+11 |
| | | | |||||
| * | | metamask mesh - inject mesh testing container | kumavis | 2018-02-11 | 1 | -0/+4 |
| | | | |||||
* | | | Increase storage debounce value | Dan Finlay | 2018-01-26 | 1 | -1/+1 |
| | | | |||||
* | | | Debounce storage to avoid crashing pump | Dan Finlay | 2018-01-26 | 1 | -8/+8 |
| | | | |||||
* | | | Remove local storage writes, add log | Dan Finlay | 2018-01-25 | 1 | -5/+16 |
| | | | |||||
* | | | Remove already handled TODO comment. | Dan | 2018-01-25 | 1 | -1/+0 |
| | | | |||||
* | | | Handle errors when getting and setting to localStore. | Dan | 2018-01-24 | 1 | -2/+12 |
| | | | |||||
* | | | Merge branch 'UseStorageLocal' into i3076-UseStorageLocalInstead | Dan Finlay | 2018-01-24 | 1 | -0/+18 |
|\ \ \ | |/ / |/| | | |||||
| * | | Modify @heyellieday's work to use storage.local to replace main storage | Dan Finlay | 2018-01-24 | 1 | -7/+8 |
| | | | |||||
| * | | conditionally use extension store if supported or enabled | Ellie Day | 2018-01-03 | 1 | -3/+9 |
| | | | |||||
| * | | handle situation where storage.sync is disabled in certain versions of firefox | Ellie Day | 2018-01-03 | 1 | -3/+2 |
| | | | |||||
| * | | Add ExtensionStore and add basic store instance syncing to main controller | Ellie Day | 2017-12-23 | 1 | -0/+12 |
| | | | |||||
* | | | sentry - report failed txs | kumavis | 2018-01-23 | 1 | -1/+11 |
| |/ |/| | |||||
* | | sentry - breakout raven setup and add release config | kumavis | 2018-01-18 | 1 | -5/+6 |
| | | |||||
* | | sentry - update raven and add to ui | kumavis | 2018-01-18 | 1 | -5/+4 |
| | | |||||
* | | sentry - add raven + sentry reporting config | kumavis | 2018-01-18 | 1 | -0/+5 |
|/ | |||||
* | deps - obs-store@3 + migrate stream plumbing | kumavis | 2017-11-29 | 1 | -4/+5 |
| | |||||
* | Add eth_signTypedData handler | Sergey Ukustov | 2017-09-30 | 1 | -1/+2 |
| | |||||
* | transactions: lint fixes and reveal status-update event for balance controller | frankiebee | 2017-09-27 | 1 | -1/+1 |
| | |||||
* | debug - prefer logger over console | kumavis | 2017-09-14 | 1 | -4/+4 |
| | |||||
* | Merge pull request #1848 from MetaMask/transactionControllerRefractor | kumavis | 2017-08-03 | 1 | -1/+1 |
|\ | | | | | Transaction controller refractor part 1: promises for everyone and more tests! | ||||
| * | move newUnapprovedTransaction to transactions.js | frankiebee | 2017-08-03 | 1 | -1/+1 |
| | | |||||
* | | phishing detection - move phishing detection into contentscript and metamask ↵ | kumavis | 2017-08-03 | 1 | -30/+4 |
|/ | | | | controller | ||||
* | Merge branch 'master' into i1805-LiveBlacklistUpdating | Dan Finlay | 2017-07-27 | 1 | -2/+3 |
|\ | |||||
* | | Live update blacklist from Infura | Dan Finlay | 2017-07-27 | 1 | -8/+6 |
| | | |||||
* | | Begin implementing live-updating blacklist, not working yet | Dan Finlay | 2017-07-27 | 1 | -0/+27 |
|/ | |||||
* | Fix badge number to include personal_sign | Kevin Serrano | 2017-06-21 | 1 | -1/+3 |
| | |||||
* | Linting | Thomas Huang | 2017-06-13 | 1 | -1/+1 |
| | |||||
* | Rename tx manager to tx controller | Dan Finlay | 2017-05-17 | 1 | -2/+2 |
| | |||||
* | background - drop async-q in favor of async/await | kumavis | 2017-05-13 | 1 | -22/+16 |
| | |||||
* | Fix linting warnings | Thomas Huang | 2017-04-27 | 1 | -7/+5 |
| | |||||
* | notification-manager - rename show -> showPoup + make getPopup private | kumavis | 2017-04-01 | 1 | -1/+1 |
| | |||||
* | introduce platform api and rename notifications to notification-manager | kumavis | 2017-03-31 | 1 | -3/+10 |
| | |||||
* | Got personal_sign working | Dan Finlay | 2017-02-24 | 1 | -0/+4 |
| | | | | Also fixed bug where signing would not close popup. | ||||
* | Clean up message manger includes: | Frankie | 2017-01-29 | 1 | -5/+4 |
| | | | | | | | | | Provider egine bump Remove presence of message manger in keyring controller Change the status wording fom conf to approved make Message manager a class fix messages not being apart of the badge re write message manger to better reflect controller pattern | ||||
* | metamask controller - adopt setup*Communication from background | kumavis | 2017-01-27 | 1 | -42/+10 |
| | |||||
* | background - stream disconnection fix | kumavis | 2017-01-27 | 1 | -4/+3 |
| | |||||
* | obs-store - use published module | kumavis | 2017-01-25 | 1 | -8/+15 |
| | |||||
* | Merge branch 'dev' into obs-store2 | kumavis | 2017-01-22 | 1 | -0/+2 |
|\ | |||||
| * | background - txManager - filter txs by network | kumavis | 2017-01-15 | 1 | -2/+3 |
| | | |||||
| * | Take some of the tx Logic out of the UI and create a visble state for ↵ | Frankie | 2017-01-12 | 1 | -1/+0 |
| | | | | | | | | pending and unaproved transactions | ||||
* | | background - fix metamaskController store -> diskStore persistence | kumavis | 2017-01-13 | 1 | -1/+6 |
| | | |||||
* | | migrations - wip - 005 multivault migration | kumavis | 2017-01-12 | 1 | -5/+3 |
| | | |||||
* | | migrations - introduce promise-based migrator | kumavis | 2017-01-12 | 1 | -92/+120 |
| | | |||||
* | | background - move pojo migrator to outside of metamask controller | kumavis | 2017-01-12 | 1 | -48/+46 |
| | | |||||
* | | background - introduce ObservableStore | kumavis | 2017-01-12 | 1 | -32/+13 |
|/ | |||||
* | MetaMask Controller - Convert to EventEmitter | Frankie | 2017-01-06 | 1 | -6/+3 |
| | |||||
* | fix some minor spelling mistakes and clean up code | Frankie | 2016-12-24 | 1 | -1/+1 |
| | |||||
* | Migrate all tx mutation code out of keyring controller and | Frances Pangilinan | 2016-12-22 | 1 | -2/+2 |
| | | | | Fix up txManager to reflect code review requests | ||||
* | First pass at revision requests | Frances Pangilinan | 2016-12-22 | 1 | -12/+2 |
| | |||||
* | Clean up and comment functions | Frances Pangilinan | 2016-12-15 | 1 | -9/+2 |
| | |||||
* | Create a TxManager | Frances Pangilinan | 2016-12-15 | 1 | -4/+22 |
| | |||||
* | Made progress on parity for MultiVault | Kevin Serrano | 2016-11-02 | 1 | -1/+1 |
| | | | | | | | | | - Deleted some unused items - Renamed files and paths to match with new locations. - Modified keyring controller logic to separate concerns. - Fix account naming issues. - Enable creation of new vault with default HD keyring. - Formatting issues. | ||||
* | Do not open MM page in dev mode. | Kevin Serrano | 2016-11-02 | 1 | -1/+2 |
| | |||||
* | Added tx and msg signing to keychain & controller | Dan Finlay | 2016-10-21 | 1 | -4/+4 |
| | |||||
* | Remove unused argument | Frankie | 2016-09-15 | 1 | -1/+1 |
| | |||||
* | Fix popup flag assignment | Dan Finlay | 2016-09-15 | 1 | -2/+1 |
| | |||||
* | Dont generate a popup notification when submiting a transaction from with in ↵ | Frankie | 2016-09-15 | 1 | -17/+11 |
| | | | | MetaMask | ||||
* | Do not trigger how-to-video on anything but install. | Kevin Serrano | 2016-09-10 | 1 | -2/+4 |
| | |||||
* | Reverting memory leak fix | Dan Finlay | 2016-09-07 | 1 | -1/+0 |
| | | | | | | This wasn't a good enough fix, and had other repercussions. Looking for a way to properly detect EOS, and tear down the correct stream accordingly. | ||||
* | Ensure listener is cleaned up | Dan Finlay | 2016-09-07 | 1 | -0/+1 |
| | | | | Also fixed bug when validating a tx with no value. | ||||
* | Replace chrome with generalized browser API. | Kevin Serrano | 2016-09-07 | 1 | -2/+2 |
| | |||||
* | Redirect to video in a new tab on fresh install. | Kevin Serrano | 2016-09-07 | 1 | -1/+6 |
| | |||||
* | Linted | Dan Finlay | 2016-08-24 | 1 | -1/+0 |
| | |||||
* | Emit updates to all listeners on pending tx updates | Dan Finlay | 2016-08-24 | 1 | -33/+5 |
| | | | | | | | | Previously the metamask controller only supported a single UI event listener, which wasn't useful for having a separate notification UI open at the same time. Also reduced the notification's complexity down to a single method, which is heavily re-used. Still has an outstanding bug where if the plugin ui dismisses the last tx, it does not close the notification popup. | ||||
* | Set up MVP for popup-based notifications. | Dan Finlay | 2016-08-17 | 1 | -1/+1 |
| | |||||
* | Add global var for background. | Kevin Serrano | 2016-08-12 | 1 | -0/+1 |
| | |||||
* | Implement some cross-browser practices (#473) | Dan Finlay | 2016-07-22 | 1 | -3/+4 |
| | | | | | | | | | | | | * Add mozilla plugin key to manifest * Move all chrome references into platform-checking module Addresses #453 * Add chrome global back to linter blacklist * Add tests | ||||
* | Linted | Dan Finlay | 2016-07-12 | 1 | -2/+0 |
| | |||||
* | fix typo | kumavis | 2016-06-29 | 1 | -1/+1 |
| | |||||
* | background - prepare state for notifcations | kumavis | 2016-06-29 | 1 | -8/+24 |
| | |||||
* | Manually debugged refactor | Dan Finlay | 2016-06-25 | 1 | -4/+5 |
| | |||||
* | Fixed tests | Dan Finlay | 2016-06-25 | 1 | -4/+4 |
| | |||||
* | Rename background-controller metamask-controller | Dan Finlay | 2016-06-25 | 1 | -2/+2 |
| | |||||
* | Improve refactor | Dan Finlay | 2016-06-25 | 1 | -4/+58 |
| | | | | | | Replace config-manager-singleton with one that is instantiated within the `background-controller`, and takes its persistence callbacks from its instantiated options. Replaced class getters with more familiar get___() functions. | ||||
* | Refactored background.js controller apart from chrome + transport | Dan Finlay | 2016-06-25 | 1 | -254/+46 |
| | | | | Still needs linting fixes, probably bugs, this commit should be used as a draft of what a separation of these concerns might look like. | ||||
* | Merge branch 'master' of github.com:MetaMask/metamask-plugin into AutoLint | Dan Finlay | 2016-06-22 | 1 | -11/+15 |
|\ | |||||
| * | background - batch rpc fix for origin domain | kumavis | 2016-06-22 | 1 | -12/+15 |
| | | |||||
* | | Auto linted | Dan Finlay | 2016-06-22 | 1 | -55/+53 |
| | | |||||
* | | Some manual fixes | Dan Finlay | 2016-06-22 | 1 | -3/+0 |
|/ | |||||
* | Merge pull request #296 from MetaMask/i252 | Dan Finlay | 2016-06-18 | 1 | -10/+12 |
|\ | | | | | idStore - add DELEGATE_CALL detection | ||||
| * | idStore - add DELEGATE_CALL detection | kumavis | 2016-06-17 | 1 | -10/+12 |
| | | |||||
* | | Expose disclaimer consent to dnode API | Dan Finlay | 2016-06-17 | 1 | -0/+10 |
|/ | |||||
* | Merge branch 'master' into display_network | Dan Finlay | 2016-06-04 | 1 | -0/+2 |
|\ | |||||
| * | Added seed word recovery to config screen | Dan Finlay | 2016-06-03 | 1 | -3/+5 |
| | | |||||
* | | Blockchain status now updates on availability change | Dan Finlay | 2016-06-04 | 1 | -6/+13 |
|/ | |||||
* | background + notifications - add origin to message signatures | kumavis | 2016-05-26 | 1 | -1/+1 |
| | |||||
* | background - append origin to rpc payload and sig request | kumavis | 2016-05-26 | 1 | -14/+34 |
| | |||||
* | signTx+Msg - show Account Unlock Request when locked | kumavis | 2016-05-25 | 1 | -2/+27 |
| | |||||
* | deps - use web3-stream-provider module | kumavis | 2016-05-23 | 1 | -22/+12 |
| | |||||
* | Added ability to nickname wallets locally | Dan Finlay | 2016-05-21 | 1 | -0/+1 |
| | | | | The changes are persisted to localstorage, so they cannot be restored on a new computer, but for right now it's a nice organizational feature. | ||||
* | Add ability to add account to vault | Dan Finlay | 2016-05-21 | 1 | -0/+1 |
| | | | | | | | | Scrolling to the bottom of the accounts page now reveals a downward-facing chevron button. Pressing this button shows loading indication, adds a new account to the identity vault, displays it in the list, and scrolls the list to the bottom of the page. Any number of accounts can be generated in this way, and the UX feels intuitive without having to overly explain how HD paths work. | ||||
* | Make default providers more easiliy configurable for metamask devs | Dan Finlay | 2016-05-11 | 1 | -0/+7 |
| | | | | | | | | No longer do our `mainnet` and `testnet` buttons set specific RPC urls. Now they set `provider.type`, which gets interpreted with code. Currently the provider types of `mainnet` and `testnet` point to our new scalable backends, but these could be re-interpreted to use any other provider, be it etherscan, peer to peer, or otherwise. Makes it easier for us to upgrade our infrastructure without incorporating migration logic into the program. | ||||
* | Add UI for Signing Messages | Dan Finlay | 2016-05-04 | 1 | -1/+7 |
| | | | | | | | | | | Calls to `eth.sign` are now transiently persisted in memory, and displayed in a chronological stack with pending transactions (which are still persisted to disk). This allows the user a method to sign/cancel transactions even if they miss the Chrome notification. Improved a lot of the view routing, to avoid cases where routes would show an empty account view, or transition to the accounts list when it shouldn't. Broke the transaction approval view into a couple components so messages and transactions could have their own templates. | ||||
* | idmgmt - eth_sign support + notifications | kumavis | 2016-04-29 | 1 | -2/+18 |
| | |||||
* | tx list - bug fix - fixes #143 | kumavis | 2016-04-29 | 1 | -1/+4 |
| | |||||
* | Merge pull request #152 from MetaMask/FilterTransactionList | Dan Finlay | 2016-04-28 | 1 | -0/+6 |
|\ | | | | | Filter transaction list for current network | ||||
| * | Filter transaction list for current blockchain network | Dan Finlay | 2016-04-28 | 1 | -12/+10 |
| | | | | | | | | | | | | | | | | | | | | When starting up, we now create a `web3` inside the `background.js` process, which we pass to the `idStore` and ask for the current `network`. We include the `network` on `app.metamask.network` in the state object. We re-request the network when changing provider. We filter the transaction list for transactions that match the current network. | ||||
| * | Record current network on each persisted transaction | Dan Finlay | 2016-04-28 | 1 | -6/+14 |
| | | |||||
* | | provider - use provider-engine zero | kumavis | 2016-04-27 | 1 | -1/+1 |
|/ | |||||
* | Fix method of emitting unconfirmedTxs to UI | Dan Finlay | 2016-04-19 | 1 | -1/+0 |
| | |||||
* | Persist transactions to config-manager | Dan Finlay | 2016-04-19 | 1 | -1/+3 |
| | | | | | | | | Transactions are now stored, and are never deleted, they only have their status updated. We can add deleting later if we'd like. I've hacked on emitting the new unconfirmedTx key to the UI in the format it received before, I want Aaron's opinion on where I should actually do that. | ||||
* | inpage - use publicConfigStore for selectedAccount and sync provider | kumavis | 2016-04-16 | 1 | -7/+41 |
| | |||||
* | wiring - trusted-untrusted features + remote-store | kumavis | 2016-04-16 | 1 | -25/+37 |
| | |||||
* | wiring - move to obj-multiplex | kumavis | 2016-04-15 | 1 | -11/+4 |
| | |||||
* | Migrate etherscan configs to our new production RPC. | Dan Finlay | 2016-04-13 | 1 | -1/+0 |
| | |||||
* | popup - fix web3 plumbing | kumavis | 2016-04-09 | 1 | -16/+3 |
| | |||||
* | Add ability to export private keys | Dan Finlay | 2016-04-07 | 1 | -0/+1 |
| | |||||
* | Revert "Revert "Etherscan provider"" | Dan Finlay | 2016-04-01 | 1 | -6/+15 |
| | |||||
* | Revert "Etherscan provider" | Dan Finlay | 2016-04-01 | 1 | -15/+6 |
| | |||||
* | Add custom zeroclient that supports etherscan (still not working) | Dan Finlay | 2016-04-01 | 1 | -11/+3 |
| | | | | The Etherscan Subprovider is not providing some methods we need, such as `eth_getCode`. I'll probably be enhancing it after lunch. | ||||
* | First naive pass at implementing etherscan provider (not working) | Dan Finlay | 2016-04-01 | 1 | -5/+22 |
| | | | | Committing and pushing to get feedback. | ||||
* | Made configuration migrateable | Dan Finlay | 2016-03-31 | 1 | -18/+4 |
| | | | | | | | | | | | | | | Abstract all configuration data into a singleton called `configManager`, who is responsible for reading and writing to the persisted storage (localStorage, in our case). Uses my new module [pojo-migrator](https://www.npmjs.com/package/pojo-migrator), and wraps it with the `ConfigManager` class, which we can hang any state setting or getting methods we need. By keeping all the persisted state in one place, we can stabilize its outward-facing API, making the interactions increasingly atomic, which will allow us to add features that require restructuring the persisted data in the long term without having to rewrite UI or even `background.js` code. All the restructuring and data-type management is kept in one neat little place. This should make it very easy to add new configuration options like user-configured providers, per-domain vaults, and more! I know this doesn't seem like a big user-facing feature, but we have a big laundry list of features that I think this will really help streamline. | ||||
* | Add seed word caching during confirmation screen | Dan Finlay | 2016-03-25 | 1 | -2/+3 |
| | | | | | | | | In order to persist the seed word page until the user clicks the confirmation button, we need to store the seed words in localStorage. To simplify this process I've also reorganized some of the account manager code, broken up one large function into many smaller functions, and created a new class for the IdMgmt object. Again, sorry such a big refactor in one commit, but I really had to break it down to work through it. | ||||
* | add vault recovery | kumavis | 2016-03-16 | 1 | -0/+1 |
| | |||||
* | notifications - add tx confirm+cancel buttons | kumavis | 2016-03-12 | 1 | -7/+10 |
| | |||||
* | 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 |
| | |||||
* | plumbing - pipe web3 to the popup.js | kumavis | 2016-03-11 | 1 | -13/+56 |
| | |||||
* | 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 |
| | |||||
* | tx sig - it works again | kumavis | 2016-03-03 | 1 | -3/+2 |
| | |||||
* | background - use provider-engine zero client | kumavis | 2016-03-03 | 1 | -2/+8 |
| | |||||
* | web3-provider - add nonce tracker | kumavis | 2016-03-02 | 1 | -2/+2 |
| | |||||
* | idStore - add createNewVault | kumavis | 2016-02-17 | 1 | -0/+1 |
| | |||||
* | logs - silence log | kumavis | 2016-02-16 | 1 | -1/+0 |
| | |||||
* | idStore - seperate signTx and sendTx | kumavis | 2016-02-13 | 1 | -0/+1 |
| | |||||
* | idStore - cancel tx | kumavis | 2016-02-13 | 1 | -0/+1 |
| | |||||
* | idmgmt - refactor | kumavis | 2016-02-11 | 1 | -64/+68 |
| | |||||
* | context wiring - handle and log errors | kumavis | 2016-02-11 | 1 | -1/+5 |
| | |||||
* | clean - silence logging | kumavis | 2016-02-09 | 1 | -1/+1 |
| | |||||
* | tx-signing works | kumavis | 2016-01-19 | 1 | -11/+10 |
| | |||||
* | add pending txs but just autosign | kumavis | 2016-01-18 | 1 | -2/+2 |
| | |||||
* | refactor - push data to popup | kumavis | 2016-01-17 | 1 | -3/+31 |
| | |||||
* | breakout idmgmt | kumavis | 2016-01-17 | 1 | -221/+13 |
| | |||||
* | integrate metamask-ui with id mgmt | kumavis | 2016-01-15 | 1 | -12/+163 |
| | |||||
* | migrate to new ui + provider | kumavis | 2016-01-15 | 1 | -26/+2 |
| | |||||
* | start of extension popup window | kumavis | 2015-12-23 | 1 | -5/+22 |
| | |||||
* | 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 | 1 | -2/+3 |
| | |||||
* | migrate to ProviderEngine zero-client | kumavis | 2015-12-19 | 1 | -111/+127 |
| | |||||
* | load from storage on start and export unsignedTxs on remote connect | kumavis | 2015-08-02 | 1 | -16/+40 |
| | |||||
* | store unconfirmedTxs in chrome sync storage | kumavis | 2015-08-02 | 1 | -28/+78 |
| | |||||
* | builds smoothly + forwards txs to extension | kumavis | 2015-08-02 | 1 | -22/+34 |
| | |||||
* | build overhaul + basic structure | kumavis | 2015-08-02 | 1 | -6/+38 |
| | |||||
* | init commit | kumavis | 2015-08-01 | 1 | -0/+9 |