Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-01-06 | Add src/wallet/* code to wallet:: namespace | Russell Yanofsky | |
2021-12-30 | scripted-diff: Bump copyright headers | Hennadii Stepanov | |
-BEGIN VERIFY SCRIPT- ./contrib/devtools/copyright_header.py update ./ -END VERIFY SCRIPT- Commits of previous years: * 2020: fa0074e2d82928016a43ca408717154a1c70a4db * 2019: aaaaad6ac95b402fe18d019d67897ced6b316ee0 | |||
2021-11-25 | refactor: Use underlying type of isminetype for isminefilter | MarcoFalke | |
2021-01-19 | doc: Add developer documentation to isminetype | HAOYUatHZ | |
2019-12-30 | scripted-diff: Bump copyright of files changed in 2019 | MarcoFalke | |
-BEGIN VERIFY SCRIPT- ./contrib/devtools/copyright_header.py update ./ -END VERIFY SCRIPT- | |||
2019-10-25 | Refactor: Split up CWallet and LegacyScriptPubKeyMan and classes | Andrew Chow | |
This moves CWallet members and methods dealing with keys to a new LegacyScriptPubKeyMan class, and updates calling code to reference the new class instead of CWallet. Most of the changes are simple text replacements and variable substitutions easily verified with: git log -p -n1 -U0 --word-diff-regex=. The only nontrivial chunk of code added is the new LegacyScriptPubKeyMan class declaration, but this code isn't new and is just selectively copied and moved from the previous CWallet class declaration. This can be verified with: git log -p -n1 --color-moved=dimmed_zebra src/wallet/scriptpubkeyman.h src/wallet/wallet.h or git diff HEAD~1:src/wallet/wallet.h HEAD:src/wallet/scriptpubkeyman.h This commit does not change behavior. | |||
2019-06-19 | Change ismine to take a CWallet instead of CKeyStore | Andrew Chow | |
2019-06-19 | Move ismine to wallet module | Andrew Chow | |