| Commit message (Expand) | Author | Age | Files | Lines |
* | test for pending tx watcher | frankiebee | 2017-08-05 | 4 | -100/+280 |
* | test for SufficientBalance | frankiebee | 2017-08-05 | 1 | -0/+41 |
* | rename the test description Transaction Manger -> Message Manger | frankiebee | 2017-08-05 | 1 | -1/+1 |
* | remove unused sinon | frankiebee | 2017-08-03 | 1 | -1/+0 |
* | fix test | frankiebee | 2017-08-03 | 1 | -1/+1 |
* | move newUnapprovedTransaction to transactions.js | frankiebee | 2017-08-03 | 1 | -3/+66 |
* | Merge branch 'master' into transactionControllerRefractor | frankiebee | 2017-08-02 | 2 | -3/+29 |
|\ |
|
| * | Merge branch 'master' into i1805-LiveBlacklistUpdating | Dan Finlay | 2017-07-27 | 1 | -0/+24 |
| |\ |
|
| | * | Add test for blacklister. | Kevin Serrano | 2017-07-27 | 1 | -0/+24 |
| |/ |
|
| * | nonce-tracker - fix test | kumavis | 2017-07-27 | 1 | -3/+5 |
* | | add test for addTxDefaults | frankiebee | 2017-08-02 | 1 | -5/+30 |
* | | make addUnapprovedTransaction async function and use promise based ethQuery | frankiebee | 2017-08-02 | 2 | -23/+50 |
|/ |
|
* | tx cont - fix test to use async api | kumavis | 2017-07-26 | 1 | -2/+6 |
* | tx cont - add argument for provider constructor | kumavis | 2017-07-26 | 1 | -15/+21 |
* | Fix transaction confirmation ordering | Dan Finlay | 2017-07-18 | 1 | -0/+17 |
* | Sinon stub infura network status | tmashuang | 2017-07-15 | 1 | -14/+18 |
* | Use Let instead of var | tmashuang | 2017-07-15 | 1 | -1/+1 |
* | Infura Network response tests | tmashuang | 2017-07-15 | 1 | -34/+58 |
* | make publishTransaction and signTransaction async methods | frankiebee | 2017-07-14 | 1 | -11/+9 |
* | Merge branch 'master' into nonce-tracker | frankiebee | 2017-07-13 | 1 | -33/+33 |
|\ |
|
| * | tests - disable infura test | kumavis | 2017-07-12 | 1 | -33/+33 |
* | | Fix test to match behavior | frankiebee | 2017-07-13 | 1 | -1/+1 |
* | | Merge branch 'master' into nonce-tracker | frankiebee | 2017-07-12 | 1 | -0/+38 |
|\| |
|
| * | Improve insufficient balance checking in retry loop | Dan Finlay | 2017-07-12 | 1 | -0/+38 |
* | | test - tx controller - fix promise handling | kumavis | 2017-07-08 | 1 | -5/+2 |
* | | test - tx-controller - stub block-tracker method | kumavis | 2017-07-08 | 1 | -1/+1 |
* | | Merge branch 'master' into nonce-tracker | kumavis | 2017-07-08 | 1 | -0/+40 |
|\| |
|
| * | Fix failing test | Dan Finlay | 2017-07-06 | 1 | -27/+29 |
| * | Add missing done | Dan Finlay | 2017-07-06 | 1 | -1/+2 |
| * | Typo fix | Dan Finlay | 2017-07-06 | 1 | -1/+1 |
| * | Add failing test for retrying an over-spending tx | Dan Finlay | 2017-07-06 | 1 | -0/+37 |
* | | Merge branch 'master' into nonce-tracker | frankiebee | 2017-06-28 | 1 | -0/+34 |
|\| |
|
| * | remove option fetch | frankiebee | 2017-06-23 | 1 | -2/+1 |
| * | add `done` and stub fetch | frankiebee | 2017-06-23 | 1 | -8/+9 |
| * | Add test for infura controller. | Kevin Serrano | 2017-06-23 | 1 | -0/+34 |
* | | Merge branch 'master' into nonce-tracker | frankiebee | 2017-06-22 | 1 | -9/+0 |
|\| |
|
| * | Remove second linting script for tests | Thomas Huang | 2017-06-18 | 1 | -9/+0 |
| * | add a check for weather a tx is included in a block when jumping blocks | frankiebee | 2017-06-15 | 1 | -0/+1 |
* | | fix nonceTracker | frankiebee | 2017-06-22 | 1 | -12/+6 |
* | | add a test for #getNonceLock | frankiebee | 2017-06-22 | 1 | -0/+46 |
* | | remove irrelevant test | frankiebee | 2017-06-17 | 1 | -5/+0 |
* | | Fix test to call done | frankiebee | 2017-06-16 | 1 | -7/+8 |
* | | transaction controller - use nonce-tracker | kumavis | 2017-06-15 | 1 | -3/+4 |
|/ |
|
* | Finish async when failing async test | Thomas Huang | 2017-06-13 | 1 | -1/+1 |
* | Make test Async | Thomas Huang | 2017-06-13 | 1 | -1/+2 |
* | Linting | Thomas Huang | 2017-06-13 | 6 | -27/+22 |
* | Modify tests for new api mock.' | Kevin Serrano | 2017-06-06 | 1 | -2/+2 |
* | Modfiy test to ether standards. | Kevin Serrano | 2017-05-25 | 1 | -4/+4 |
* | Merge branch 'master' into i1412-decimalizethegas | Kevin Serrano | 2017-05-25 | 3 | -2/+85 |
|\ |
|
| * | clean up test | frankiebee | 2017-05-24 | 1 | -2/+1 |
| * | stop polling when switching networks | frankiebee | 2017-05-24 | 1 | -1/+5 |
| * | Fix for tests | frankiebee | 2017-05-24 | 3 | -2/+82 |
* | | Fix test, create new value for precision/scale | Kevin Serrano | 2017-05-24 | 1 | -2/+3 |
* | | Modify test, replace clone package. | Kevin Serrano | 2017-05-18 | 1 | -2/+2 |
* | | Linted test | Dan Finlay | 2017-05-17 | 1 | -6/+4 |
* | | Clean up test | Dan Finlay | 2017-05-17 | 1 | -4/+1 |
* | | Simplify test to represent realistic use case | Dan Finlay | 2017-05-17 | 1 | -10/+6 |
* | | Merge branch 'master' into i1412-BrutalTests | Dan Finlay | 2017-05-17 | 2 | -19/+95 |
|\| |
|
| * | Add test around txManager#approveTransaction | Dan Finlay | 2017-05-17 | 1 | -3/+64 |
| * | Improve test | Dan Finlay | 2017-05-17 | 1 | -1/+5 |
| * | Linted | Dan Finlay | 2017-05-17 | 1 | -3/+2 |
| * | Fix quotation mark | Dan Finlay | 2017-05-17 | 1 | -1/+1 |
| * | Linted and removed unused deps | Dan Finlay | 2017-05-17 | 1 | -15/+8 |
| * | Add gas updating test to tx controller tests | Dan Finlay | 2017-05-17 | 1 | -1/+21 |
| * | Remove only line from test | Dan Finlay | 2017-05-17 | 1 | -1/+1 |
* | | Add test requiring high precision | Dan Finlay | 2017-05-17 | 2 | -1/+60 |
|/ |
|
* | Rename tx manager to tx controller | Dan Finlay | 2017-05-17 | 1 | -54/+54 |
* | Merge pull request #1436 from MetaMask/mig13 | Dan Finlay | 2017-05-17 | 1 | -0/+6 |
|\ |
|
| * | migration 13 - change provider from testnet to ropsten | kumavis | 2017-05-16 | 1 | -0/+6 |
* | | Merge branch 'master' into i1407-FixNonEditingTxForm | Dan Finlay | 2017-05-16 | 1 | -0/+41 |
|\| |
|
| * | Create test for Migrator | frankiebee | 2017-05-12 | 1 | -0/+41 |
* | | Clean up test | Dan Finlay | 2017-05-16 | 1 | -14/+2 |
* | | Verify updating gas value updates | Dan Finlay | 2017-05-16 | 1 | -3/+5 |
* | | Got test failing nearly correctly | Dan Finlay | 2017-05-16 | 1 | -14/+15 |
* | | Got a useful error message for next step | Dan Finlay | 2017-05-12 | 1 | -2/+22 |
* | | Fix test up a bit | Dan Finlay | 2017-05-12 | 1 | -6/+4 |
* | | Use react test utils to start composing test | Dan Finlay | 2017-05-12 | 1 | -6/+19 |
* | | Got test failing | Dan Finlay | 2017-05-12 | 1 | -1/+3 |
* | | Fix tests add logs | Dan Finlay | 2017-05-12 | 1 | -3/+7 |
* | | Add an attempt at a unit test for reproducing #1407 | Dan Finlay | 2017-05-11 | 1 | -0/+61 |
|/ |
|
* | Whoops missed some modules | Thomas Huang | 2017-05-05 | 4 | -8/+0 |
* | Remove unused modules and STORAGE_KEY | Thomas Huang | 2017-05-05 | 5 | -13/+0 |
* | Lint tests | Thomas Huang | 2017-05-05 | 25 | -453/+412 |
* | Merge branch 'master' of github.com:MetaMask/metamask-plugin into platform | kumavis | 2017-04-01 | 3 | -45/+84 |
|\ |
|
| * | Merge pull request #1297 from MetaMask/eip155 | Dan Finlay | 2017-04-01 | 2 | -30/+66 |
| |\ |
|
| | * | tests - tx-manager - fix assert and clean formatting | kumavis | 2017-03-31 | 1 | -9/+1 |
| | * | tx-manager - add eip155 support | kumavis | 2017-03-31 | 2 | -31/+75 |
| * | | test - fix notice-controller test | kumavis | 2017-03-31 | 1 | -15/+18 |
* | | | etc - fix notification-manager ref, remove duplicated test file | kumavis | 2017-03-31 | 1 | -77/+0 |
|/ / |
|
* / | tests - add missing done | kumavis | 2017-03-31 | 1 | -1/+1 |
|/ |
|
* | tests - tx-utils gasBuffer calc - fix bug and user easier numbers | kumavis | 2017-03-30 | 1 | -11/+17 |
* | explorer - fix ropsten explorer link tests | kumavis | 2017-03-28 | 2 | -8/+13 |
* | tests - fix ropsten link check | kumavis | 2017-03-28 | 1 | -2/+2 |
* | correct bug in test. | Kevin Serrano | 2017-03-25 | 1 | -1/+1 |
* | Add tests. | Kevin Serrano | 2017-03-25 | 1 | -0/+11 |
* | Add migration tests to ensure that bodies are erased properly in notices. | Kevin Serrano | 2017-03-23 | 1 | -0/+7 |
* | Remove eth-lightwallet | Dan Finlay | 2017-03-17 | 3 | -260/+0 |
* | Add test to account for prevention of identities duplication. | Kevin Serrano | 2017-03-11 | 1 | -1/+22 |
* | Add another test for duplicates. | Kevin Serrano | 2017-03-11 | 1 | -0/+7 |
* | Add basic tests. | Kevin Serrano | 2017-03-11 | 2 | -1/+29 |
* | Merge branch 'master' into kumavis-patch-1 | Dan Finlay | 2017-03-09 | 3 | -5/+6 |
|\ |
|
| * | Merge branch 'master' into i1144-moarrpc | Kevin Serrano | 2017-03-09 | 1 | -0/+26 |
| |\ |
|
| * | | Fix tests until new ones to-be-written. | Kevin Serrano | 2017-03-08 | 1 | -17/+0 |
| * | | Merge github.com:MetaMask/metamask-plugin into i1144-moarrpc | Kevin Serrano | 2017-03-08 | 1 | -1/+1 |
| |\ \ |
|
| * | | | Refactor of code into separate reducers and actions. | Kevin Serrano | 2017-03-08 | 1 | -10/+2 |
| * | | | Merge branch 'master' into i1144-moarrpc | Kevin Serrano | 2017-03-08 | 2 | -1/+47 |
| |\ \ \ |
|
| * | | | | Modify tests.' | Kevin Serrano | 2017-03-08 | 1 | -15/+19 |
| * | | | | More conflict resolution. | Kevin Serrano | 2017-03-02 | 1 | -1/+1 |
| |\ \ \ \ |
|
| | * | | | | Fix test reference | Dan Finlay | 2017-02-28 | 1 | -1/+1 |
| | * | | | | Merge branch 'master' into i1144-moarrpc | Dan Finlay | 2017-02-28 | 4 | -284/+93 |
| | |\ \ \ \ |
|
| * | \ \ \ \ | Fix merge conflicts. | Kevin Serrano | 2017-03-02 | 4 | -284/+93 |
| |\ \ \ \ \ \
| | | |/ / / /
| | |/| | | | |
|
| * | | | | | | Fix spelling error. | Kevin Serrano | 2017-02-25 | 1 | -1/+1 |
| | |/ / / /
| |/| | | | |
|
| * | | | | | Tested against code to play nice with unit tests. | Kevin Serrano | 2017-02-24 | 1 | -3/+25 |
* | | | | | | tx-utils - add encoding utils | kumavis | 2017-03-08 | 1 | -8/+14 |
* | | | | | | tx-utils - stricter naming type-based convention | kumavis | 2017-03-08 | 1 | -14/+14 |
* | | | | | | test - tx-utils | kumavis | 2017-03-08 | 1 | -3/+29 |
| |_|_|_|/
|/| | | | |
|
* | | | | | Merge branch 'master' into i1118-IncreaseGasBuffer | jaredpereira | 2017-03-08 | 1 | -1/+1 |
|\ \ \ \ \
| | |_|_|/
| |/| | | |
|
| * | | | | Fixed encoding | Dan Finlay | 2017-03-08 | 1 | -1/+1 |
| * | | | | Remove unrelated test file | Dan Finlay | 2017-03-08 | 1 | -38/+0 |
| * | | | | Fix test name | Dan Finlay | 2017-03-07 | 1 | -1/+1 |
| * | | | | Fixed internal encoding test case | Dan Finlay | 2017-03-07 | 2 | -1/+39 |
| | |_|/
| |/| | |
|
* | | | | change BN.mul to BN.muln | Jared Pereira | 2017-03-08 | 1 | -9/+7 |
* | | | | add gas buffer multiply test | Jared Pereira | 2017-03-08 | 1 | -16/+6 |
* | | | | Add gas buffer test | Dan Finlay | 2017-03-08 | 1 | -0/+38 |
|/ / / |
|
* | | | Fix normalizeMsgData function to always return hex prefixed | Dan Finlay | 2017-03-07 | 1 | -2/+2 |
* | | | Fix function names | Dan Finlay | 2017-03-07 | 1 | -6/+6 |
* | | | Render personal_sign messages as utf-8 text | Dan Finlay | 2017-03-07 | 2 | -1/+47 |
| |/
|/| |
|
* | | Remove irrelevant tests | Dan Finlay | 2017-02-24 | 1 | -8/+4 |
* | | Move sigUtil and keyrings to external modules | Dan Finlay | 2017-02-22 | 3 | -276/+89 |
|/ |
|
* | Merge branch 'master' into dev | Dan Finlay | 2017-02-16 | 2 | -2/+42 |
|\ |
|
| * | Verify messages in a loop | Dan Finlay | 2017-02-14 | 1 | -27/+25 |
| * | got hash test passing | Dan Finlay | 2017-02-14 | 1 | -14/+23 |
| * | Add failing test for signature recovery | Dan Finlay | 2017-02-14 | 1 | -0/+33 |
| * | Revert old style message sighing | Frankie | 2017-02-10 | 2 | -2/+2 |
* | | Complete migration tests. | Kevin Serrano | 2017-02-16 | 1 | -15/+74 |
* | | Add migrations for removing terms of use data. | Kevin Serrano | 2017-02-15 | 1 | -2/+6 |
* | | Delete all code related to disclaimers. | Kevin Serrano | 2017-02-10 | 1 | -34/+0 |
|/ |
|
* | test - skip eth_sign tests until we have test data | kumavis | 2017-02-04 | 2 | -2/+2 |
* | migration #9 - break out CurrencyController substate | kumavis | 2017-02-03 | 2 | -75/+87 |
* | txManager - depend on preferencesStore | kumavis | 2017-02-03 | 1 | -1/+0 |
* | metamask - introduce networkStore | kumavis | 2017-02-03 | 1 | -12/+3 |
* | migration 7 - break off TransactionManager substate | kumavis | 2017-02-03 | 1 | -53/+59 |
* | messageManager - move view state to obs-store | kumavis | 2017-02-03 | 1 | -13/+4 |
* | Merge branch 'dev' into messageManagerCleanUp | Frankie | 2017-02-02 | 2 | -16/+4 |
|\ |
|
| * | metamask - adopt isInitialized from keyring controller | kumavis | 2017-02-01 | 1 | -9/+0 |
| * | keyring - move identities into memStore | kumavis | 2017-02-01 | 1 | -2/+4 |
| * | keyring - synchronous getState | kumavis | 2017-02-01 | 1 | -9/+4 |
* | | Merge branch 'dev' into messageManagerCleanUp | Frankie | 2017-02-02 | 1 | -2/+2 |
|\| |
|
| * | continue rename selectedAccount to selectedAddress | kumavis | 2017-01-31 | 1 | -2/+2 |
* | | code clan up and tests | Frankie | 2017-02-02 | 1 | -0/+98 |
* | | Merge branch 'dev' into messageManagerCleanUp | Frankie | 2017-01-29 | 3 | -154/+31 |
|\| |
|
| * | migration 5 - move keyring controller state to substate | kumavis | 2017-01-29 | 2 | -39/+20 |
| * | tests - remove persistence and start with initial state | kumavis | 2017-01-28 | 2 | -115/+11 |
* | | Clean up message manger includes: | Frankie | 2017-01-29 | 1 | -3/+3 |
|/ |
|
* | config-manager - default to USD for currentFiat | kumavis | 2017-01-27 | 1 | -14/+4 |
* | obs-store - use published module | kumavis | 2017-01-25 | 2 | -20/+12 |
* | Merge branch 'dev' of github.com:MetaMask/metamask-plugin into obs-store2 | kumavis | 2017-01-25 | 1 | -0/+3 |
|\ |
|
| * | background controller - extract KeyringC.placeSeedWords to MetamaskC | kumavis | 2017-01-25 | 1 | -0/+3 |
* | | Merge branch 'dev' into obs-store2 | kumavis | 2017-01-22 | 5 | -49/+72 |
|\| |
|
| * | Wrote failing test for eth.sign | Dan Finlay | 2017-01-17 | 1 | -0/+18 |
| * | Merge branch 'dev' into simple-keystore-fix | kumavis | 2017-01-17 | 1 | -1/+1 |
| |\ |
|
| | * | Merge branch 'master' into dev | Dan Finlay | 2017-01-17 | 1 | -1/+1 |
| | |\ |
|
| | | * | remove network Id 2 from explorer link and Add network Id 3 | Frances Pangilinan | 2016-12-21 | 1 | -1/+1 |
| * | | | test - keyring - simple - fix fixture data | kumavis | 2017-01-17 | 1 | -6/+3 |
| |/ / |
|
| * | | test - clear localStorage on test start | kumavis | 2017-01-15 | 1 | -3/+3 |
| * | | test - clear localStorage in case CI caches it (?) | kumavis | 2017-01-15 | 1 | -0/+1 |
| * | | test - txManager - add network to all txs | kumavis | 2017-01-15 | 1 | -18/+19 |
| * | | tests - txManager - add getNetwork fn to fixture txManager | kumavis | 2017-01-15 | 1 | -0/+1 |
| * | | fix for linting | Frankie | 2017-01-14 | 1 | -2/+2 |
| * | | background - handle tx finalization in controllers instead of provider-engine | kumavis | 2017-01-13 | 2 | -22/+27 |
* | | | migrations - introduce promise-based migrator | kumavis | 2017-01-12 | 1 | -24/+24 |
* | | | background - move pojo migrator to outside of metamask controller | kumavis | 2017-01-12 | 1 | -2/+8 |
* | | | test - fix tests from obs-store | kumavis | 2017-01-12 | 2 | -6/+8 |
|/ / |
|
* | | tests - add fetch polyfill | kumavis | 2017-01-11 | 1 | -1/+3 |
* | | Merge remote-tracking branch 'origin/kumavis-readme-gource' into RevertTxManager | Dan Finlay | 2017-01-03 | 6 | -131/+202 |
|\ \ |
|
| * \ | Merge branch 'dev' into TxManager | Frankie | 2016-12-24 | 1 | -1/+1 |
| |\ \ |
|
| * | | | fix some minor spelling mistakes and clean up code | Frankie | 2016-12-24 | 1 | -6/+6 |
| * | | | Merge branch 'dev' into TxManager | Frankie | 2016-12-22 | 4 | -44/+123 |
| |\ \ \ |
|
| * | | | | First pass at revision requests | Frances Pangilinan | 2016-12-22 | 3 | -77/+48 |
| * | | | | add Test for txManager. As well as fix tests to account for txManager. | Frances Pangilinan | 2016-12-15 | 4 | -80/+180 |
* | | | | | Correct getState test to be async | Dan Finlay | 2016-12-24 | 1 | -4/+7 |
| |_|/ /
|/| | | |
|
* | | | | Refine a lostAccount test | Dan Finlay | 2016-12-21 | 1 | -1/+1 |
| |/ /
|/| | |
|
* | | | Merge pull request #916 from MetaMask/i894-DetectBadAccounts | Dan Finlay | 2016-12-21 | 2 | -41/+5 |
|\ \ \ |
|
| * | | | Made changes according to feedback. | Dan Finlay | 2016-12-20 | 1 | -1/+0 |
| * | | | Mostly added bad account detection | Dan Finlay | 2016-12-09 | 2 | -41/+6 |
| |/ / |
|
* | | | Merged master into dev | Dan Finlay | 2016-12-20 | 2 | -3/+118 |
|\ \ \
| |/ /
|/| /
| |/ |
|
| * | move notice code from metamask-controller + config-manager, in to notice-cont... | kumavis | 2016-12-17 | 2 | -94/+115 |
| * | clean - code style | kumavis | 2016-12-17 | 1 | -4/+3 |
| * | Add ability to show notices to user & get confirmation. | Kevin Serrano | 2016-12-17 | 1 | -0/+95 |
* | | Remove .only from unit test suite | Dan Finlay | 2016-12-08 | 1 | -1/+1 |
* | | Fix nodeify | Dan Finlay | 2016-11-29 | 1 | -0/+22 |
* | | Denodeify most of KeyringController | Dan Finlay | 2016-11-29 | 2 | -10/+20 |
* | | Merge branch 'master' into dev | Dan Finlay | 2016-11-24 | 1 | -7/+2 |
|\| |
|
| * | Merge branch 'master' into i868-estimateGasTooHigh | kumavis | 2016-11-23 | 1 | -2/+8 |
| |\ |
|
| | * | Unify test wording | Dan Finlay | 2016-11-22 | 1 | -2/+2 |
| | * | Add temporary morden explorer link support | Dan Finlay | 2016-11-22 | 1 | -0/+6 |
| | * | Fix ropsten link test | Dan Finlay | 2016-11-22 | 1 | -2/+2 |
| * | | idStore - fix estimateGas calculation | kumavis | 2016-11-23 | 1 | -7/+2 |
| |/ |
|
* | | Fix last async keyring test | Dan Finlay | 2016-11-24 | 1 | -8/+10 |
* | | Fix more keyring asyncifying tests | Dan Finlay | 2016-11-24 | 1 | -1/+8 |
* | | Mostly got async keyringController tests passing | Dan Finlay | 2016-11-23 | 3 | -55/+91 |
* | | Fix password reference | Dan Finlay | 2016-11-23 | 1 | -0/+1 |
* | | Fix vault migration unit test | Dan Finlay | 2016-11-23 | 1 | -1/+1 |
* | | Improve vault migration unit test | Dan Finlay | 2016-11-23 | 1 | -1/+2 |
* | | Simplify Encryptor API Surface | Dan Finlay | 2016-11-23 | 1 | -4/+6 |
* | | Merge pull request #858 from MetaMask/i842-WaitForSeedWord | kumavis | 2016-11-23 | 1 | -2/+8 |
|\ \ |
|
| * | | Fix etherscan link generation test | Dan Finlay | 2016-11-23 | 1 | -2/+8 |
* | | | Merge branch 'dev' into dev-cleanup | Kevin Serrano | 2016-11-23 | 2 | -7/+7 |
|\| | |
|
| * | | Fix keyring test | Dan Finlay | 2016-11-22 | 1 | -1/+1 |
| * | | Improve Keyring organization | Dan Finlay | 2016-11-22 | 2 | -6/+6 |
| * | | Revert premature link test fix | Dan Finlay | 2016-11-22 | 1 | -2/+2 |
| * | | Fixed account link test for ropsten network | Dan Finlay | 2016-11-22 | 1 | -2/+2 |
* | | | change all instances of selectedAddress to selectedAccount. | Kevin Serrano | 2016-11-22 | 1 | -1/+0 |
* | | | Remove entropy from encryption and project. | Kevin Serrano | 2016-11-22 | 3 | -6/+4 |
|/ / |
|
* | | Minimize repeated code. | Kevin Serrano | 2016-11-16 | 1 | -1/+1 |
* | | Re-enable disclaimer screen. Rename variables to reflect role more clearly. | Kevin Serrano | 2016-11-15 | 1 | -14/+14 |
* | | Add idStore tests again. | Kevin Serrano | 2016-11-15 | 1 | -0/+198 |
* | | Rename n variables to numberOfAccounts inside of test suite. Remove idStore t... | Kevin Serrano | 2016-11-12 | 3 | -203/+4 |
* | | Merge branch 'master' into i328-MultiVault | Frankie | 2016-11-11 | 1 | -6/+4 |
|\| |
|
| * | Adjust gas buffer to be 20% over estimate | Dan Finlay | 2016-11-09 | 1 | -5/+4 |
| * | Increase gas buffer | Dan Finlay | 2016-11-09 | 1 | -2/+1 |
* | | Merge branch 'master' into i328-MultiVault | Dan Finlay | 2016-11-08 | 1 | -11/+39 |
|\| |
|
| * | Fix gas price buffering | Dan Finlay | 2016-11-08 | 1 | -8/+6 |
| * | Added failing test for #787 | Dan Finlay | 2016-11-08 | 1 | -11/+41 |
* | | Fix nickname test | Dan Finlay | 2016-11-08 | 1 | -0/+1 |
* | | Fix BN reference | Dan Finlay | 2016-11-08 | 1 | -0/+1 |
* | | Fix 787 gas buffer bug | Dan Finlay | 2016-11-08 | 1 | -4/+20 |
* | | Finish fixing nicknaming bug | Dan Finlay | 2016-11-04 | 1 | -0/+31 |
* | | Fix account nicknaming bug | Dan Finlay | 2016-11-04 | 1 | -0/+11 |
* | | Fix vault creation bug | Dan Finlay | 2016-11-04 | 1 | -8/+28 |
* | | Fix dual vault creation bug | Dan Finlay | 2016-11-03 | 1 | -1/+12 |
* | | Fix handling of migrating old vault style | Dan Finlay | 2016-11-03 | 2 | -10/+36 |
* | | Now migrating old vaults to new DEN format | Dan Finlay | 2016-10-29 | 1 | -9/+62 |
* | | Add vault migration test | Dan Finlay | 2016-10-29 | 1 | -0/+91 |
* | | Added hd wallet tests | Dan Finlay | 2016-10-28 | 1 | -0/+97 |
* | | Merge branch 'master' into i328-MultiVault | Dan Finlay | 2016-10-26 | 1 | -4/+17 |
|\| |
|
| * | test - fix delegate-call test | kumavis | 2016-10-25 | 1 | -10/+6 |
| * | Merge branch 'master' into i743-FixDelegateCallFlag | kumavis | 2016-10-25 | 1 | -0/+22 |
| |\ |
|
| * | | Reproduced issue 743 in test case | Dan Finlay | 2016-10-18 | 1 | -3/+20 |
* | | | Merge branch 'master' into i328-MultiVault | Dan Finlay | 2016-10-22 | 1 | -0/+22 |
|\ \ \
| | |/
| |/| |
|
| * | | Clean up tests | Frankie | 2016-10-21 | 1 | -4/+4 |
| * | | Add test and ability for isHex to handle hex strings with hex-prefix | Frankie | 2016-10-20 | 1 | -0/+5 |
| * | | Add unit test for isHex and add to CHANGELOG.md | Frankie | 2016-10-20 | 1 | -0/+17 |
| |/ |
|
* | | Fix bug in new KeyringController vault restoring logic. | Dan Finlay | 2016-10-22 | 1 | -0/+31 |
* | | Create new vault before each keyringController unit test | Dan Finlay | 2016-10-22 | 1 | -3/+5 |
* | | Create basic keyring-controller unit test file | Dan Finlay | 2016-10-22 | 1 | -20/+35 |
* | | Added SimpleKeyring tests | Dan Finlay | 2016-10-22 | 1 | -0/+83 |
* | | Fix tests | Dan Finlay | 2016-10-21 | 3 | -170/+4 |
* | | Git merge resolution. | Kevin Serrano | 2016-10-20 | 1 | -0/+18 |
|\| |
|
| * | Restore hex prefix to gas price | Dan Finlay | 2016-10-18 | 1 | -0/+1 |