aboutsummaryrefslogtreecommitdiff
path: root/src/rpc
AgeCommit message (Expand)Author
2020-05-29Merge #18452: qt: Fix shutdown when waitfor* cmds are called from RPC consoleJonas Schnelli
2020-05-29Merge #18165: Consolidate service flag bit-to-name conversion to a shared ser...Jonas Schnelli
2020-05-27Merge #16127: More thread safety annotation coverageMarcoFalke
2020-05-26Merge #19056: rpc: Make gettxoutsetinfo/GetUTXOStats interruptibleMarcoFalke
2020-05-24Merge #18594: cli: display multiwallet balances in -getinfoSamuel Dobson
2020-05-23Merge #18698: Make g_chainman internal to validationMarcoFalke
2020-05-22rpc: Make gettxoutsetinfo/GetUTXOStats interruptibleMarcoFalke
2020-05-22rpc: factor out RpcInterruptionPoint from dumptxoutsetMarcoFalke
2020-05-22Merge #18895: p2p: unbroadcast followups: rpcs, nLastResend, mempool sanity c...fanquake
2020-05-21validation: Make ProcessNewBlock*() members of ChainstateManagerMarcoFalke
2020-05-21Merge #18740: Remove g_rpc_node globalMarcoFalke
2020-05-21rpc: drop unused JSONRPCProcessBatchReply size arg, refactorJon Atack
2020-05-19[rpc] add unbroadcast info to mempool entries and getmempoolinfogzhao408
2020-05-19Merge #17946: Fix GBT: Restore "!segwit" and "csv" to "rules" keyMarcoFalke
2020-05-19rpc/blockchain.cpp: thread safety annotations for latestblockAnthony Towns
2020-05-19refactor: Remove unused bool parameter in RPCNotifyBlockChange()Hennadii Stepanov
2020-05-14Merge #18742: miner: Avoid stack-use-after-return in validationinterfacefanquake
2020-05-13miner: Avoid stack-use-after-return in validationinterfaceMarcoFalke
2020-05-13refactor: Remove g_rpc_node globalRussell Yanofsky
2020-05-13scripted-diff: Remove g_rpc_node referencesRussell Yanofsky
2020-05-13refactor: Pass NodeContext to RPC and REST methods through util::RefRussell Yanofsky
2020-05-13qt: Fix shutdown when waitfor* cmds are called from RPC consoleHennadii Stepanov
2020-05-13Merge #18814: rpc: Relock wallet only if most recent callbackfanquake
2020-05-06rpc/blockchain.cpp: Remove g_utxosetscan mutex that is only protecting a sing...Anthony Towns
2020-04-30Merge #18809: rpc: Do not advertise dumptxoutset as a way to flush the chains...MarcoFalke
2020-04-29rpc: Add mutex to guard deadlineTimersJoão Barbosa
2020-04-28rpc: Do not advertise dumptxoutset as a way to flush the chainstateMarcoFalke
2020-04-27Merge #16528: Native Descriptor Wallets using DescriptorScriptPubKeyManSamuel Dobson
2020-04-26Merge #18669: log: Use Join() helper when listing log categoriesMarcoFalke
2020-04-23add importdescriptors RPC and tests for native descriptor walletsHugo Nguyen
2020-04-23Be able to create new wallets with DescriptorScriptPubKeyMans as backingAndrew Chow
2020-04-23Merge #17509: gui: save and load PSBTSamuel Dobson
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-16log: Use Join() helper when listing log categoriesMarcoFalke
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