-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
fix: Various small fixes #5425
fix: Various small fixes #5425
Conversation
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.
Can you explain why a3b41ab isn't a breaking change?
Luckily, in both cases we never check for type/version in serialization of any underlying type for all the values hashed there, so serialization stays the same. And hashing isn't affected by type/version either. To confirm this, I reindexed on testnet with |
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.
utACK for merging via merge commit
we should be truncating after (potentially) adding new element, not before we even tried to do so
…NJOIN_SALT` keys as unknown Before: `Unknown wallet records: 2` After: `Unknown wallet records: 0`
this fix is for tray icon menu
fix: Various small fixes
Issue being fixed or feature implemented
Fix various issues/crashes. These commits are mostly tiny/trivial so I thought it might be a good idea to just dump them in one PR and merge w/o squashing. Feel free to suggest otherwise :)
What was done?
Pls see individual commits
How Has This Been Tested?
run tests, run qt
Breaking Changes
n/a
Checklist: