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-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
2020-03-04
Merge #17809: rpc: Auto-format RPCResult
MarcoFalke
2020-02-27
Refactor FormatStateMessage into ValidationState
Jeffrey Czyz
2020-02-25
rpc: Auto-format RPCResult
MarcoFalke
2020-02-09
scripted-diff: Add missing spaces in RPCResult, Fix type names
MarcoFalke
2019-12-16
Merge #17750: util: change GetWarnings parameter to bool
MarcoFalke
2019-12-16
Merge #17564: rpc: Use mempool from node context instead of global
MarcoFalke
2019-12-15
util: change GetWarnings parameter to bool
John Newbery
2019-12-15
Merge #17728: rpc: require second argument only for scantxoutset start action
Wladimir J. van der Laan
2019-12-13
qa: unify unix epoch time descriptions
Jon Atack
2019-12-11
rpc: require second argument only for scantxoutset start action
Andrew Chow
2019-12-05
rpc: Use mempool from node context instead of global
MarcoFalke
2019-11-15
node: Add reference to mempool in NodeContext
MarcoFalke
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
[prev]
[next]