aboutsummaryrefslogtreecommitdiff
path: root/src/rpc
AgeCommit message (Expand)Author
2020-04-20Merge #17831: rpc: doc: Fix and extend getblockstats examplesMarcoFalke
2020-04-19Merge #15761: Replace -upgradewallet startup option with upgradewallet RPCMarcoFalke
2020-04-17rpc: doc: Fix and extend getblockstats examplesAdam Soltys
2020-04-17Merge #18607: rpc: Fix named arguments in documentationMarcoFalke
2020-04-16scripted-diff: Bump copyright headersMarcoFalke
2020-04-16rpc: Document all aliases for second arg of getblockMarcoFalke
2020-04-13Add upgradewallet RPCAndrew Chow
2020-04-13Merge #18493: rpc: Remove deprecated "size" from mempool txsMarcoFalke
2020-04-12rpc: Rename first arg of generateblock RPC to "output"MarcoFalke
2020-04-12Merge #18495: rpc: Remove deprecated migration codeMarcoFalke
2020-04-10rpc: Remove deprecated migration codeVasil Dimov
2020-04-10Merge #17693: rpc: Add generateblock to mine a custom set of transactionsMarcoFalke
2020-04-10Merge #17737: Add ChainstateManager, remove BlockManager globalMarcoFalke
2020-04-10Merge #17999: refactor: Add ChainClient setMockTime, getWallets methodsMarcoFalke
2020-04-10Merge #18541: rpc: Make verifychain default values static, not depend on glob...MarcoFalke
2020-04-07Merge #18532: rpc: Avoid initialization-order-fiasco on static CRPCCommand ta...MarcoFalke
2020-04-07Merge #18484: rpc: Correctly compute redeemScript from witnessScript for sign...MarcoFalke
2020-04-07rpc: Make verifychain default values static, not depend on global argsMarcoFalke
2020-04-06rpc: Avoid initialization-order-fiasco on static CRPCCommand tablesMarcoFalke
2020-04-02Bugfix: RPC: JSON null is not "None"Luke Dashjr
2020-04-02Bugfix: RPC: Don't use a continuation elipsis after an elision elipsisLuke Dashjr
2020-04-02Bugfix: RPC: Add missing commas and correct indentation of explicit ELISIONLuke Dashjr
2020-04-01rpc: Remove deprecated "size" from mempool txsVasil Dimov
2020-03-31Correctly compute redeemScript from witnessScript for signrawtransactionAndrew Chow
2020-03-28Merge #18444: RPC: Remove final comma for last entry of fixed-size arrays/obj...MarcoFalke
2020-03-28Merge #18449: util: Remove unused itostrWladimir J. van der Laan
2020-03-28Bugfix: RPC: Remove final comma for last entry of fixed-size Arrays and Objec...Luke Dashjr
2020-03-27Add generateblock rpcAndrew Toth
2020-03-27util: Replace i64tostr with ToStringMarcoFalke
2020-03-27Merge #18398: rpc: fix broken RPCExamples for waitforblock(height)fanquake
2020-03-25Merge #18134: Replace std::to_string with locale-independent alternativeWladimir J. van der Laan
2020-03-21rpc: fix broken RPCExamples for waitforblock(height)Sebastian Falbesoner
2020-03-21rpc: add missing HelpExampleRpc for getblockfilterSebastian Falbesoner
2020-03-17use ChainstateManager to initialize chainstateJames O'Beirne
2020-03-16Merge #18346: rpc: Document an RPCResult for all calls; Enforce at compile timeWladimir J. van der Laan
2020-03-14Replace std::to_string with locale-independent alternativeBen Woosley
2020-03-13rpc: Document an RPCResult for all calls; Enforce at compile timeMarcoFalke
2020-03-13Fix nit in getblockchaininfoSteven Roose
2020-03-13Merge #18316: util: HelpExampleRpc formattingfanquake
2020-03-11Merge #18268: rpc: Remove redundant types from descriptionsMarcoFalke
2020-03-11Merge #18208: rpc: Change RPCExamples to bech32MarcoFalke
2020-03-11util: HelpExampleRpc formatting fixupJon Atack
2020-03-08Refactor rawtransaction's SignTransaction into generic SignTransaction functionAndrew Chow
2020-03-06scheduler: switch from boost to stdAnthony Towns
2020-03-06Merge #16117: util: Replace boost sleep with std sleepfanquake
2020-03-05Merge #18260: refactor: Fix implicit value conversion in formatPingTimeMarcoFalke
2020-03-05Merge #18263: rpc: change setmocktime check to use IsMockableChainMarcoFalke
2020-03-05[rpc] changed MineBlocksOnDemand to IsMockableChainGloria Zhao
2020-03-05Remove redundant type information from rpc docsDavid O'Callaghan
2020-03-05refactor: Cast ping values to double before outputBen Woosley