aboutsummaryrefslogtreecommitdiffstats
path: root/app
Commit message (Collapse)AuthorAgeFilesLines
* Version 2.5.0Dan Finlay2016-07-021-1/+1
|
* Merge pull request #378 from MetaMask/UiDevkumavis2016-07-011-2/+4
|\ | | | | Ui dev
| * First simple version of ui mockerDan Finlay2016-07-011-2/+4
| |
* | fix typokumavis2016-07-011-1/+1
| |
* | Remove useless and buggy clearWallet functionDan Finlay2016-07-012-5/+0
| |
* | Emphasizing how weird this bug is by removing all behavior from the method.Dan Finlay2016-07-011-5/+1
| |
* | Replicated really strange bug with testDan Finlay2016-07-011-1/+1
|/
* Unify wording for transaction options (#369)Kevin Serrano2016-06-301-2/+2
| | | | | | | | * Unify wording for transaction options. * Modify changelog. * Fix wording and spacing.
* Version 2.4.5Dan Finlay2016-06-301-1/+1
|
* fix bad mergekumavis2016-06-291-6/+1
|
* Merge branch 'master' into notif2kumavis2016-06-292-1/+16
|\
| * Merge branch 'master' into FixSomeFormattingkumavis2016-06-292-1/+16
| |\ | | | | | | | | | | | | | | | # Conflicts: # CHANGELOG.md # app/scripts/lib/notifications.js
| | * Move clearNotifications to popup.jsFrankie2016-06-291-0/+10
| | |
| | * fix #341 close notifications when oppening pop upFrankie2016-06-291-2/+2
| | |
* | | fix typokumavis2016-06-291-1/+1
| | |
* | | background - prepare state for notifcationskumavis2016-06-292-44/+28
|/ /
* / notif - change size for better readabilitykumavis2016-06-281-3/+3
|/
* Merge pull request #326 from MetaMask/conf-tx-refactorkumavis2016-06-252-53/+79
|\ | | | | Tx/Msg Conf page + notifcation refactor
| * clean - appease the linting machinekumavis2016-06-251-1/+0
| |
| * svg notif now work for msg signatureskumavis2016-06-252-51/+79
| |
| * breakout pending-tx-detailskumavis2016-06-251-4/+3
| |
* | Debugged by using a real dappDan Finlay2016-06-251-3/+4
| |
* | Manually debugged refactorDan Finlay2016-06-252-13/+14
| |
* | Fixed testsDan Finlay2016-06-254-18/+21
| |
* | Rename background-controller metamask-controllerDan Finlay2016-06-252-4/+4
| |
* | Improve refactorDan Finlay2016-06-256-105/+124
| | | | | | | | | | | | 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 + transportDan Finlay2016-06-252-254/+301
|/ | | | Still needs linting fixes, probably bugs, this commit should be used as a draft of what a separation of these concerns might look like.
* contentscript - skip web3 injection if domain appears to be a pdfkumavis2016-06-251-32/+48
|
* notif - remove dummy dev notifkumavis2016-06-241-7/+0
|
* some legit linting fixeskumavis2016-06-241-0/+1
|
* svg notif - use actual txParamskumavis2016-06-241-15/+5
|
* tx-conf add non-interactive mode for notificationkumavis2016-06-241-0/+1
|
* svg notifications - remove unneeded deps and clean codekumavis2016-06-241-50/+31
|
* Merge branch 'master' of github.com:MetaMask/metamask-plugin into svg-notifkumavis2016-06-2426-10632/+93
|\
| * 2.4.4kumavis2016-06-241-1/+1
| |
| * 2.4.3kumavis2016-06-241-1/+1
| |
| * Merge branch 'master' into fontChangeFrankie2016-06-232-7/+9
| |\
| * | Swap out Transat font for MontserratFrankie2016-06-2325-10631/+92
| | |
* | | initial svg notificationskumavis2016-06-232-16/+108
| |/ |/|
* | Version 2.4.2Dan Finlay2016-06-231-1/+1
| |
* | Fix eth sign with dennis' test inputDan Finlay2016-06-221-6/+8
|/
* Fix conflictFrankie2016-06-2222-1405/+1342
|\
| * Merge branch 'master' of github.com:MetaMask/metamask-plugin into AutoLintDan Finlay2016-06-221-11/+15
| |\
| | * background - batch rpc fix for origin domainkumavis2016-06-221-12/+15
| | |
| * | Manually lintedDan Finlay2016-06-225-27/+17
| | |
| * | Merge branch 'master' of github.com:MetaMask/metamask-plugin into AutoLintDan Finlay2016-06-222-1/+3
| |\|
| * | Auto lintedDan Finlay2016-06-2222-1373/+1320
| | |
| * | Some manual fixesDan Finlay2016-06-221-3/+0
| | |
* | | add key.pngFrankie2016-06-221-0/+0
| |/ |/|
* | 2.4.1kumavis2016-06-211-1/+1
| |
* | id-mgmt - add missing depskumavis2016-06-211-0/+3
|/
* Version 2.4.0Dan Finlay2016-06-211-1/+1
|
* Merge pull request #294 from MetaMask/SignFullDataNotHashDan Finlay2016-06-212-76/+77
|\ | | | | Sign full data not hash
| * Merge branch 'master' into SignFullDataNotHashDan Finlay2016-06-178-0/+22
| |\
| * | Fixed signing of hashesDan Finlay2016-06-171-13/+10
| | | | | | | | | | | | | | | | | | Signing now always takes a 64 digit hex string, and returns a message signature which appropriately pads r, s, and v with zeroes. Need to verify with Denis that this is the behavior he requires.
| * | Factor idManagement into its own moduleDan Finlay2016-06-162-76/+80
| | |
| * | Sign binary data not hash on eth_signDan Finlay2016-06-161-2/+2
| | |
* | | Merge pull request #296 from MetaMask/i252Dan Finlay2016-06-182-19/+47
|\ \ \ | |_|/ |/| | idStore - add DELEGATE_CALL detection
| * | idStore - add DELEGATE_CALL detectionkumavis2016-06-172-19/+47
| | |
* | | Add confirmation status to metamask state branchDan Finlay2016-06-171-0/+1
| | |
* | | Expose disclaimer consent to dnode APIDan Finlay2016-06-171-0/+10
| | |
* | | Add confirmation persisting to localStorageDan Finlay2016-06-171-0/+11
|/ /
* / icon fox eyes changed to navy blue everywhereZac Mitton2016-06-165-0/+0
|/
* Fix pad with zeroes usageDan Finlay2016-06-151-2/+2
|
* Fix signature concatenationDan Finlay2016-06-151-2/+9
| | | | | | Fixes #280 Or at least, it should. Is this what you were requesting, @denisgranha?
* Add vlad icons to image folderDan Finlay2016-06-159-0/+161
|
* Remove old lock imagesDan Finlay2016-06-152-0/+0
|
* Version 2.3.1Dan Finlay2016-06-101-1/+1
|
* Version 2.3.0Dan Finlay2016-06-071-1/+1
|
* switched to icons instead of picturesZac Mitton2016-06-074-0/+0
|
* Merge branch 'master' into display_networkDan Finlay2016-06-044-17/+41
|\
| * Merge pull request #241 from MetaMask/i236kumavis2016-06-031-16/+22
| |\ | | | | | | fix illegal return statement :(
| | * fix illegal return statement :(kumavis2016-06-031-16/+22
| | |
| * | Merge pull request #240 from MetaMask/RecoverSeedkumavis2016-06-032-5/+14
| |\ \ | | |/ | |/| reveal Vault Recovery Seed
| | * Add login checkDan Finlay2016-06-031-1/+1
| | |
| | * Added seed word recovery to config screenDan Finlay2016-06-032-5/+14
| | |
| * | hotfix for #236 - chrome notif api not availkumavis2016-06-031-0/+9
| |/
| * Version 2.2.0Dan Finlay2016-06-031-1/+1
| |
* | Blockchain status now updates on availability changeDan Finlay2016-06-042-14/+21
| |
* | Add network loading indicationDan Finlay2016-06-041-0/+6
| |
* | network status getting set upon start-up and showing in title bar but not ↵Zac Mitton2016-06-024-0/+0
|/ | | | auto-updating yet
* idStore - track network failurekumavis2016-05-311-1/+4
|
* Correct version numberDan Finlay2016-05-271-1/+1
|
* Bump versionDan Finlay2016-05-271-1/+1
|
* background + notifications - add origin to message signatureskumavis2016-05-262-1/+2
|
* Merge pull request #219 from MetaMask/i218Dan Finlay2016-05-262-14/+35
|\ | | | | Append dapp origin to RPC/txParams
| * notifications - show tx originkumavis2016-05-261-0/+1
| |
| * background - append origin to rpc payload and sig requestkumavis2016-05-261-14/+34
| |
* | notifications - remove timeout for signature requestskumavis2016-05-261-0/+2
|/
* Merge pull request #207 from MetaMask/i168Dan Finlay2016-05-252-2/+41
|\ | | | | signTx+Msg - show Account Unlock Request when locked
| * signTx+Msg - show Account Unlock Request when lockedkumavis2016-05-252-2/+41
| |
* | Merge branch 'dev' of github.com:MetaMask/metamask-plugin into devDan Finlay2016-05-242-6/+6
|\|
| * multiplex - rename control to autoreloadkumavis2016-05-232-6/+6
| |
* | Version 2.0.0Dan Finlay2016-05-241-1/+1
|/
* deps - use web3-stream-provider modulekumavis2016-05-234-96/+14
|
* inpage - refactor for modularitykumavis2016-05-234-143/+196
|
* Added ability to nickname wallets locallyDan Finlay2016-05-213-2/+31
| | | | 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 vaultDan Finlay2016-05-212-0/+16
| | | | | | | | 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.
* Corrected config pathDan Finlay2016-05-201-1/+1
|
* sync rpc fixkumavis2016-05-203-14/+44
|
* Merge branch 'master' into eyeballskumavis2016-05-142-3/+3
|\
| * Version 1.8.4kumavis2016-05-141-1/+1
| |
| * Move infura rpcs to httpsDan Finlay2016-05-141-2/+2
| |
* | Streamlined some transition logicDan Finlay2016-05-131-2/+2
| | | | | | | | | | | | | | | | Fixes #122 Had used multiple actions for some transitions, which would lead to brief intermediary states. Now making a few actions much more explicit about what they route to, so there is less intermediary logic, and we can transition confidently to the correct view.
* | Merge branch 'master' into eyeballsDan Finlay2016-05-131-1/+1
|\|
| * Version 1.8.3kumavis2016-05-121-1/+1
| |
* | Merge branch 'master' into eyeballsDan Finlay2016-05-123-9/+26
|\|
| * Version 1.8.2Dan Finlay2016-05-121-1/+1
| |
| * Move all users to new scalable backendDan Finlay2016-05-122-8/+25
| |
* | ui - redesign - app header + accounts selectionkumavis2016-05-1120-0/+10631
|/
* Version 1.8.1Dan Finlay2016-05-111-1/+1
|
* Make default providers more easiliy configurable for metamask devsDan Finlay2016-05-112-7/+34
| | | | | | | | 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.
* Version 1.8.0Dan Finlay2016-05-111-1/+1
|
* inpage - automatic dapp reloadkumavis2016-05-065-16/+90
|
* Add UI for Signing MessagesDan Finlay2016-05-044-76/+87
| | | | | | | | | | 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.
* Version 1.7.0Dan Finlay2016-04-301-1/+1
|
* inpage - add and remove 'define' from global context. updates #126kumavis2016-04-301-0/+15
|
* idmgmt - eth_sign support + notificationskumavis2016-04-294-12/+219
|
* tx list - bug fix - fixes #143kumavis2016-04-292-5/+14
|
* Merge pull request #152 from MetaMask/FilterTransactionListDan Finlay2016-04-283-10/+20
|\ | | | | Filter transaction list for current network
| * Filter transaction list for current blockchain networkDan Finlay2016-04-283-22/+24
| | | | | | | | | | | | | | | | | | | | 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 transactionDan Finlay2016-04-281-6/+14
| |
* | provider - use provider-engine zerokumavis2016-04-272-66/+1
|/
* Persist selected accountDan Finlay2016-04-262-10/+18
| | | | | | When selecting an account, we now persist the selection to the `configManager`, so the selection can be restored when re-unlocking Metamask. Also found the bug where `rawtestrpc` was still being used as a default, and fixed it!
* Make account detail view the primary viewDan Finlay2016-04-261-3/+7
| | | | | | | | - When unlocking, the first account is now selected by default and displayed as the main view. - There is now a "CHANGE ACCT" button on the detail view to show the accounts list. - Clicking an account from the accounts list now navigates to the detail view and selects that account. - Config/Info screen "back" buttons now fire a new action, `GO_HOME`, which is configured to navigate to the accountDetail view, putting that logic in one place. - When locking and unlocking again, the first account is always displayed, eventually we should persist the selection.
* Bump versionDan Finlay2016-04-231-1/+1
|
* Add migration to actual migration array, fix testDan Finlay2016-04-231-0/+2
|
* Corrected migration orderDan Finlay2016-04-232-10/+10
|
* Deprecate rawtestrpc.metamask.ioDan Finlay2016-04-232-4/+19
| | | | This migration will move users who have their clients configured to point at `rawtestrpc.metamask.io` to point at our new test-net RPC, `testrpc.metamask.io`.
* Store metamaskId on metaTx instead of getTxWithParams method.Dan Finlay2016-04-212-13/+7
|
* Generate explorer link to match current blockchainDan Finlay2016-04-201-2/+9
|
* Add completed tx hash to persisted tx logDan Finlay2016-04-201-0/+4
|
* Fix config manager methodDan Finlay2016-04-201-1/+1
|
* Add extra tx methods to configManagerDan Finlay2016-04-201-3/+25
|
* Merge branch 'AddPersistentTransactionLog'Dan Finlay2016-04-193-7/+60
|\
| * Emit transaction list to UIDan Finlay2016-04-191-0/+1
| |
| * Fix method of emitting unconfirmedTxs to UIDan Finlay2016-04-192-1/+1
| |
| * Persist transactions to config-managerDan Finlay2016-04-193-7/+59
| | | | | | | | | | | | | | | | 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.
* | contentscript - append inpage as first childkumavis2016-04-191-1/+2
|/
* Merge pull request #113 from MetaMask/i53kumavis2016-04-167-77/+263
|\ | | | | publicConfigStore for sync provider and selected address
| * inpage - use publicConfigStore for selectedAccount and sync providerkumavis2016-04-163-35/+94
| |
| * wiring - trusted-untrusted features + remote-storekumavis2016-04-166-51/+178
| |
* | Bump version to 1.5.1Dan Finlay2016-04-161-1/+1
|/
* wiring - move to obj-multiplexkumavis2016-04-153-24/+50
|
* inpage - defaultAccount - fix bugkumavis2016-04-151-12/+13
|
* web3 - set defaultAccountkumavis2016-04-151-3/+4
|
* clean - inpage remove unused xhr mitm codekumavis2016-04-151-70/+0
|
* Moved UI into repo with its own dependency stackDan Finlay2016-04-142-6/+6
|
* Merge branch 'master' of github.com:MetaMask/metamask-pluginDan Finlay2016-04-145-6/+30
|\
| * Point rawtestrpc at new testrpcDan Finlay2016-04-132-3/+3
| |
| * Migrate etherscan configs to our new production RPC.Dan Finlay2016-04-133-4/+15
| |
| * Migrate etherscan providers to our RPCDan Finlay2016-04-131-0/+13
| |
* | Bump manifest to 1.5.0Dan Finlay2016-04-141-1/+1
|/
* Bump version and changelogDan Finlay2016-04-091-1/+1
|
* popup - fix web3 plumbingkumavis2016-04-093-17/+31
|
* Add ability to export private keysDan Finlay2016-04-072-0/+10
|
* Bump version1.3.2Dan Finlay2016-04-051-1/+1
|
* Add mayBeFauceting boolean to account objectDan Finlay2016-04-051-0/+17
| | | | | | | | | This boolean is computed from these requirements: - The user is on the testnet rpc - The account is index 0 The UI is responsible for checking the account balancing and indicating if fauceting is indeed pending or not.
* Support undefined address selectionDan Finlay2016-04-051-0/+5
| | | | If `setSelectedAddress` is called on the IdStore, the first account is automatically selected.
* Bump versionDan Finlay2016-04-041-1/+1
|
* Add Chrome "file://" protocol to MetaMask manifestNick Dodson2016-04-041-0/+1
|
* Merge pull request #84 from MetaMask/revert-83-revert-82-EtherscanProviderkumavis2016-04-024-16/+104
|\ | | | | Etherscan provider
| * Revert "Revert "Etherscan provider""Dan Finlay2016-04-014-16/+104
| |
* | Call back with wallet restore errorsDan Finlay2016-04-021-1/+5
|/
* Revert "Etherscan provider"Dan Finlay2016-04-014-104/+16
|
* Got etherscan working, bump versionDan Finlay2016-04-011-1/+1
| | | | | | | | New version of provider-engine includes etherscan-subprovider features required to let Metamask use it. Hard coded the new version of `web3-provider-engine` even though it is not live on `npm` yet, because it is a dependency of this branch. I'll deploy to the Chrome store but not merge on Github until that provider-engine is published, because it could break others' dev environments.
* Add custom zeroclient that supports etherscan (still not working)Dan Finlay2016-04-012-11/+68
| | | | 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 Finlay2016-04-013-14/+45
| | | | Committing and pushing to get feedback.
* Do not cache the seed, retrieve it from the decrypted walletDan Finlay2016-04-012-15/+21
|
* Remove unnecessary abstractionDan Finlay2016-04-011-5/+1
|
* Removed logsDan Finlay2016-03-311-6/+0
|
* Bump versionDan Finlay2016-03-311-1/+1
|
* Made configuration migrateableDan Finlay2016-03-315-97/+189
| | | | | | | | | | | | | | 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.
* Created etherscan provider (untested)Dan Finlay2016-03-301-0/+62
|
* Fix signing bugDan Finlay2016-03-301-2/+2
|
* Add auto-faucetingDan Finlay2016-03-303-5/+28
| | | | When first creating a vault, the first account is submitted to our `rawtestrpc` faucet, receiving `1.337` ether within 15-30 seconds.
* Remove argument destructuringDan Finlay2016-03-302-2/+4
|
* Bump version to 1.1.1Dan Finlay2016-03-291-1/+1
|
* Version bumpDan Finlay2016-03-291-1/+1
|
* Return updated state after restoring vaultDan Finlay2016-03-291-1/+1
|
* Remove unused referenceDan Finlay2016-03-261-1/+0
|
* Bumped versionDan Finlay2016-03-261-1/+1
|
* Cleaned up how we pass hdString to LightwalletDan Finlay2016-03-261-4/+11
|
* Implemented BIP44 compliance test.Dan Finlay2016-03-261-57/+43
| | | | Also added the hdPath that Christian had told me to our calls to the LightWallet, but this does not seem to have made us generate the same accounts as `testrpc` yet.
* Convert to bip44 hdTreesDan Finlay2016-03-261-14/+16
| | | | | | Added initial test just to verify we can recover the accounts we generate in this way. Still need to add compliance test to make sure this interoperates with testrpc's new mnemonic flag.
* Bump versionDan Finlay2016-03-251-1/+1
|
* Gave lock a callback for better loading indicationDan Finlay2016-03-251-2/+3
|
* Add seed word caching during confirmation screenDan Finlay2016-03-253-49/+88
| | | | | | | | 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.
* Version 0.14.0Dan Finlay2016-03-231-1/+1
|
* stream-provider - addd isConnected methodkumavis2016-03-211-0/+4
|
* 0.13.0kumavis2016-03-161-1/+1
|
* add vault recoverykumavis2016-03-162-5/+21
|
* notifications - add tx confirm+cancel buttonskumavis2016-03-123-7/+61
|
* unsig tx - show notification on new txkumavis2016-03-112-2/+17
|
* plumbing - fix rpc feedback loop bugkumavis2016-03-111-9/+8
|
* popup.js - set web3 on globalkumavis2016-03-111-0/+2
|
* plumbing - pipe web3 to the popup.jskumavis2016-03-113-22/+104
|
* Bumped version for info page deployDan Finlay2016-03-101-2/+2
|
* config - add config starting with rpc endpointkumavis2016-03-091-4/+31
|
* deps - bump ui and provider-enginekumavis2016-03-091-2/+2
|
* inpage - web3 class injectionkumavis2016-03-061-0/+5
|
* idStore - normalize hex format before signingkumavis2016-03-061-1/+7
|
* build - add gulp build processkumavis2016-03-031-16/+1212
|
* tx sig - it works againkumavis2016-03-032-141/+95
|
* background - use provider-engine zero clientkumavis2016-03-032-63/+8
|
* Add lock images to static repo.Dan Finlay2016-03-032-0/+0
| | | | | | | Having the ui in one project but the static resources in this one is a good sign that either: - We should have the UI in this project. - We should find a way to keep the static resources in the UI repo.
* web3-provider - add nonce trackerkumavis2016-03-022-2/+7
|
* Fix issue with raw transaction injected.Simon de la Rouviere2016-02-231-6/+6
|
* idStore - add createNewVaultkumavis2016-02-172-14/+18
|
* manifest - rm unused permissionskumavis2016-02-171-2/+0
|
* logs - silence logkumavis2016-02-161-1/+0
|
* idStore - add isInitialized flagkumavis2016-02-161-0/+1
|
* internal rpc - add isMetamaskInternal flagkumavis2016-02-161-1/+1
|
* disable localhost interceptionkumavis2016-02-161-63/+63
|
* logging - add localhost interception messagekumavis2016-02-161-2/+5
|
* intercept xhrs for localhost:8545kumavis2016-02-152-10/+92
|
* popup - add current domain trackingkumavis2016-02-132-22/+49
|
* idStore - seperate signTx and sendTxkumavis2016-02-132-13/+30
|
* idStore - cancel txkumavis2016-02-132-0/+9
|
* 0.11.0kumavis2016-02-111-1/+1
|
* idmgmt - refactorkumavis2016-02-113-382/+331
|
* 0.10.0kumavis2016-02-111-1/+1
|
* idmgmt - emit update on new txkumavis2016-02-111-6/+6
|
* context wiring - handle and log errorskumavis2016-02-114-4/+20
|
* sync - slow account polling to 4skumavis2016-02-091-1/+1
|
* clean - silence loggingkumavis2016-02-092-2/+1
|
* 0.9.0kumavis2016-02-091-1/+1
|
* 0.7.0kumavis2016-01-311-1/+1
|
* rpc - sync - add support for sync eth_accounts + eth_coinbasekumavis2016-01-311-9/+46
|
* 0.6.0kumavis2016-01-311-1/+1
|
* rpc - sync - add warning for unsupported eth_accountskumavis2016-01-311-1/+14
|
* logging - silence rpc response loggingkumavis2016-01-311-3/+3
|
* add basic sync supportkumavis2016-01-311-2/+8
|
* util - stream-provider - fix batchkumavis2016-01-311-3/+11
|
* deps - bump metamask-providerkumavis2016-01-282-3/+3
|
* 0.4.0kumavis2016-01-271-1/+1
|
* 0.3.0kumavis2016-01-211-1/+1
|
* 0.2.0kumavis2016-01-191-1/+1
|
* tx-signing workskumavis2016-01-193-22/+60
|
* add pending txs but just autosignkumavis2016-01-182-10/+52
|
* refactor - push data to popupkumavis2016-01-174-47/+73
|
* wallet sync fixkumavis2016-01-172-8/+33
|
* breakout idmgmtkumavis2016-01-173-226/+251
|
* integrate metamask-ui with id mgmtkumavis2016-01-154-28/+197
|
* migrate to new ui + providerkumavis2016-01-155-151/+59
|
* start of extension popup windowkumavis2015-12-234-6/+49
|
* clean - remove debuggerkumavis2015-12-231-1/+1
|
* rpc - move to main chainkumavis2015-12-211-1/+3
|
* testing continueskumavis2015-12-213-12/+22
|
* migrate to ProviderEngine zero-clientkumavis2015-12-196-181/+293
|