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
/
blockchain.cpp
Age
Commit message (
Expand
)
Author
2020-08-21
docs: Correct description for getblockstats's txs field
Nadav Ivgi
2020-08-19
doc: Fix getmempoolancestor RPC result doc
MarcoFalke
2020-08-02
refactor: Use C++11 range based for loops to simplify rpc code
MarcoFalke
2020-07-24
rpc: RPCResult Type of MempoolEntryDescription should be OBJ. If multiple ent...
Chris L
2020-07-14
Merge #19323: gui: Fix regression in *txoutset* in GUI console
MarcoFalke
2020-07-10
doc: Use precise permission flags where possible
MarcoFalke
2020-07-08
gui: Fix regression in GUI console
Hennadii Stepanov
2020-07-06
Merge #19328: Add gettxoutsetinfo hash_type option
MarcoFalke
2020-07-04
Merge #19277: util: Add Assert identity function
MarcoFalke
2020-06-29
refactor: Remove confusing BlockIndex global
MarcoFalke
2020-06-24
refactor: Replace HexStr(o.begin(), o.end()) with HexStr(o)
Wladimir J. van der Laan
2020-06-22
rpc: Add hash_type NONE to gettxoutsetinfo
Fabian Jahr
2020-06-22
rpc: gettxoutsetinfo can specify hash_type (only legacy option for now)
Fabian Jahr
2020-06-15
refactor: Remove unused EnsureChainman
MarcoFalke
2020-06-10
Make GetWarnings() return bilingual_str
Hennadii Stepanov
2020-06-07
doc: Add documentation for 'checklevel' argument in 'verifychain' RPC call
Calvin Kim
2020-05-30
Merge #18807: [doc / test / mempool] unbroadcast follow-ups
MarcoFalke
2020-05-27
Merge #16127: More thread safety annotation coverage
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-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-19
[rpc] add unbroadcast info to mempool entries and getmempoolinfo
gzhao408
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-13
refactor: Remove g_rpc_node global
Russell Yanofsky
2020-05-13
refactor: Pass NodeContext to RPC and REST methods through util::Ref
Russell Yanofsky
2020-05-06
rpc/blockchain.cpp: Remove g_utxosetscan mutex that is only protecting a sing...
Anthony Towns
2020-04-28
rpc: Do not advertise dumptxoutset as a way to flush the chainstate
MarcoFalke
2020-04-20
Merge #17831: rpc: doc: Fix and extend getblockstats examples
MarcoFalke
2020-04-17
rpc: doc: Fix and extend getblockstats examples
Adam Soltys
2020-04-17
Merge #18607: rpc: Fix named arguments in documentation
MarcoFalke
2020-04-16
scripted-diff: Bump copyright headers
MarcoFalke
2020-04-16
rpc: Document all aliases for second arg of getblock
MarcoFalke
2020-04-13
Merge #18493: rpc: Remove deprecated "size" from mempool txs
MarcoFalke
2020-04-10
Merge #17737: Add ChainstateManager, remove BlockManager global
MarcoFalke
2020-04-10
Merge #18541: rpc: Make verifychain default values static, not depend on glob...
MarcoFalke
2020-04-07
rpc: Make verifychain default values static, not depend on global args
MarcoFalke
2020-04-06
rpc: Avoid initialization-order-fiasco on static CRPCCommand tables
MarcoFalke
2020-04-01
rpc: Remove deprecated "size" from mempool txs
Vasil Dimov
2020-03-21
rpc: fix broken RPCExamples for waitforblock(height)
Sebastian Falbesoner
2020-03-21
rpc: add missing HelpExampleRpc for getblockfilter
Sebastian Falbesoner
2020-03-17
use ChainstateManager to initialize chainstate
James O'Beirne
2020-03-16
Merge #18346: rpc: Document an RPCResult for all calls; Enforce at compile time
Wladimir J. van der Laan
2020-03-13
rpc: Document an RPCResult for all calls; Enforce at compile time
MarcoFalke
2020-03-13
Fix nit in getblockchaininfo
Steven Roose
[next]