-
Notifications
You must be signed in to change notification settings - Fork 105
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(IT Wallet): [SIW-1789,SIW-1790] Always fetch the latest wallet i…
…nstance status at app startup (#6474) ## Short description This PR calls the new wallet instance status endpoint at every app startup, without requesting an attestation. This removes the need to cache the attestation, thus solving the issue of an outdated wallet instance on the device. ## List of changes proposed in this pull request - Call the new endpoint in place of the status attestation endpoint - Modified tests ## How to test Activate the wallet, then use IO Web to revoke it. Restart the app: the wallet should be instantly reset on the device. Co-authored-by: Federico Mastrini <[email protected]>
- Loading branch information
Showing
3 changed files
with
39 additions
and
77 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