aboutsummaryrefslogtreecommitdiffstats
path: root/app/scripts/controllers/transactions/index.js
Commit message (Collapse)AuthorAgeFilesLines
* controllers - transactions - merge @frankiebee's work with minekumavis2018-05-291-9/+37
|
* Merge branch 'network-remove-provider-engine' of ↵frankiebee2018-05-231-15/+0
|\ | | | | | | https://github.com/MetaMask/metamask-extension into transactions-use-new-block-tracker
| * Merge branch 'develop' of github.com:MetaMask/metamask-extension into ↵kumavis2018-05-231-15/+0
| |\ | | | | | | | | | network-remove-provider-engine
| | * Reveal get filtered tx list (#4332)Frankie2018-05-221-15/+0
| | | | | | | | | | | | | | | | | | * add getFilteredTxList from txController to getApi * transactions - remove dead code (isNonceTaken)
* | | remove dependance on the even tx:confirmedfrankiebee2018-05-231-2/+6
|/ /
* / network - create provider and block-tracker via json-rpc-enginekumavis2018-05-171-0/+1
|/
* Fix documentation typobitpshr2018-05-081-1/+1
|
* transactions - add a nonce check utility for ui usefrankiebee2018-05-021-0/+15
|
* transactions - more docs and clean upsfrankiebee2018-04-261-26/+44
|
* Cleaned up some typos and JSDocs in TransactionsDan Finlay2018-04-241-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 referncesfrankiebee2018-04-201-1/+1
|
* Merge branch 'master' into tx-controller-rewrite-v3frankiebee2018-04-201-0/+1
|
* meta - transactions - docs yo!frankiebee2018-04-201-11/+16
|
* fix up - more docsfrankiebee2018-04-141-3/+8
|
* meta - transactions - code clean up and jsDocfrankiebee2018-04-141-41/+109
|
* transactions - code cleanupfrankiebee2018-04-131-56/+57
|
* meta - transactions - create a transactions dir in controller and move ↵frankiebee2018-04-111-0/+341
relevant files into it