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
Dan J Miller 38df64783d Ensure correct tx category when sending to contracts without tx data (#7252)
* Ensure correct transaction category when sending to contracts but there is no txParams data

* Update gas when pasting address in send

* Gracefully fall back is send.util/estimateGas when blockGasLimit from background is falsy

* Remove network request frontend fallback for blockGasLimit

* Add some needed slow downs to e2e tests
2019-10-08 04:29:37 +09:00
..
pending-tx-test.js
recipient-blacklist-checker-test.js fix rinkeby spelling (#7148) 2019-09-10 12:51:34 -10:00
tx-controller-test.js Ensure correct tx category when sending to contracts without tx data (#7252) 2019-10-08 04:29:37 +09:00
tx-gas-util-test.js
tx-helper-test.js
tx-state-history-helper-test.js
tx-state-manager-test.js
tx-utils-test.js