1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-10-24 04:13:27 +02:00
metamask-extension/ui/app/pages/send/tests
Mark Stacey 4d76f5b7ca
Promisify gas estimation (#8387)
The `estimateGasMethod` function passed to `estimateGas` is now an
async function. It is now invoked using `async/await` rather than a
Promise constructor.

This was done as part of a broader effort to use Promises rather than
callbacks when interacting with the background.
2020-04-23 15:01:38 -03:00
..
send-component.test.js Enable arrow-parens ESLint rule 2020-02-15 17:04:21 -03:30
send-container.test.js Remove recompose (#8097) 2020-02-24 19:28:26 -03:30
send-selectors-test-data.js Fix selectors that use metamask.send.from state (#8182) 2020-03-11 15:40:35 -03:00
send-selectors.test.js Fix selectors that use metamask.send.from state (#8182) 2020-03-11 15:40:35 -03:00
send-utils.test.js Promisify gas estimation (#8387) 2020-04-23 15:01:38 -03:00