1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-11-27 12:56:01 +01:00
metamask-extension/test/unit/app/controllers/transactions
Akshit Kr Nagpal d16d6f483c Validate txParams in TransactionStateManager.addTx (#6713)
* Normalize and Validate txParams in TransactionStateManager.addTx too

* Added Tests

* Updated normalizeAndValidateParams to return the new txParams
2019-06-29 00:51:51 +02:00
..
pending-tx-test.js drop transactions who's nonce is lower then the known network nonce but were not included in a block (#6388) 2019-05-16 07:36:53 +02:00
recipient-blacklist-checker-test.js
tx-controller-test.js Set a default value for code in _determineTransactionCategory (#6604) 2019-05-14 14:14:07 -04:00
tx-gas-util-test.js Check for unused function arguments (#6583) 2019-05-08 15:51:33 -04:00
tx-helper-test.js
tx-state-history-helper-test.js Check for unused function arguments (#6583) 2019-05-08 15:51:33 -04:00
tx-state-manager-test.js Validate txParams in TransactionStateManager.addTx (#6713) 2019-06-29 00:51:51 +02:00
tx-utils-test.js