Skip to content

Comments

Add Create/Import Wallet Flow V2#665

Merged
dangershony merged 1 commit intoblock-core:mainfrom
SuperJMN:feature/addwallet-v2
Feb 20, 2026
Merged

Add Create/Import Wallet Flow V2#665
dangershony merged 1 commit intoblock-core:mainfrom
SuperJMN:feature/addwallet-v2

Conversation

@SuperJMN
Copy link
Collaborator

@SuperJMN SuperJMN commented Feb 20, 2026

Adds new flow for Creating/Importing wallets according to V2

@SuperJMN SuperJMN requested a review from dangershony February 20, 2026 16:30

private static IStorageProvider GetStorageProvider(Control mainView)
{
var topLevel = TopLevel.GetTopLevel(mainView)
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

can you explain this code? the storage provides lives in the main view?


namespace AngorApp.UI.Flows.AddWallet.SeedBackup;

public class SeedBackupFileService(UIServices uiServices, IStorageProvider storageProvider) : ISeedBackupFileService
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I believe we decided to show a popup wit the seedwords finally for simplicity.
thought is this is already implemented

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes, it's implemented, but we can remove it if you wish. It's almost zero work in there :)

@dangershony dangershony merged commit 308b0c0 into block-core:main Feb 20, 2026
3 checks passed
@dangershony dangershony deleted the feature/addwallet-v2 branch February 20, 2026 17:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants