-
Notifications
You must be signed in to change notification settings - Fork 14
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[#1411] Keystone integration #1431
Open
LukasKorba
wants to merge
19
commits into
Electric-Coin-Company:main
Choose a base branch
from
LukasKorba:1411--Keystone-Integration
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
[#1411] Keystone integration #1431
LukasKorba
wants to merge
19
commits into
Electric-Coin-Company:main
from
LukasKorba:1411--Keystone-Integration
Conversation
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
- KeystoneSDK bumped to 0.7.1, still doesn't compile
- this SDK version finally works
- Ability to show & scan Animated QR code implemented
- accountIndex is not used anymore, refactored to SDK's Account - shared state used so there is only 1 source of truth for the account - The key for the chacged ABKeys is an Int, this could be a problem in the future - Zip32Account addopted
- Deployment target bumped up to iOS 16 - Account switch navigation bar implemented - Accounts sheet implemented - Add Keystone HW wallet flow implemented
- Support for multi-account has been implemented for Address book - Handling of all possible states and scenarios (empty AB, 1 vs. many wallet acounts, from Send form vs. from Settings) tested
- Internal build release for the testing purposes
- Receive tab has been extended to support HW wallet accounts - QR code generator and logos have been updated to support multi-account
- The Send has been extended to split paths during review & confirmation into regular Zashi path and HW path - Stacked flow for the KS sign signature done
- The address string for the UI must be taken somewhere, the ideal source of truth is the account itself. The flow here is to load list of accounts without addresses ("") and fill it in later. Due to the nature of bindings in UI, it will reflect it.
- This is supposed to be final design changes, according to 2024-1-03 state
- AccountUUID fully adopted - importAccount by ufvk implemented - texts localized
- Plus very first connection between KS and Zashi confirmed and tested - transaction history now filters based on UUID
- AB is Zashi only - RobotoMono font for the addresses
- the flow for sending has been updated to shielding texts - locallized - API of the synchronizer adopted and updated
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
These changes look good & are in line with Android implementation/functionality. I'll do a second pass as a double check
.listStyle(.plain) | ||
} | ||
|
||
@ViewBuilder func walletAcoountView( |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
small typo
Milan-Cerovsky
approved these changes
Dec 17, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Closes #1411
This code review checklist is intended to serve as a starting point for the author and reviewer, although it may not be appropriate for all types of changes (e.g. fixing a spelling typo in documentation). For more in-depth discussion of how we think about code review, please see Code Review Guidelines.
Author
Reviewer