secant-ios-wallet/secant
Lukas Korba 366d30a00d KeyStoring protocol implemented
The RecoveryPhraseStorage is an implementation of KeyStoring protocol. The unit tests are testing the keychain functionality to ensure security and proper error handling.

Refactor

All comments from the PR have been incorporated

Another batch of comment updates

thx Adam!

alphabetical order

refactored to private extension

Update secant/Util/RecoveryPhraseStorage.swift

Update secant/Util/RecoveryPhraseStorage.swift

cleanup

refactor and cleanup

setData refactor

Updated to the latest requirements

The KeyStoring implementation now relies on JSON (encoded) storing version, seed phrase and birthday.

method separation

fixed typo

functions documented

typo and warnings fixed

Mock services removed

the file and the content is not used anywhere, once we will need some mocks, we will implement it

RecoveryPhraseStorage singleton removed

Language added to the storage

Co-Authored-By: Adam <adam@olemae.com>
2022-03-23 19:18:08 +01:00
..
AppErrors First Stab at The Composable Architecture 2021-12-13 15:58:13 -03:00
Assets.xcassets Badges updated to use symbols 2022-03-09 10:20:38 +01:00
Colors.xcassets Validation Failure/Success updated to handle dark mode 2022-03-15 16:33:54 +01:00
Features Validation Failure/Success updated to handle dark mode 2022-03-15 16:33:54 +01:00
Fonts Numbered Text View + tests 2021-10-20 21:01:28 -03:00
Generated Badges updated to use symbols 2022-03-09 10:20:38 +01:00
MockedDependencies KeyStoring protocol implemented 2022-03-23 19:18:08 +01:00
Models Fix typos 2022-02-18 23:39:04 +02:00
Preview Content/Preview Assets.xcassets Initial Project 2021-07-29 19:38:35 -03:00
Screens/Onboarding hotfix for the broken animation 2022-03-01 10:40:43 +01:00
Stubs MnemonicSwift added to the project 2022-03-18 14:25:35 +01:00
UIComponents Validation Failure/Success updated to handle dark mode 2022-03-15 16:33:54 +01:00
Util KeyStoring protocol implemented 2022-03-23 19:18:08 +01:00
ContentView.swift SwiftGen Assets 2021-10-05 13:41:26 -05:00
Info.plist First Stab at The Composable Architecture 2021-12-13 15:58:13 -03:00
Localizable.strings Validation Failure/Success updated to handle dark mode 2022-03-15 16:33:54 +01:00
SecantApp.swift Use App feature view for app scene 2021-12-14 02:50:55 +00:00