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
2019-11-06
Merge #17382: rpc: Remove unused boost::this_thread::interruption_point
Wladimir J. van der Laan
2019-11-05
rpc: Remove unused boost::this_thread::interruption_point
MarcoFalke
2019-11-05
Merge #16899: UTXO snapshot creation (dumptxoutset)
Wladimir J. van der Laan
2019-11-05
rpc: add dumptxoutset
James O'Beirne
2019-11-04
Merge #17318: replace asserts in RPC code with CHECK_NONFATAL and add linter
MarcoFalke
2019-11-02
Merge #17285: doc: Bip70 removal follow-up
Wladimir J. van der Laan
2019-11-01
doc: Remove explicit network name references
Fabian Jahr
2019-10-30
replace asserts in RPC code with CHECK_NONFATAL and add linter
Adam Jonas
2019-10-30
Merge #15921: validation: Tidy up ValidationState interface
Wladimir J. van der Laan
2019-10-29
[validation] Add CValidationState subclasses
John Newbery
2019-10-28
Avoid using g_rpc_node global in wallet code
Russell Yanofsky
2019-10-18
util: Add CHECK_NONFATAL and use it in src/rpc
MarcoFalke
2019-10-15
Remove unused includes
practicalswift
2019-10-02
Merge #16908: txmempool: Make entry time type-safe (std::chrono)
Wladimir J. van der Laan
2019-09-26
[RPC] Fix casing in getblockchaininfo to be inline with the rest of the response
Dan Gershony
2019-09-23
txmempool: Make entry time type-safe (std::chrono)
MarcoFalke
2019-09-09
Merge #16285: rpc: Improve scantxoutset response and help message
Wladimir J. van der Laan
2019-09-09
rpc: Improve scantxoutset response and help message
João Barbosa
2019-08-29
Merge #16695: rpc: Add window final block height to getchaintxstats
Wladimir J. van der Laan
2019-08-29
Add window final block height to getchaintxstats
Jonathan "Duke" Leto
2019-08-27
move-only: move coins statistics utils out of RPC
James O'Beirne
2019-08-19
RPC: add weight to mempool entry output
Daniel Edgecumbe
2019-08-15
Merge #16060: Bury bip9 deployments
MarcoFalke
2019-08-15
Cover UTXO set access with lock annotations
James O'Beirne
2019-08-15
refactor: have CCoins* data managed under CChainState
James O'Beirne
2019-08-14
[Consensus] Bury segwit deployment
John Newbery
2019-08-14
[Consensus] Bury CSV deployment height
John Newbery
2019-08-13
[rpc] Tidy up reporting of buried and ongoing softforks
John Newbery
2019-08-06
refactor: pcoinsTip -> CChainState::CoinsTip()
James O'Beirne
2019-07-16
Merge #16194: refactor: share blockmetadata with BlockManager
Wladimir J. van der Laan
2019-07-09
Merge #16240: JSONRPCRequest-aware RPCHelpMan
MarcoFalke
2019-07-08
refactoring: remove mapBlockIndex global
James O'Beirne
2019-07-08
rpc: switch to using RPCHelpMan.Check()
Karl-Johan Alm
2019-07-02
rpc: Clarify that block count means height excl genesis
MarcoFalke
2019-07-02
Merge #15427: Add support for descriptors to utxoupdatepsbt
Wladimir J. van der Laan
2019-06-11
Fix RPC/pruneblockchain returned prune height
Jonas Schnelli
2019-06-06
Merge #16129: refactor: Remove unused includes
MarcoFalke
2019-06-05
Merge #15976: refactor: move methods under CChainState (pt. 1)
Wladimir J. van der Laan
2019-06-02
Make reasoning about dependencies easier by not including unused dependencies
practicalswift
2019-05-16
refactoring: IsInitialBlockDownload -> CChainState
James O'Beirne
2019-05-16
refactoring: FlushStateToDisk -> CChainState
James O'Beirne
2019-05-15
Merge #14984: rpc: Speedup getrawmempool when verbose=true
MarcoFalke
2019-05-10
Abstract out EvalDescriptorStringOrObject from scantxoutset
Pieter Wuille
2019-05-10
Merge #14802: rpc: faster getblockstats using BlockUndo data
MarcoFalke
2019-05-10
rpc: faster getblockstats using BlockUndo data
Felix Weis
2019-05-10
Merge #15744: refactor: Extract ParseDescriptorRange
MarcoFalke
2019-05-03
scripted-diff: replace chainActive -> ::ChainActive()
James O'Beirne
2019-05-03
Merge #15932: rpc: Serialize in getblock without cs_main
MarcoFalke
2019-05-02
rpc: Add lock annotations to block{,header}ToJSON
MarcoFalke
2019-05-01
rpc: Serialize in getblock without cs_main
MarcoFalke
[next]