hyperledger / aries-framework-swift

A Swift framework for Aries.
Apache License 2.0
17 stars 6 forks source link

refactor: Prepare to support multiple pools and wallets #33

Closed kukgini closed 1 year ago

kukgini commented 1 year ago

Checklist

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 the master secret id, which is based on the example of aries-cloudagent-python. The master secret id is a label given to the master secret stored in the wallet, so there is no need to create it arbitrarily.In this task, I changed the way to manage the master secret id, which is based on the example of aries-cloudagent-python. The master secret id is a label given to the master secret stored in the wallet, so there is no need to create it arbitrarily.

kukgini commented 1 year ago

Is it necessary linting force try in UnitTest?