lbrycrd/src/rpc
MarcoFalke eca1273c35
Merge #15383: [rpc] mining: Omit uninitialized currentblockweight, currentblocktx
fa178a6385 [rpc] mining: Omit uninitialized currentblockweight, currentblocktx (MarcoFalke)

Pull request description:

  Previously we'd report "0", which could be mistaken for a valid number. E.g. the number of transactions is 0 or the block weight is 0, whatever that means.

Tree-SHA512: ee94ab203a329e272211b726f4c23edec4b09c650ec363b77fd59ad9264165d73064f78ebb9e11b5c2c543b73c157752410a307655560531c7d5444d203aa0ea
2019-02-15 08:57:50 -05:00
..
blockchain.cpp RPCHelpMan: Check default values are given at compile-time 2019-02-11 08:40:10 -05:00
blockchain.h rpc: Remove cs_main lock from blockToJSON and blockHeaderToJSON 2018-09-09 18:02:24 +01:00
client.cpp Merge #15226: Allow creating blank (empty) wallets (alternative) 2019-02-11 08:08:33 +13:00
client.h Update copyright headers to 2018 2018-07-27 07:15:02 -04:00
mining.cpp Merge #15383: [rpc] mining: Omit uninitialized currentblockweight, currentblocktx 2019-02-15 08:57:50 -05:00
mining.h Move ParseConfirmTarget from rpc/mining to rpc/util 2019-02-08 15:29:45 -05:00
misc.cpp RPCHelpMan: Check default values are given at compile-time 2019-02-11 08:40:10 -05:00
net.cpp RPCHelpMan: Check default values are given at compile-time 2019-02-11 08:40:10 -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 Merge #14021: Import key origin data through descriptors in importmulti 2019-02-15 12:11:28 +13: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 RPCHelpMan: Check default values are given at compile-time 2019-02-11 08:40:10 -05:00
server.h convert C-style (void) parameter lists to C++ style () 2018-09-13 10:36:41 -07:00
util.cpp Merge #14978: Factor out PSBT utilities from RPCs for use in GUI code; related refactoring. 2019-02-14 21:49:01 +13:00
util.h Merge #14978: Factor out PSBT utilities from RPCs for use in GUI code; related refactoring. 2019-02-14 21:49:01 +13:00