Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |