-
Notifications
You must be signed in to change notification settings - Fork 725
[Wallet][Startup][DB][Backport] Remove vchDefaultKey from wallet.h #1030
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
[Wallet][Startup][DB][Backport] Remove vchDefaultKey from wallet.h #1030
Conversation
* OS memory allocation fail handler. * OS signal handler registration method created to remove code duplication. * AppInitBasicSetup() method created, organizing better the setup step of the wallet initialization.
* Stop loading block indexes on wallet startup if shutdown was requested. * Wallet loading, wallet rescan and block index load time logged in a more understandable way.
…emove vchDefaultKey and have better first run detection". [Wallet][Startup][DB][Backport] Don't create any default address
0ca58ef to
6637fd1
Compare
random-zebra
left a comment
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
random-zebra
left a comment
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.
ACK 83d8d00
Warrows
left a comment
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.
ACK 83d8d00
Fuzzbawls
left a comment
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.
ACK 83d8d00
…m wallet.h 83d8d00 [Trivial] Init.cpp, instead of use LogPrint, use error. (furszy) 6637fd1 [Wallet][Startup][DB][Backport] bitcoin#10952 BTC back port. Named "Remove vchDefaultKey and have better first run detection". (furszy) Pull request description: Back port from bitcoin#10952. This PR is on top of #1029 because of both PRs modifying `init.cpp`. Check only the last commit. ACKs for top commit: random-zebra: ACK 83d8d00 Warrows: ACK 83d8d00 Fuzzbawls: ACK 83d8d00 Tree-SHA512: 0e05f7f80897a421c541580abbd10af37db083a43c6edf49f61e8d1977c58c6e486b1f17e0eac4fb4e8257200eea3e04b5510321cb4484e110f466f5a5132151
Back port from bitcoin#10952.
This PR is on top of #1029 because of both PRs modifying
init.cpp.Check only the last commit.