Skip to content
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

Introduce WalletModel and loadWallet functionality #417

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

johnny9
Copy link
Contributor

@johnny9 johnny9 commented Aug 23, 2024

When a user selects a wallet from the WalletSelect menu the wallet controller can now load the wallet data in and the name and balance will appear in the WalletBadge

@MarnixCroes
Copy link
Contributor

forgot to push some stuff?
some things seem to be missing and CI is failing

Copy link
Member

@jarolrod jarolrod left a comment

Choose a reason for hiding this comment

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

Concept ACK

This is a sufficient starting point, @johnny9 fix CI?

@johnny9 johnny9 force-pushed the wallet-model branch 2 times, most recently from 7c99b8e to df375c0 Compare September 13, 2024 03:19
Copy link
Contributor

@MarnixCroes MarnixCroes left a comment

Choose a reason for hiding this comment

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

df375c0

  • On regtest, I generated a wallet and did generatetoaddress 200
    Then the balance was displayed like this
    S

QT:
S

  • regularly it is rather slow or not working
    (it's not because they are big unused wallets that need to load, it works fine when using QT)
screencastload.webm
  • I've had a couple times that after closing the app the Saving... window stayed on for multiple minutes while there seems to be no reason as there was no heavy usage that needed to be saved, maybe related to previous point

When a user selects a wallet from the WalletSelect menu the
wallet controller can now load the wallet data in and the
name and balance will appear in the WalletBadge
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants