Brad Decker
|
a49a4a066c
|
expand transaction constants coverage (#9790)
* expand transaction constants coverage
* touchups
* dont import inside of e2e
* Update app/scripts/controllers/transactions/tx-state-manager.js
Co-authored-by: Mark Stacey <markjstacey@gmail.com>
* Update test/unit/app/controllers/transactions/tx-controller-test.js
Co-authored-by: Mark Stacey <markjstacey@gmail.com>
Co-authored-by: Mark Stacey <markjstacey@gmail.com>
|
2020-11-07 01:38:12 -06:00 |
|
Brad Decker
|
2ebf8756a4
|
[RFC] add prettier to eslint (#8595)
|
2020-11-02 17:41:28 -06:00 |
|
Whymarrh Whitby
|
c1e3c229bc
|
Fix import/order issues (#9239)
See [`import/order`](https://eslint.org/docs/rules/import/order) for more information.
This change enables `import/order` and fixes the issues raised by the rule.
|
2020-08-18 16:48:25 -02:30 |
|
Whymarrh Whitby
|
c11888f287
|
Fix no-empty-function issues (#9216)
See [`no-empty-function`](https://eslint.org/docs/rules/no-empty-function) for more information.
This change enables `no-empty-function` and fixes the issues raised by the rule.
|
2020-08-14 09:17:02 -02:30 |
|
Thomas Huang
|
753a3eb4c9
|
ParseInt nextworkNextNonce correction (#8827)
* networkNextNonce toNumber
* nonceBN for all getTransactionCount
Co-authored-by: Mark Stacey <markjstacey@gmail.com>
|
2020-06-17 14:13:33 -07:00 |
|
Whymarrh Whitby
|
85453a2588
|
Rework pending tx logic (#8398)
|
2020-05-01 15:19:29 -02:30 |
|
Whymarrh Whitby
|
7439cd1662
|
Mark PendingTransactionTracker#resubmitPendingTxs as async (#8399)
|
2020-04-27 13:24:39 -02:30 |
|
Whymarrh Whitby
|
91a75b2417
|
Add new PendingTransactionTracker tests (#8384)
Co-authored-by: Jenny Pollack <jennypollack3@gmail.com>
|
2020-04-23 13:19:04 -02:30 |
|