-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Convert AsyncStep to suspending functions instead of Flows (#215)
Since AsyncSteps are meant to be executed only once and we do not seem to use the `Progress` state for anything, it is far simpler / readable to express them as suspending functions. This PR also adds some logging to AsyncStep and removes EthGetNonceStep (as discussed in t-clients) Tested working with both MetaMask and Trust.
- Loading branch information
1 parent
76663bb
commit 5ed1516
Showing
16 changed files
with
421 additions
and
644 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.