bitcoin/src/wallet
Gregory Maxwell 77c6072473 Enable wallet key imports without rescan in pruned mode.
Complete rescan is incompatible with pruning, but rescan is optional on
 our wallet key import RPCs.  Import on use is very useful in some common
 situations in conjunction with pruning, e.g. merchant payment tracking.

This reenables importprivkey/importaddress/importpubkey when rescan
 is not used.

In the future we should consider changing the rescan argument to allow depth
 or date to allow limited rescanning when compatible with the retained
 block depth.
2015-09-07 01:28:32 +00:00
..
test [Move Only] Move wallet related things to src/wallet/ 2015-03-12 14:13:02 +01:00
crypter.cpp Merge pull request #6415 2015-08-14 16:28:37 +02:00
crypter.h ensure consistent header comment naming conventions 2015-04-20 13:29:22 +02:00
db.cpp fix crash on shutdown when e.g. changing -txindex and abort action 2015-06-16 15:03:50 +02:00
db.h fix crash on shutdown when e.g. changing -txindex and abort action 2015-06-16 15:03:50 +02:00
rpcdump.cpp Enable wallet key imports without rescan in pruned mode. 2015-09-07 01:28:32 +00:00
rpcwallet.cpp Merge pull request #6539 2015-08-19 17:28:00 +02:00
wallet.cpp Merge pull request #6415 2015-08-14 16:28:37 +02:00
wallet.h Merge pull request #6415 2015-08-14 16:28:37 +02:00
wallet_ismine.cpp SQUASH "Add have-pubkey distinction to ISMINE flags" 2015-08-08 09:30:53 -07:00
wallet_ismine.h Merge pull request #6415 2015-08-14 16:28:37 +02:00
walletdb.cpp Includes: Cleanup around net main and wallet 2015-07-23 21:10:26 +02:00
walletdb.h Includes: Cleanup around net main and wallet 2015-07-23 21:10:26 +02:00