1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-12-23 09:52:26 +01:00
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
..
2020-02-15 17:04:21 -03:30
2020-01-24 17:11:02 -04:00
2020-02-24 19:28:26 -03:30
2020-04-23 15:01:38 -03:00
2020-03-16 09:44:02 -04:00