aboutsummaryrefslogtreecommitdiffstats
path: root/app/scripts/controllers/transactions/index.js
Commit message (Collapse)AuthorAgeFilesLines
* remove generating blocked accounts and use a config file insteadCsaba Solya2018-05-311-2/+2
|
* adding tests for recipient blacklist checkerCsaba Solya2018-05-301-2/+2
|
* initial implementationCsaba Solya2018-05-301-1/+5
|
* cleanErrorStack moved to separate library moduleAnton2018-05-291-12/+4
| | | | more errors traces cleaned up
* error message fixAnton2018-05-291-2/+1
|
* Clean up user rejection error messageAnton2018-05-281-3/+14
|
* 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