lbrycrd/src/wallet
Russell Yanofsky 2a8e35a11d Fix importwallet edge case rescan bug
Start importwallet rescans at the first block with timestamp greater or equal
to the wallet birthday instead of the last block with timestamp less or equal.
This fixes an edge case bug where importwallet could fail to start the rescan
early enough if there are blocks with decreasing timestamps or multiple blocks
with the same timestamp.
2017-05-16 11:34:28 -04:00
..
test Fix importwallet edge case rescan bug 2017-05-16 11:34:28 -04:00
coincontrol.h Consensus: Policy: MOVEONLY: Move CFeeRate out of the consensus module 2017-05-03 18:00:13 +02: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 Remove unused C++ code not covered by unit tests 2017-04-26 21:20:02 +02:00
db.h [wallet] Securely erase potentially sensitive keys/values 2017-05-03 11:35:51 -07:00
feebumper.cpp Consensus: Minimal way to move dust out of consensus 2017-05-03 17:55:52 +02:00
feebumper.h [trivial] Fix typo ("improssible" → "impossible") 2017-04-07 18:29:54 +02:00
rpcdump.cpp Fix importwallet edge case rescan bug 2017-05-16 11:34:28 -04:00
rpcwallet.cpp Merge #10341: rpc/wallet: Workaround older UniValue which returns a std::string temporary for get_str 2017-05-11 19:19:30 +02:00
rpcwallet.h Move wallet RPC declarations to rpcwallet.h 2017-02-27 20:45:18 +00:00
wallet.cpp Consensus: Minimal way to move dust out of consensus 2017-05-03 17:55:52 +02:00
wallet.h Consensus: Policy: MOVEONLY: Move CFeeRate out of the consensus module 2017-05-03 18:00:13 +02:00
walletdb.cpp wallet: CWalletDB CDB composition not inheritance 2017-04-20 17:55:01 +02:00
walletdb.h wallet: Add comment describing the various classes in walletdb.h 2017-04-21 16:04:26 +02:00