index
:
discoin
1.10-archive
1.14-maint
1.14.4-dev
1.14.5-dev
1.17-dev
1.18-dev
1.21-dev
1.4-archive
1.6-archive
1.7-archive
1.8-archive
1.8-safemode
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
rpc
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
|
|
|
|
Merge #19106: util: simplify the interface of serviceFlagToStr()
Jonas Schnelli
2020-05-29
1
-6
/
+2
|
\
\
\
\
\
|
*
|
|
|
|
util: dedup code in callers of serviceFlagToStr()
Vasil Dimov
2020-05-29
1
-6
/
+2
|
*
|
|
|
|
util: simplify the interface of serviceFlagToStr()
Vasil Dimov
2020-05-29
1
-1
/
+1
*
|
|
|
|
|
Merge #18452: qt: Fix shutdown when waitfor* cmds are called from RPC console
Jonas Schnelli
2020-05-29
1
-7
/
+18
|
\
\
\
\
\
\
|
|
/
/
/
/
/
|
/
|
|
|
|
|
|
*
|
|
|
|
qt: Fix shutdown when waitfor* cmds are called from RPC console
Hennadii Stepanov
2020-05-13
1
-7
/
+18
*
|
|
|
|
|
Merge #18165: Consolidate service flag bit-to-name conversion to a shared ser...
Jonas Schnelli
2020-05-29
1
-10
/
+7
|
\
\
\
\
\
\
|
|
_
|
_
|
_
|
/
/
|
/
|
|
|
|
|
|
*
|
|
|
|
Consolidate service flag bit-to-name conversion to a shared serviceFlagToStr ...
Luke Dashjr
2020-02-21
1
-10
/
+7
*
|
|
|
|
|
Merge #16127: More thread safety annotation coverage
MarcoFalke
2020-05-27
1
-13
/
+9
|
\
\
\
\
\
\
|
*
|
|
|
|
|
rpc/blockchain.cpp: thread safety annotations for latestblock
Anthony Towns
2020-05-19
1
-8
/
+8
|
*
|
|
|
|
|
rpc/blockchain.cpp: Remove g_utxosetscan mutex that is only protecting a sing...
Anthony Towns
2020-05-06
1
-5
/
+1
*
|
|
|
|
|
|
Merge #19056: rpc: Make gettxoutsetinfo/GetUTXOStats interruptible
MarcoFalke
2020-05-26
3
-7
/
+14
|
\
\
\
\
\
\
\
|
|
_
|
_
|
_
|
/
/
/
|
/
|
|
|
|
|
|
|
*
|
|
|
|
|
rpc: Make gettxoutsetinfo/GetUTXOStats interruptible
MarcoFalke
2020-05-22
1
-2
/
+3
|
*
|
|
|
|
|
rpc: factor out RpcInterruptionPoint from dumptxoutset
MarcoFalke
2020-05-22
3
-5
/
+11
*
|
|
|
|
|
|
Merge #18594: cli: display multiwallet balances in -getinfo
Samuel Dobson
2020-05-24
2
-6
/
+6
|
\
\
\
\
\
\
\
|
|
_
|
_
|
_
|
_
|
/
/
|
/
|
|
|
|
|
|
|
*
|
|
|
|
|
rpc: drop unused JSONRPCProcessBatchReply size arg, refactor
Jon Atack
2020-05-21
2
-6
/
+6
*
|
|
|
|
|
|
Merge #18698: Make g_chainman internal to validation
MarcoFalke
2020-05-23
3
-9
/
+20
|
\
\
\
\
\
\
\
|
|
_
|
/
/
/
/
/
|
/
|
|
|
|
|
|
|
*
|
|
|
|
|
validation: Make ProcessNewBlock*() members of ChainstateManager
MarcoFalke
2020-05-21
3
-9
/
+20
*
|
|
|
|
|
|
Merge #18895: p2p: unbroadcast followups: rpcs, nLastResend, mempool sanity c...
fanquake
2020-05-22
1
-1
/
+4
|
\
\
\
\
\
\
\
|
|
/
/
/
/
/
/
|
/
|
|
|
|
|
|
|
*
|
|
|
|
|
[rpc] add unbroadcast info to mempool entries and getmempoolinfo
gzhao408
2020-05-19
1
-1
/
+4
*
|
|
|
|
|
|
Merge #18740: Remove g_rpc_node global
MarcoFalke
2020-05-21
7
-85
/
+114
|
\
\
\
\
\
\
\
|
*
|
|
|
|
|
|
refactor: Remove g_rpc_node global
Russell Yanofsky
2020-05-13
2
-7
/
+0
|
*
|
|
|
|
|
|
scripted-diff: Remove g_rpc_node references
Russell Yanofsky
2020-05-13
2
-35
/
+35
|
*
|
|
|
|
|
|
refactor: Pass NodeContext to RPC and REST methods through util::Ref
Russell Yanofsky
2020-05-13
7
-43
/
+79
|
|
|
_
|
_
|
_
|
/
/
|
|
/
|
|
|
|
|
*
|
|
|
|
|
|
Merge #17946: Fix GBT: Restore "!segwit" and "csv" to "rules" key
MarcoFalke
2020-05-19
1
-0
/
+2
|
\
\
\
\
\
\
\
|
*
|
|
|
|
|
|
Bugfix: Include "csv","!segwit" in "rules"
Luke Dashjr
2020-01-17
1
-0
/
+2
*
|
|
|
|
|
|
|
refactor: Remove unused bool parameter in RPCNotifyBlockChange()
Hennadii Stepanov
2020-05-19
2
-2
/
+2
|
|
_
|
/
/
/
/
/
|
/
|
|
|
|
|
|
*
|
|
|
|
|
|
Merge #18742: miner: Avoid stack-use-after-return in validationinterface
fanquake
2020-05-14
1
-6
/
+6
|
\
\
\
\
\
\
\
|
|
_
|
/
/
/
/
/
|
/
|
|
|
|
|
|
|
*
|
|
|
|
|
miner: Avoid stack-use-after-return in validationinterface
MarcoFalke
2020-05-13
1
-6
/
+6
|
|
|
/
/
/
/
|
|
/
|
|
|
|
*
|
|
|
|
|
Merge #18814: rpc: Relock wallet only if most recent callback
fanquake
2020-05-13
1
-2
/
+4
|
\
\
\
\
\
\
|
|
_
|
_
|
/
/
/
|
/
|
|
|
|
|
|
*
|
|
|
|
rpc: Add mutex to guard deadlineTimers
João Barbosa
2020-04-29
1
-2
/
+4
*
|
|
|
|
|
Merge #18809: rpc: Do not advertise dumptxoutset as a way to flush the chains...
MarcoFalke
2020-04-30
1
-2
/
+1
|
\
\
\
\
\
\
|
|
/
/
/
/
/
|
/
|
|
|
|
|
|
*
|
|
|
|
rpc: Do not advertise dumptxoutset as a way to flush the chainstate
MarcoFalke
2020-04-28
1
-2
/
+1
*
|
|
|
|
|
Merge #16528: Native Descriptor Wallets using DescriptorScriptPubKeyMan
Samuel Dobson
2020-04-27
1
-0
/
+2
|
\
\
\
\
\
\
|
|
/
/
/
/
/
|
/
|
|
|
|
|
|
*
|
|
|
|
add importdescriptors RPC and tests for native descriptor wallets
Hugo Nguyen
2020-04-23
1
-0
/
+1
|
*
|
|
|
|
Be able to create new wallets with DescriptorScriptPubKeyMans as backing
Andrew Chow
2020-04-23
1
-0
/
+1
|
|
/
/
/
/
*
|
|
|
|
Merge #18669: log: Use Join() helper when listing log categories
MarcoFalke
2020-04-26
1
-3
/
+2
|
\
\
\
\
\
|
|
/
/
/
/
|
/
|
|
|
|
|
*
|
|
|
log: Use Join() helper when listing log categories
MarcoFalke
2020-04-16
1
-3
/
+2
*
|
|
|
|
Merge #17509: gui: save and load PSBT
Samuel Dobson
2020-04-23
1
-6
/
+0
|
\
\
\
\
\
|
*
|
|
|
|
Move DEFAULT_MAX_RAW_TX_FEE_RATE to node/transaction.h
Sjors Provoost
2020-03-27
1
-6
/
+0
*
|
|
|
|
|
Merge #17831: rpc: doc: Fix and extend getblockstats examples
MarcoFalke
2020-04-20
1
-2
/
+4
|
\
\
\
\
\
\
|
*
|
|
|
|
|
rpc: doc: Fix and extend getblockstats examples
Adam Soltys
2020-04-17
1
-2
/
+4
|
|
|
/
/
/
/
|
|
/
|
|
|
|
*
|
|
|
|
|
Merge #15761: Replace -upgradewallet startup option with upgradewallet RPC
MarcoFalke
2020-04-19
1
-0
/
+1
|
\
\
\
\
\
\
|
*
|
|
|
|
|
Add upgradewallet RPC
Andrew Chow
2020-04-13
1
-0
/
+1
|
|
/
/
/
/
/
*
|
|
|
|
|
Merge #18607: rpc: Fix named arguments in documentation
MarcoFalke
2020-04-17
4
-16
/
+40
|
\
\
\
\
\
\
|
*
|
|
|
|
|
rpc: Document all aliases for second arg of getblock
MarcoFalke
2020-04-16
3
-12
/
+36
|
*
|
|
|
|
|
rpc: Rename first arg of generateblock RPC to "output"
MarcoFalke
2020-04-12
1
-4
/
+4
*
|
|
|
|
|
|
scripted-diff: Bump copyright headers
MarcoFalke
2020-04-16
9
-9
/
+9
|
|
/
/
/
/
/
|
/
|
|
|
|
|
*
|
|
|
|
|
Merge #18493: rpc: Remove deprecated "size" from mempool txs
MarcoFalke
2020-04-13
1
-3
/
+0
|
\
\
\
\
\
\
|
*
|
|
|
|
|
rpc: Remove deprecated "size" from mempool txs
Vasil Dimov
2020-04-01
1
-3
/
+0
*
|
|
|
|
|
|
Merge #18495: rpc: Remove deprecated migration code
MarcoFalke
2020-04-12
2
-20
/
+10
|
\
\
\
\
\
\
\
|
|
_
|
/
/
/
/
/
|
/
|
|
|
|
|
|
[prev]
[next]