-
Notifications
You must be signed in to change notification settings - Fork 37.7k
wip: gui: Refactor to drop client and wallet models setters #18239
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
Conversation
7c3044a
to
776d78f
Compare
The following sections might be updated with supplementary metadata relevant to reviewers and maintainers. ConflictsReviewers, this pull request conflicts with the following ones:
If you consider this pull request important, please also help to review the conflicting pull requests. Ideally, start with the one that should be merged first. |
776d78f
to
9a50cbf
Compare
7692fee
to
2f6dd72
Compare
Concept ACK on including models in class invariants where appropriate. |
🐙 This pull request conflicts with the target branch and needs rebase. |
This is based on a PR that has since been closed (#18064), itself hasn't seen any review and currently needs a rebase. If it's still relevant them I'm going to suggest re-opening it in https://github.com/bitcoin-core/gui. |
This change makes the code simpler as the client and wallet models are set in the constructor and are constant.
Based on #18064, only bbb33d6.
This does't change behavior.