index
:
slackcoder/bitcoin
master
show-current
Bitcoin Code integration/staging tree
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
rpc
Age
Commit message (
Expand
)
Author
2020-06-21
rpc: Properly use underlying type in GetAllOutputTypes
MarcoFalke
2020-06-21
rpc: Simplify GetAllOutputTypes with the Join helper
MarcoFalke
2020-06-19
Prefer explicit uint160 conversion
Ben Woosley
2020-06-15
RPC: Rephrase generatetoaddress help, and use PACKAGE_NAME
Luke Dashjr
2020-06-10
Make GetWarnings() return bilingual_str
Hennadii Stepanov
2020-06-09
refactor: Error message bilingual_str consistency
Wladimir J. van der Laan
2020-06-07
Merge #19005: doc: Add documentation for 'checklevel' argument in 'verifychai...
MarcoFalke
2020-06-07
doc: Add documentation for 'checklevel' argument in 'verifychain' RPC call
Calvin Kim
2020-06-05
Merge #19096: Remove g_rpc_chain global
MarcoFalke
2020-06-02
Merge #19111: Limit scope of all global std::once_flag
MarcoFalke
2020-06-01
Merge #19072: doc: Expand section on Getting Started
fanquake
2020-05-30
Merge #18807: [doc / test / mempool] unbroadcast follow-ups
MarcoFalke
2020-05-29
Limit scope of all global std::once_flag
MarcoFalke
2020-05-29
Merge #19106: util: simplify the interface of serviceFlagToStr()
Jonas Schnelli
2020-05-29
util: dedup code in callers of serviceFlagToStr()
Vasil Dimov
2020-05-29
util: simplify the interface of serviceFlagToStr()
Vasil Dimov
2020-05-29
Merge #18452: qt: Fix shutdown when waitfor* cmds are called from RPC console
Jonas Schnelli
2020-05-29
Merge #18165: Consolidate service flag bit-to-name conversion to a shared ser...
Jonas Schnelli
2020-05-28
Remove g_rpc_chain global
Russell Yanofsky
2020-05-27
Merge #16127: More thread safety annotation coverage
MarcoFalke
2020-05-27
doc: Fix unrelated typos reported by codespell
MarcoFalke
2020-05-26
Merge #19056: rpc: Make gettxoutsetinfo/GetUTXOStats interruptible
MarcoFalke
2020-05-25
[doc] Update unbroadcast description in RPC results
Amiti Uttarwar
2020-05-24
Merge #18594: cli: display multiwallet balances in -getinfo
Samuel Dobson
2020-05-23
Merge #18698: Make g_chainman internal to validation
MarcoFalke
2020-05-22
rpc: Make gettxoutsetinfo/GetUTXOStats interruptible
MarcoFalke
2020-05-22
rpc: factor out RpcInterruptionPoint from dumptxoutset
MarcoFalke
2020-05-22
Merge #18895: p2p: unbroadcast followups: rpcs, nLastResend, mempool sanity c...
fanquake
2020-05-21
validation: Make ProcessNewBlock*() members of ChainstateManager
MarcoFalke
2020-05-21
Merge #18740: Remove g_rpc_node global
MarcoFalke
2020-05-21
rpc: drop unused JSONRPCProcessBatchReply size arg, refactor
Jon Atack
2020-05-19
[rpc] add unbroadcast info to mempool entries and getmempoolinfo
gzhao408
2020-05-19
Merge #17946: Fix GBT: Restore "!segwit" and "csv" to "rules" key
MarcoFalke
2020-05-19
rpc/blockchain.cpp: thread safety annotations for latestblock
Anthony Towns
2020-05-19
refactor: Remove unused bool parameter in RPCNotifyBlockChange()
Hennadii Stepanov
2020-05-14
Merge #18742: miner: Avoid stack-use-after-return in validationinterface
fanquake
2020-05-13
miner: Avoid stack-use-after-return in validationinterface
MarcoFalke
2020-05-13
refactor: Remove g_rpc_node global
Russell Yanofsky
2020-05-13
scripted-diff: Remove g_rpc_node references
Russell Yanofsky
2020-05-13
refactor: Pass NodeContext to RPC and REST methods through util::Ref
Russell Yanofsky
2020-05-13
qt: Fix shutdown when waitfor* cmds are called from RPC console
Hennadii Stepanov
2020-05-13
Merge #18814: rpc: Relock wallet only if most recent callback
fanquake
2020-05-06
rpc/blockchain.cpp: Remove g_utxosetscan mutex that is only protecting a sing...
Anthony Towns
2020-04-30
Merge #18809: rpc: Do not advertise dumptxoutset as a way to flush the chains...
MarcoFalke
2020-04-29
rpc: Add mutex to guard deadlineTimers
João Barbosa
2020-04-28
rpc: Do not advertise dumptxoutset as a way to flush the chainstate
MarcoFalke
2020-04-27
Merge #16528: Native Descriptor Wallets using DescriptorScriptPubKeyMan
Samuel Dobson
2020-04-26
Merge #18669: log: Use Join() helper when listing log categories
MarcoFalke
2020-04-23
add importdescriptors RPC and tests for native descriptor wallets
Hugo Nguyen
2020-04-23
Be able to create new wallets with DescriptorScriptPubKeyMans as backing
Andrew Chow
[next]