FLO-wallet-core/src/wallet
Russell Yanofsky a80f98b1c7 Use importmulti timestamp when importing watch only keys
When importing a watch-only address over importmulti with a specific timestamp,
the wallet's nTimeFirstKey is currently set to 1. After this change, the
provided timestamp will be used and stored as metadata associated with
watch-only key. This can improve wallet performance because it can avoid the
need to scan the entire blockchain for watch only addresses when timestamps are
provided.

Also adds timestamp to validateaddress return value (needed for tests).

Fixes #9034.
2017-02-10 16:11:19 -05:00
..
test Fix memory leak in wallet tests 2017-01-12 11:52:53 -08:00
coincontrol.h Increment MIT Licence copyright header year on files modified in 2016 2016-12-31 11:01:21 -07:00
crypter.cpp Increment MIT Licence copyright header year on files modified in 2016 2016-12-31 11:01:21 -07:00
crypter.h Increment MIT Licence copyright header year on files modified in 2016 2016-12-31 11:01:21 -07:00
db.cpp Merge #9227: Make nWalletDBUpdated atomic to avoid a potential race. 2017-02-06 16:14:17 +01:00
db.h Merge #9227: Make nWalletDBUpdated atomic to avoid a potential race. 2017-02-06 16:14:17 +01:00
rpcdump.cpp Use importmulti timestamp when importing watch only keys 2017-02-10 16:11:19 -05:00
rpcwallet.cpp [wallet] Set correct metadata on bumpfee wallet transactions 2017-02-02 17:34:22 -05:00
rpcwallet.h Do not shadow global RPC table variable (tableRPC) 2016-08-25 15:02:26 +02:00
wallet.cpp Use importmulti timestamp when importing watch only keys 2017-02-10 16:11:19 -05:00
wallet.h Use importmulti timestamp when importing watch only keys 2017-02-10 16:11:19 -05:00
walletdb.cpp Use importmulti timestamp when importing watch only keys 2017-02-10 16:11:19 -05:00
walletdb.h Use importmulti timestamp when importing watch only keys 2017-02-10 16:11:19 -05:00