Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Check for unused function arguments (#6583) | Whymarrh Whitby | 2019-05-09 | 1 | -2/+2 |
| | | | | | | | | | | * eslint: Check for unused function arguments * eslint: Ignore unused '_' in argument list Also allow any number of '_' e.g., '__' or '___' which is to be used sparingly * Remove and rename unused arguments | ||||
* | Disallow loading as metamaskNetworkId (#5924) | Frankie | 2018-12-14 | 1 | -1/+3 |
| | | | | | | * transactions - throw an error if a transaction is generated while the network is loading * add tests for failing when netId is loading | ||||
* | transactions - ensure err is defined when setting tx failed (#5801) | Frankie | 2018-11-27 | 1 | -4/+6 |
| | |||||
* | ESLint fixes (#5775) | Whymarrh Whitby | 2018-11-17 | 1 | -1/+1 |
| | | | | | | * eslint . --fix * Upgrade all ESLint warnings to errors | ||||
* | Tx controller now uses safe event emitter (#5769) | Frankie | 2018-11-17 | 1 | -1/+1 |
| | | | | | | | | | | | | * transactions - use safe-event-emitter over events * tests - pass a platform object on init with a noop showTransactionNotification * test - fix for tx-state-history-helper trying to reduce an empty array * deps - safe-event-emitter * lint | ||||
* | Resubmit approved transactions on new block (#5752) | Dan Finlay | 2018-11-15 | 1 | -0/+11 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | * Add beginning of test * Resubmit approved transactions on new block May fix #4343 and related issues, where an error could leave transactions stranded in the approved state. * Remove unused test * Re-approve transactions when retrying approved * Add retry approved test * Include approved in pending tx count * Fix getPendingTxs() * Linted * Only throw hash error in submitted state * Only check submitted txs for block inclusion * Fix test expectations | ||||
* | Add txReceipt data to transaction details (#5513) | Alexander Tseung | 2018-10-16 | 1 | -0/+5 |
| | |||||
* | Attach the RPC error value to txMeta | Whymarrh Whitby | 2018-09-09 | 1 | -0/+1 |
| | |||||
* | trandsactions - remove rejected transactions from history | frankiebee | 2018-06-26 | 1 | -0/+6 |
| | |||||
* | Merge branch 'master' of github.com:MetaMask/metamask-extension into ↵ | kumavis | 2018-05-30 | 1 | -7/+14 |
|\ | | | | | | | merge-master | ||||
| * | require log | frankiebee | 2018-05-01 | 1 | -0/+1 |
| | | |||||
| * | log emitter errors | frankiebee | 2018-04-30 | 1 | -6/+10 |
| | | |||||
| * | transactions - run event emitters outside context of _setTxStatus | frankiebee | 2018-04-30 | 1 | -7/+9 |
| | | |||||
* | | fix lint issues | Csaba Solya | 2018-05-10 | 1 | -1/+1 |
| | | |||||
* | | remove unnecessary lib | Csaba Solya | 2018-05-10 | 1 | -1/+0 |
| | | |||||
* | | revert unnecessary change in state manager | Csaba Solya | 2018-05-10 | 1 | -13/+7 |
| | | |||||
* | | add time stamps to transaction history log entries | Csaba Solya | 2018-05-10 | 1 | -8/+15 |
| | | |||||
* | | fix - getTxsByMetaData check if the key is in the object not if the value is ↵ | frankiebee | 2018-05-02 | 1 | -1/+1 |
|/ | | | | truthy | ||||
* | transactions - more docs and clean ups | frankiebee | 2018-04-26 | 1 | -12/+15 |
| | |||||
* | meta - transactions - docs yo! | frankiebee | 2018-04-20 | 1 | -50/+152 |
| | |||||
* | transactions - lint fixes | frankiebee | 2018-04-11 | 1 | -6/+6 |
| | |||||
* | meta - transactions - create a transactions dir in controller and move ↵ | frankiebee | 2018-04-11 | 1 | -0/+315 |
relevant files into it |