| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | MOVEONLY: Move key handling code out of wallet to keyman file | Andrew Chow | 2019-10-25 | 1 | -192/+0 |
| | | | | | | | | | | | | | Start moving wallet and ismine code to scriptpubkeyman.h, scriptpubkeyman.cpp The easiest way to review this commit is to run: git log -p -n1 --color-moved=dimmed_zebra And check that everything is a move (other than includes and copyrights comments). This commit is move-only and doesn't change code or affect behavior. | ||||
| * | Remove unused includes | practicalswift | 2019-10-15 | 1 | -1/+0 |
| | | |||||
| * | Move various SigningProviders to signingprovider.{cpp,h} | Andrew Chow | 2019-07-09 | 1 | -0/+1 |
| | | | | | | | | | | Moves all of the various SigningProviders out of sign.{cpp,h} and keystore.{cpp,h}. As such, keystore.{cpp,h} is also removed. Includes and the Makefile are updated to reflect this. Includes were largely changed using: git grep -l "keystore.h" | xargs sed -i -e 's;keystore.h;script/signingprovider.h;g' | ||||
| * | Change ismine to take a CWallet instead of CKeyStore | Andrew Chow | 2019-06-19 | 1 | -6/+5 |
| | | |||||
| * | Move ismine to wallet module | Andrew Chow | 2019-06-19 | 1 | -0/+193 |