Skip to main content Link Menu Expand (external link) Document Search Copy Copied

aries-framework-swift GitHub

PR #37 ci: Use strict option for swiftlint
</td> </tr> </table>
Created At 2023-03-29 11:42:07 +0000 UTC
</div>
PR #36 enhance wallet error message more descriptable with failure reason.
# Checklist - [x] have run AriesFrameworkTests - [x] I have run AllTests # Description it would be help to solve problems if framework provide detailed messages about indy when an error occurs in wallet .
Created At 2023-03-29 06:48:08 +0000 UTC
PR #35 ci: Fix workflow error
Github [macOS runners](https://github.com/actions/runner-images/blob/main/images/macos/macos-12-Readme.md) use cocoapods 1.12.0
Created At 2023-03-27 07:16:16 +0000 UTC
PR #34 refactor: Prepare to support multiple wallets
# Checklist - [x] have run AriesFrameworkTests - [x] I have run AllTests # Description Checking the actual existance of the file may be a better approach than relying on UserDefault to determine the existence of the wallet. In this task, I changed the way to manage master secret id. I referenced this from aries-cloudagent-python. Master secret id is just a label given to the master secret stored in the wallet, so there is no need to create it arbitrarily.
Created At 2023-03-24 13:25:15 +0000 UTC
PR #32 Exclude walletKey from AgentConfig encode/decode.
# Checklist - [x] I have run AriesFrameworkTests - [x] I have run AllTests # Description Exclude walletKey from AgentConfig encode/decode. It should be stored separately in a safer place.
Created At 2023-03-24 00:14:12 +0000 UTC