lbrycrd/src/wallet
Wladimir J. van der Laan 540bf8aacc
Merge #12559: Avoid locking cs_main in some wallet RPC
00f58f8c48 rpc: Avoid locking cs_main in some wallet RPC (João Barbosa)

Pull request description:

  Avoid locking `cs_main` in the folllowing wallet RPC:
   - `decoderawtransaction`
   - `getnewaddress`
   - `getrawchangeaddress`
   - `setlabel`

Tree-SHA512: 54089766b2a969a17479af6c60e8ce151fac1f8cec268d43c61e679d5d17e76d17e414240c9ca2bfd280165f3a04e24a51310eb283591cd601a7eebc8b2423ea
2018-08-23 19:38:18 +02:00
..
test Update copyright headers to 2018 2018-07-27 07:15:02 -04:00
coincontrol.cpp Add -avoidpartialspends and m_avoid_partial_spends 2018-07-24 15:05:37 +09:00
coincontrol.h Update copyright headers to 2018 2018-07-27 07:15:02 -04:00
coinselection.cpp Merge #13780: 0.17: Pre-branch maintenance 2018-08-08 13:55:27 +02:00
coinselection.h Update copyright headers to 2018 2018-07-27 07:15:02 -04:00
crypter.cpp Update copyright headers to 2018 2018-07-27 07:15:02 -04:00
crypter.h Update copyright headers to 2018 2018-07-27 07:15:02 -04:00
db.cpp Merge #13780: 0.17: Pre-branch maintenance 2018-08-08 13:55:27 +02:00
db.h Update copyright headers to 2018 2018-07-27 07:15:02 -04:00
feebumper.cpp Merge #13780: 0.17: Pre-branch maintenance 2018-08-08 13:55:27 +02:00
feebumper.h Update copyright headers to 2018 2018-07-27 07:15:02 -04:00
fees.cpp Update copyright headers to 2018 2018-07-27 07:15:02 -04:00
fees.h Update copyright headers to 2018 2018-07-27 07:15:02 -04:00
init.cpp Update copyright headers to 2018 2018-07-27 07:15:02 -04:00
rpcdump.cpp refactor: use fs:: over boost::filesystem:: 2018-08-15 21:05:21 +08:00
rpcwallet.cpp Merge #12559: Avoid locking cs_main in some wallet RPC 2018-08-23 19:38:18 +02:00
rpcwallet.h Update copyright headers to 2018 2018-07-27 07:15:02 -04:00
wallet.cpp Merge #13666: Always create signatures with Low R values 2018-08-13 12:07:20 +02:00
wallet.h Merge #13666: Always create signatures with Low R values 2018-08-13 12:07:20 +02:00
walletdb.cpp don't report minversion wallet entry as unknown 2018-08-14 11:34:27 -04:00
walletdb.h Update copyright headers to 2018 2018-07-27 07:15:02 -04:00
walletutil.cpp Update copyright headers to 2018 2018-07-27 07:15:02 -04:00
walletutil.h Update copyright headers to 2018 2018-07-27 07:15:02 -04:00