Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Switch existing modals from using Notification to Modal. Remove Notification ↵ | Alexander Tseung | 2018-09-20 | 1 | -2/+3 |
| | | | | component. Add CancelTransaction modal | ||||
* | Add createCancelTransaction method | Alexander Tseung | 2018-09-11 | 1 | -2/+47 |
| | |||||
* | Merge branch 'develop' of github.com:MetaMask/metamask-extension into ↵ | kumavis | 2018-07-04 | 1 | -1/+1 |
|\ | | | | | | | network-remove-provider-engine | ||||
* | | Merge branch 'develop' of github.com:MetaMask/metamask-extension into ↵ | kumavis | 2018-07-03 | 1 | -2/+7 |
|\| | | | | | | | network-remove-provider-engine | ||||
| * | controllers - transaction - prefer log over console | kumavis | 2018-06-13 | 1 | -2/+2 |
| | | |||||
| * | metamask - ensure all nonce locks are released | kumavis | 2018-06-13 | 1 | -1/+6 |
| | | |||||
* | | Merge branch 'develop' of github.com:MetaMask/metamask-extension into ↵ | kumavis | 2018-06-07 | 1 | -1/+5 |
|\| | | | | | | | network-remove-provider-engine | ||||
| * | remove generating blocked accounts and use a config file instead | Csaba Solya | 2018-05-31 | 1 | -2/+2 |
| | | |||||
| * | adding tests for recipient blacklist checker | Csaba Solya | 2018-05-30 | 1 | -2/+2 |
| | | |||||
| * | initial implementation | Csaba Solya | 2018-05-30 | 1 | -1/+5 |
| | | |||||
* | | Merge branch 'develop' of github.com:MetaMask/metamask-extension into ↵ | kumavis | 2018-06-07 | 1 | -3/+5 |
|\| | | | | | | | network-remove-provider-engine | ||||
| * | cleanErrorStack moved to separate library module | Anton | 2018-05-29 | 1 | -12/+4 |
| | | | | | | | | more errors traces cleaned up | ||||
| * | error message fix | Anton | 2018-05-29 | 1 | -2/+1 |
| | | |||||
| * | Clean up user rejection error message | Anton | 2018-05-28 | 1 | -3/+14 |
| | | |||||
* | | controllers - transactions - fix tx status update on boot | kumavis | 2018-05-29 | 1 | -0/+12 |
| | | |||||
* | | controllers - transactions - fix tx confirmation | kumavis | 2018-05-29 | 1 | -1/+1 |
| | | |||||
* | | controllers - transactions - merge @frankiebee's work with mine | kumavis | 2018-05-29 | 1 | -9/+37 |
| | | |||||
* | | Merge branch 'network-remove-provider-engine' of ↵ | frankiebee | 2018-05-23 | 1 | -15/+0 |
|\ \ | | | | | | | | | | https://github.com/MetaMask/metamask-extension into transactions-use-new-block-tracker | ||||
| * \ | Merge branch 'develop' of github.com:MetaMask/metamask-extension into ↵ | kumavis | 2018-05-23 | 1 | -15/+0 |
| |\ \ | | | | | | | | | | | | | network-remove-provider-engine | ||||
| | * | | Reveal get filtered tx list (#4332) | Frankie | 2018-05-22 | 1 | -15/+0 |
| | | | | | | | | | | | | | | | | | | | | | | | | * add getFilteredTxList from txController to getApi * transactions - remove dead code (isNonceTaken) | ||||
* | | | | remove dependance on the even tx:confirmed | frankiebee | 2018-05-23 | 1 | -2/+6 |
|/ / / | |||||
* / / | network - create provider and block-tracker via json-rpc-engine | kumavis | 2018-05-17 | 1 | -0/+1 |
|/ / | |||||
* | | Fix documentation typo | bitpshr | 2018-05-08 | 1 | -1/+1 |
| | | |||||
* | | transactions - add a nonce check utility for ui use | frankiebee | 2018-05-02 | 1 | -0/+15 |
|/ | |||||
* | transactions - more docs and clean ups | frankiebee | 2018-04-26 | 1 | -26/+44 |
| | |||||
* | Cleaned up some typos and JSDocs in Transactions | Dan Finlay | 2018-04-24 | 1 | -16/+17 |
| | | | | | | | | | | Nonce tracker is not fully documented yet. Have not yet touched: - tx-state-manager - tx-state-history-helper - util - tx-gas-utils - pending-tx-tracker | ||||
* | transactions - fix refernces | frankiebee | 2018-04-20 | 1 | -1/+1 |
| | |||||
* | Merge branch 'master' into tx-controller-rewrite-v3 | frankiebee | 2018-04-20 | 1 | -0/+1 |
| | |||||
* | meta - transactions - docs yo! | frankiebee | 2018-04-20 | 1 | -11/+16 |
| | |||||
* | fix up - more docs | frankiebee | 2018-04-14 | 1 | -3/+8 |
| | |||||
* | meta - transactions - code clean up and jsDoc | frankiebee | 2018-04-14 | 1 | -41/+109 |
| | |||||
* | transactions - code cleanup | frankiebee | 2018-04-13 | 1 | -56/+57 |
| | |||||
* | meta - transactions - create a transactions dir in controller and move ↵ | frankiebee | 2018-04-11 | 1 | -0/+341 |
relevant files into it |