0
0
Fork 0
mirror of https://github.com/bitcoin/bitcoin.git synced 2025-02-04 10:07:27 -05:00
bitcoin-bitcoin-core/src/wallet
Matt Corallo e6d5e6cbbe Hold cs_wallet for whole block [dis]connection processing
This simplifies fixing the wallet-returns-stale-info issue as we
now hold cs_wallet across an entire block instead of only per-tx.
2017-04-07 11:53:43 +02:00
..
test Add COutput::fSafe member for safe handling of unconfirmed outputs 2017-03-10 05:11:10 +00:00
coincontrol.h Allow to opt-into RBF when creating a transaction 2017-01-23 16:23:39 -05: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 Use fsbridge for fopen and freopen 2017-04-03 12:32:32 +02:00
db.h Replace uses of boost::filesystem with fs 2017-04-03 12:32:32 +02:00
rpcdump.cpp Merge #9818: Save watch only key timestamps when reimporting keys 2017-03-17 21:52:14 +01:00
rpcwallet.cpp Change LogAcceptCategory to use uint32_t rather than sets of strings. 2017-04-01 18:53:29 +00:00
rpcwallet.h Move wallet RPC declarations to rpcwallet.h 2017-02-27 20:45:18 +00:00
wallet.cpp Hold cs_wallet for whole block [dis]connection processing 2017-04-07 11:53:43 +02:00
wallet.h SyncTransaction->TxAddedToMempool/BlockConnected/Disconnected 2017-04-07 11:53:43 +02:00
walletdb.cpp Replace uses of boost::filesystem with fs 2017-04-03 12:32:32 +02:00
walletdb.h Replace uses of boost::filesystem with fs 2017-04-03 12:32:32 +02:00