lbrycrd/src/rpc
Wladimir J. van der Laan f544e23556
Merge #14863: refactor: Add and use HaveTxsDownloaded() where appropriate
fa4fc8856b validation: Add and use HaveTxsDownloaded where appropriate (MarcoFalke)

Pull request description:

  `nChainTx` is an implementation detail that shouldn't be exposed without a wrapper that comes with appropriate documentation.

Tree-SHA512: 56ab7378c2ce97794498724c271f861de982de69099e90ec09632a26230ae6fded3c59668adb378bd64dcb8ef714769b970210977b88a53fc7550774ddba3d59
2018-12-07 14:59:30 +01:00
..
blockchain.cpp Merge #14863: refactor: Add and use HaveTxsDownloaded() where appropriate 2018-12-07 14:59:30 +01:00
blockchain.h doc: correct GetDifficulty doc after #13288 2018-09-03 09:35:41 +08:00
client.cpp rpc: Add wait argument to stop 2018-11-23 16:54:22 +00:00
client.h Update copyright headers to 2018 2018-07-27 07:15:02 -04:00
mining.cpp rpc: Pass argument descriptions to RPCHelpMan 2018-11-27 14:18:19 -05:00
mining.h scripted-diff: Replace #include "" with #include <> (ryanofsky) 2017-11-16 08:23:01 +13:00
misc.cpp rpc: Pass argument descriptions to RPCHelpMan 2018-11-27 14:18:19 -05:00
net.cpp rpc: Pass argument descriptions to RPCHelpMan 2018-11-27 14:18:19 -05:00
protocol.cpp scripted-diff: Move util files to separate directory. 2018-11-04 22:46:07 -08:00
protocol.h Update copyright headers to 2018 2018-07-27 07:15:02 -04:00
rawtransaction.cpp rpc: Pass argument descriptions to RPCHelpMan 2018-11-27 14:18:19 -05:00
rawtransaction.h Pass chain and client variables where needed 2018-11-06 11:44:40 -04:00
register.h Update copyright headers to 2018 2018-07-27 07:15:02 -04:00
server.cpp Merge #14670: http: Fix HTTP server shutdown 2018-12-06 17:43:07 +01:00
server.h convert C-style (void) parameter lists to C++ style () 2018-09-13 10:36:41 -07:00
util.cpp RPCHelpMan: Add space after colons in extended description 2018-12-04 13:47:49 -05:00
util.h RPCHelpMan: Add space after colons in extended description 2018-12-04 13:47:49 -05:00