aboutsummaryrefslogtreecommitdiff
path: root/src/rpc
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | Merge #19106: util: simplify the interface of serviceFlagToStr()Jonas Schnelli2020-05-291-6/+2
|\ \ \ \ \
| * | | | | util: dedup code in callers of serviceFlagToStr()Vasil Dimov2020-05-291-6/+2
| * | | | | util: simplify the interface of serviceFlagToStr()Vasil Dimov2020-05-291-1/+1
* | | | | | Merge #18452: qt: Fix shutdown when waitfor* cmds are called from RPC consoleJonas Schnelli2020-05-291-7/+18
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | qt: Fix shutdown when waitfor* cmds are called from RPC consoleHennadii Stepanov2020-05-131-7/+18
* | | | | | Merge #18165: Consolidate service flag bit-to-name conversion to a shared ser...Jonas Schnelli2020-05-291-10/+7
|\ \ \ \ \ \ | |_|_|_|/ / |/| | | | |
| * | | | | Consolidate service flag bit-to-name conversion to a shared serviceFlagToStr ...Luke Dashjr2020-02-211-10/+7
* | | | | | Merge #16127: More thread safety annotation coverageMarcoFalke2020-05-271-13/+9
|\ \ \ \ \ \
| * | | | | | rpc/blockchain.cpp: thread safety annotations for latestblockAnthony Towns2020-05-191-8/+8
| * | | | | | rpc/blockchain.cpp: Remove g_utxosetscan mutex that is only protecting a sing...Anthony Towns2020-05-061-5/+1
* | | | | | | Merge #19056: rpc: Make gettxoutsetinfo/GetUTXOStats interruptibleMarcoFalke2020-05-263-7/+14
|\ \ \ \ \ \ \ | |_|_|_|/ / / |/| | | | | |
| * | | | | | rpc: Make gettxoutsetinfo/GetUTXOStats interruptibleMarcoFalke2020-05-221-2/+3
| * | | | | | rpc: factor out RpcInterruptionPoint from dumptxoutsetMarcoFalke2020-05-223-5/+11
* | | | | | | Merge #18594: cli: display multiwallet balances in -getinfoSamuel Dobson2020-05-242-6/+6
|\ \ \ \ \ \ \ | |_|_|_|_|/ / |/| | | | | |
| * | | | | | rpc: drop unused JSONRPCProcessBatchReply size arg, refactorJon Atack2020-05-212-6/+6
* | | | | | | Merge #18698: Make g_chainman internal to validationMarcoFalke2020-05-233-9/+20
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | |
| * | | | | | validation: Make ProcessNewBlock*() members of ChainstateManagerMarcoFalke2020-05-213-9/+20
* | | | | | | Merge #18895: p2p: unbroadcast followups: rpcs, nLastResend, mempool sanity c...fanquake2020-05-221-1/+4
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | |
| * | | | | | [rpc] add unbroadcast info to mempool entries and getmempoolinfogzhao4082020-05-191-1/+4
* | | | | | | Merge #18740: Remove g_rpc_node globalMarcoFalke2020-05-217-85/+114
|\ \ \ \ \ \ \
| * | | | | | | refactor: Remove g_rpc_node globalRussell Yanofsky2020-05-132-7/+0
| * | | | | | | scripted-diff: Remove g_rpc_node referencesRussell Yanofsky2020-05-132-35/+35
| * | | | | | | refactor: Pass NodeContext to RPC and REST methods through util::RefRussell Yanofsky2020-05-137-43/+79
| | |_|_|_|/ / | |/| | | | |
* | | | | | | Merge #17946: Fix GBT: Restore "!segwit" and "csv" to "rules" keyMarcoFalke2020-05-191-0/+2
|\ \ \ \ \ \ \
| * | | | | | | Bugfix: Include "csv","!segwit" in "rules"Luke Dashjr2020-01-171-0/+2
* | | | | | | | refactor: Remove unused bool parameter in RPCNotifyBlockChange()Hennadii Stepanov2020-05-192-2/+2
| |_|/ / / / / |/| | | | | |
* | | | | | | Merge #18742: miner: Avoid stack-use-after-return in validationinterfacefanquake2020-05-141-6/+6
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | |
| * | | | | | miner: Avoid stack-use-after-return in validationinterfaceMarcoFalke2020-05-131-6/+6
| | |/ / / / | |/| | | |
* | | | | | Merge #18814: rpc: Relock wallet only if most recent callbackfanquake2020-05-131-2/+4
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | |
| * | | | | rpc: Add mutex to guard deadlineTimersJoão Barbosa2020-04-291-2/+4
* | | | | | Merge #18809: rpc: Do not advertise dumptxoutset as a way to flush the chains...MarcoFalke2020-04-301-2/+1
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | rpc: Do not advertise dumptxoutset as a way to flush the chainstateMarcoFalke2020-04-281-2/+1
* | | | | | Merge #16528: Native Descriptor Wallets using DescriptorScriptPubKeyManSamuel Dobson2020-04-271-0/+2
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | add importdescriptors RPC and tests for native descriptor walletsHugo Nguyen2020-04-231-0/+1
| * | | | | Be able to create new wallets with DescriptorScriptPubKeyMans as backingAndrew Chow2020-04-231-0/+1
| |/ / / /
* | | | | Merge #18669: log: Use Join() helper when listing log categoriesMarcoFalke2020-04-261-3/+2
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | log: Use Join() helper when listing log categoriesMarcoFalke2020-04-161-3/+2
* | | | | Merge #17509: gui: save and load PSBTSamuel Dobson2020-04-231-6/+0
|\ \ \ \ \
| * | | | | Move DEFAULT_MAX_RAW_TX_FEE_RATE to node/transaction.hSjors Provoost2020-03-271-6/+0
* | | | | | Merge #17831: rpc: doc: Fix and extend getblockstats examplesMarcoFalke2020-04-201-2/+4
|\ \ \ \ \ \
| * | | | | | rpc: doc: Fix and extend getblockstats examplesAdam Soltys2020-04-171-2/+4
| | |/ / / / | |/| | | |
* | | | | | Merge #15761: Replace -upgradewallet startup option with upgradewallet RPCMarcoFalke2020-04-191-0/+1
|\ \ \ \ \ \
| * | | | | | Add upgradewallet RPCAndrew Chow2020-04-131-0/+1
| |/ / / / /
* | | | | | Merge #18607: rpc: Fix named arguments in documentationMarcoFalke2020-04-174-16/+40
|\ \ \ \ \ \
| * | | | | | rpc: Document all aliases for second arg of getblockMarcoFalke2020-04-163-12/+36
| * | | | | | rpc: Rename first arg of generateblock RPC to "output"MarcoFalke2020-04-121-4/+4
* | | | | | | scripted-diff: Bump copyright headersMarcoFalke2020-04-169-9/+9
| |/ / / / / |/| | | | |
* | | | | | Merge #18493: rpc: Remove deprecated "size" from mempool txsMarcoFalke2020-04-131-3/+0
|\ \ \ \ \ \
| * | | | | | rpc: Remove deprecated "size" from mempool txsVasil Dimov2020-04-011-3/+0
* | | | | | | Merge #18495: rpc: Remove deprecated migration codeMarcoFalke2020-04-122-20/+10
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | |