1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-12-02 14:15:06 +01:00
metamask-extension/ui/store
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
..
actionConstants.js Feat/add collectible manually (#12834) 2021-11-26 14:03:35 -06:00
actionConstants.test.js Refactor send page state management (#10965) 2021-06-23 16:35:25 -05:00
actions.js Convert nonce background calls to async/await (#12853) 2021-12-01 15:16:10 -03:30
actions.test.js Remove unnecessary unlock step (#12840) 2021-11-30 12:13:49 -03:30
store.js remove the ui/app and ui/lib folders (#10911) 2021-04-28 14:53:59 -05:00