lbrycrd/src/rpc
Wladimir J. van der Laan eb281842b7
Merge #8775: RPC refactoring: Access wallet using new GetWalletForJSONRPCRequest
d678771 Wallet: Sanitise -wallet parameter (Luke Dashjr)
9756be3 Wallet/RPC: Use filename rather than CWallet pointer, for lockwallet RPCRunLater job name (Luke Dashjr)
86be48a More tightly couple EnsureWalletIsAvailable with GetWalletForJSONRPCRequest where appropriate (Luke Dashjr)
a435632 Move wallet RPC declarations to rpcwallet.h (Luke Dashjr)
ad15734 RPC: Pass on JSONRPCRequest metadata (URI/user/etc) for "help" method (Luke Dashjr)
bf8a04a Reformat touched lines with C++11 (Luke Dashjr)
2e518e3 Move nWalletUnlockTime to CWallet::nRelockTime, and name timed task unique per CWallet (Luke Dashjr)
d77ad6d RPC: Do all wallet access through new GetWalletForJSONRPCRequest (Luke Dashjr)
eca550f RPC/Wallet: Pass CWallet as pointer to helper functions (Luke Dashjr)

Tree-SHA512: bfd592da841693390e16f83b451503eb5cedb71208089aa32b3fc45e973555584a3ed7696dd239f6409324464d565dacf0f3d0e36e8e13ae6a7843848465f960
2017-03-03 13:38:42 +01:00
..
blockchain.cpp Trivial: Rephrase the definition of difficulty in the code. 2017-02-23 22:06:37 -08:00
client.cpp [trivial] Fix recently introduced typos in comments 2017-02-14 20:19:40 +01:00
client.h rpc: Named argument support for bitcoin-cli 2017-01-10 12:04:54 +01:00
mining.cpp Merge #9801: Removed redundant parameter from mempool.PrioritiseTransaction 2017-02-22 12:18:38 +01:00
misc.cpp Merge #8775: RPC refactoring: Access wallet using new GetWalletForJSONRPCRequest 2017-03-03 13:38:42 +01:00
net.cpp Merge #9615: Wallet incremental fee 2017-01-30 10:38:56 +01:00
protocol.cpp Increment MIT Licence copyright header year on files modified in 2016 2016-12-31 11:01:21 -07:00
protocol.h Increment MIT Licence copyright header year on files modified in 2016 2016-12-31 11:01:21 -07:00
rawtransaction.cpp Move wallet RPC declarations to rpcwallet.h 2017-02-27 20:45:18 +00:00
register.h Do not shadow global RPC table variable (tableRPC) 2016-08-25 15:02:26 +02:00
server.cpp Merge #8775: RPC refactoring: Access wallet using new GetWalletForJSONRPCRequest 2017-03-03 13:38:42 +01:00
server.h Move wallet RPC declarations to rpcwallet.h 2017-02-27 20:45:18 +00:00