1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-11-25 20:02:58 +01:00
metamask-extension/ui
Mark Stacey b6b202ca13
Convert nonce background calls to async/await (#12853)
The calls to the background in `actions.js` that relate to the custom
nonce feature now use `async/await` and `promisifiedBackground`.

The behaviour should be unchanged except that when setting the nonce
field, the warning is shown in case of error before the loading
indicator drops, which seems like it would be a minor improvement (if
it has any user-facing impact at all).
2021-12-01 15:16:10 -03:30
..
__mocks__
components Feature: Transaction Insights (#12881) 2021-12-01 13:52:08 -03:30
contexts EIP-1559 V2 : Advanced gas fee modal - Max base fee and Priority fee inputs (#12619) 2021-11-29 23:10:48 +05:30
css Implement Flask onboarding UI (#12745) 2021-12-01 17:53:30 +01:00
ducks Swaps optimizations (#12842) 2021-12-01 12:55:09 -03:30
helpers Implement Flask onboarding UI (#12745) 2021-12-01 17:53:30 +01:00
hooks Swaps optimizations (#12842) 2021-12-01 12:55:09 -03:30
pages Feature: Transaction Insights (#12881) 2021-12-01 13:52:08 -03:30
selectors add openSeaEnabled preference (#12909) 2021-11-30 22:12:27 -06:00
store Convert nonce background calls to async/await (#12853) 2021-12-01 15:16:10 -03:30
1.INTRODUCTION.stories.mdx
2.DOCUMENTATION.stories.mdx
index.js