Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Added `view more` button to transaction list | Dan Finlay | 2016-08-19 | 1 | -0/+12 |
| | | | | Visible at the end of the transaction list, or if no transactions are listed, displayed right after the `No Transactions` message. | ||||
* | Enforce tx history limit | Dan Finlay | 2016-08-19 | 1 | -0/+11 |
| | |||||
* | Added compliance for tests and properly accounts for N/A conversions. | Kevin Serrano | 2016-08-17 | 1 | -7/+6 |
| | |||||
* | Remove extra test. | Kevin Serrano | 2016-08-17 | 1 | -4/+0 |
| | |||||
* | Merge branch 'master' into usd-conversion | Kevin Serrano | 2016-08-05 | 1 | -3/+12 |
|\ | |||||
| * | Fix extension tests | Dan Finlay | 2016-07-26 | 1 | -3/+12 |
| | | |||||
* | | Change function names. Add interval polling for api. Refactor functions. | Kevin Serrano | 2016-07-22 | 1 | -3/+3 |
| | | |||||
* | | Merge branch 'master' into usd-conversion | Kevin Serrano | 2016-07-22 | 1 | -0/+39 |
|\| | |||||
| * | Implement some cross-browser practices (#473) | Dan Finlay | 2016-07-22 | 1 | -0/+39 |
| | | | | | | | | | | | | | | | | | | | | | | | | * 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 | ||||
* | | Progress on config manager. Plus tests. | Kevin Serrano | 2016-07-21 | 1 | -1/+81 |
|/ | |||||
* | Remove unused functions. Readd if necessary. | Kevin Serrano | 2016-07-12 | 1 | -19/+0 |
| | |||||
* | Refactor util tests. | Kevin Serrano | 2016-07-12 | 1 | -11/+8 |
| | |||||
* | Add nickname rendering for recipient address | Dan Finlay | 2016-07-08 | 1 | -0/+44 |
| | |||||
* | Merge branch 'master' into ConfirmationStyle | Dan Finlay | 2016-07-08 | 1 | -4/+17 |
|\ | |||||
| * | Revert back to original formatBalance | Frankie | 2016-07-08 | 1 | -5/+17 |
| | | |||||
* | | Merged latest balance formatting code | Dan Finlay | 2016-07-07 | 1 | -17/+4 |
|\| | |||||
| * | Add decimal hendeling to ETH balance | Frankie | 2016-07-07 | 1 | -17/+5 |
| | | |||||
* | | Began reworking tx conf view | Dan Finlay | 2016-07-07 | 1 | -0/+6 |
| | | |||||
* | | Simplify empty account balance rendering | Dan Finlay | 2016-07-06 | 1 | -1/+1 |
|/ | |||||
* | Remove useless and buggy clearWallet function | Dan Finlay | 2016-07-01 | 1 | -11/+0 |
| | |||||
* | Replicated really strange bug with test | Dan Finlay | 2016-07-01 | 1 | -1/+16 |
| | |||||
* | Fixed tests | Dan Finlay | 2016-06-25 | 2 | -2/+9 |
| | |||||
* | stop pedantic linting | kumavis | 2016-06-24 | 1 | -1/+1 |
| | |||||
* | icon-factory - overhaul to provide svg or imagified el | kumavis | 2016-06-24 | 1 | -31/+0 |
| | |||||
* | Fix eth sign with dennis' test input | Dan Finlay | 2016-06-22 | 1 | -11/+13 |
| | |||||
* | Add linting to our mocha suite | Dan Finlay | 2016-06-22 | 1 | -0/+9 |
| | |||||
* | added a failing case and fixed it by refactoring everything to strings | Zac Mitton | 2016-06-21 | 1 | -1/+15 |
| | |||||
* | Merge branch 'master' into SignFullDataNotHash | Dan Finlay | 2016-06-17 | 1 | -1/+31 |
|\ | |||||
| * | Add confirmation persisting to localStorage | Dan Finlay | 2016-06-17 | 1 | -1/+31 |
| | | |||||
* | | Fixed signing of hashes | Dan Finlay | 2016-06-17 | 1 | -4/+6 |
| | | | | | | | | | | | | 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. | ||||
* | | Began adding signMsg unit test | Dan Finlay | 2016-06-16 | 1 | -0/+31 |
|/ | |||||
* | Cache identicons | Dan Finlay | 2016-06-07 | 1 | -0/+31 |
| | | | | | | | | Fixes #197 Also as a side effect, by creating this `iconFactory.cache` object, we have a convenient place for specifying stock icons for known contracts! We can just hard-code image addresses in the `ui/lib/icon-factory.js` cache instantiation, and those values will be injected into the identicon image tag `src` attributes. | ||||
* | Fix hashed address validation | Dan Finlay | 2016-06-03 | 1 | -3/+3 |
| | |||||
* | Add test case for sample hashed address | Dan Finlay | 2016-06-02 | 1 | -0/+7 |
| | |||||
* | Merge pull request #222 from MetaMask/balances | kumavis | 2016-05-26 | 1 | -5/+30 |
|\ | | | | | Fixes #206 | ||||
| * | correctly displaying small balances with tests | Zac Mitton | 2016-05-26 | 1 | -5/+30 |
| | | |||||
* | | Fix persistent warning bug | Dan Finlay | 2016-05-26 | 1 | -0/+51 |
|/ | |||||
* | Added ability to nickname wallets locally | Dan Finlay | 2016-05-21 | 2 | -0/+57 |
| | | | | 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 full precision to send tx value field. | Dan Finlay | 2016-05-20 | 1 | -0/+14 |
| | |||||
* | Increase send value precision | Dan Finlay | 2016-05-20 | 1 | -0/+8 |
| | |||||
* | Add address capitalization checksumming | Dan Finlay | 2016-05-20 | 1 | -0/+46 |
| | |||||
* | Streamlined some transition logic | Dan Finlay | 2016-05-13 | 2 | -1/+28 |
| | | | | | | | | 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. | ||||
* | Move all users to new scalable backend | Dan Finlay | 2016-05-12 | 1 | -0/+5 |
| | |||||
* | Fix test | Dan Finlay | 2016-05-11 | 1 | -1/+2 |
| | |||||
* | Remove test only statement | Dan Finlay | 2016-05-11 | 1 | -1/+1 |
| | |||||
* | Fix outdated transitions | Dan Finlay | 2016-04-30 | 1 | -23/+23 |
| | | | | | | | | Fixes #151 - Cancelling or completing a tx now goes back to account detail view. - Restoring a vault now does not select an unloaded account, shows account list. - Account list now never selects an item only uses the cells as buttons. | ||||
* | Fix test | Dan Finlay | 2016-04-28 | 1 | -4/+8 |
| | |||||
* | Fix explorer link generation | Dan Finlay | 2016-04-28 | 1 | -0/+11 |
| | |||||
* | Make account detail view the primary view | Dan Finlay | 2016-04-26 | 1 | -1/+1 |
| | | | | | | | | - 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. | ||||
* | Add migration to actual migration array, fix test | Dan Finlay | 2016-04-23 | 1 | -3/+8 |
| | |||||
* | Deprecate rawtestrpc.metamask.io | Dan Finlay | 2016-04-23 | 1 | -3/+11 |
| | | | | 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 Finlay | 2016-04-21 | 1 | -26/+0 |
| | |||||
* | Fix floating point input bug | Dan Finlay | 2016-04-20 | 1 | -27/+41 |
| | | | | | | When sending a transaction, we were converting to BN before handling decimals, which meant we were losing any precision past a decimal point, since BN does not handle decimals! Put this numeric normalization into a utility function with a test around it and got it working. | ||||
* | Add extra tx methods to configManager | Dan Finlay | 2016-04-20 | 1 | -0/+36 |
| | |||||
* | Persist transactions to config-manager | Dan Finlay | 2016-04-19 | 1 | -0/+79 |
| | | | | | | | | 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. | ||||
* | Unify test suites | Dan Finlay | 2016-04-19 | 8 | -1/+454 |
| | |||||
* | Fix plugin tests | Dan Finlay | 2016-04-19 | 1 | -5/+8 |
| | |||||
* | Migrate etherscan providers to our RPC | Dan Finlay | 2016-04-13 | 1 | -0/+14 |
| | |||||
* | Made configuration migrateable | Dan Finlay | 2016-03-31 | 1 | -0/+71 |
| | | | | | | | | | | | | | | 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. | ||||
* | Correct the bip44 test account | Dan Finlay | 2016-03-26 | 1 | -5/+5 |
| | |||||
* | Implemented BIP44 compliance test. | Dan Finlay | 2016-03-26 | 1 | -0/+81 |
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. |