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
2023-02-16
init, validation: Improve handling if VerifyDB() fails due to insufficient db...
Martin Zumsande
2023-02-16
validation: Change return value of VerifyDB to enum type
Martin Zumsande
2023-01-27
Merge bitcoin/bitcoin#26900: refactor: Add BlockManager getters
MarcoFalke
2023-01-26
Use DataStream where possible
MarcoFalke
2023-01-22
scripted-diff: use RPCArg::Optional::OMITTED over OMITTED_NAMED_ARG
fanquake
2023-01-17
Merge bitcoin/bitcoin#26039: refactor: Run type check against RPCArgs (1/2)
fanquake
2023-01-16
Add BlockManager::IsPruneMode()
MarcoFalke
2023-01-16
Add BlockManager::GetPruneTarget()
MarcoFalke
2023-01-11
rpc: Run type check against RPCArgs
MarcoFalke
2023-01-06
rpc: Return accurate results for scanblocks
Aurèle Oulès
2022-12-06
rpc: reduce LOCK(cs_main) scope in GetUndoChecked and getblockstats
Andrew Toth
2022-12-06
rpc: reduce LOCK(cs_main) scope in blockToJSON
Andrew Toth
2022-12-06
rpc: reduce LOCK(cs_main) scope in GetBlockChecked and getblock
Andrew Toth
2022-12-05
Merge bitcoin/bitcoin#19888: rpc, test: Improve getblockstats for unspendables
Andrew Chow
2022-12-05
Merge bitcoin/bitcoin#24226: rpc: warn that nodes ignore requests for old sta...
MarcoFalke
2022-11-16
RPC/blockchain: scan{blocks,txoutset>: Further doc improvements
Luke Dashjr
2022-11-16
RPC/Blockchain: Clarify invalid-action error in scanblocks & scantxoutset
Luke Dashjr
2022-10-26
rpc: add missing lock around chainman.ActiveTip()
Andrew Toth
2022-10-26
Merge bitcoin/bitcoin#23927: rpc: Pruning nodes can not fetch blocks before s...
Andrew Chow
2022-10-23
rpc: Improve getblockstats
Fabian Jahr
2022-10-13
Merge bitcoin/bitcoin#25412: rest: add `/deploymentinfo` endpoint
Andrew Chow
2022-10-13
Merge bitcoin/bitcoin#23549: Add scanblocks RPC call (attempt 2)
Andrew Chow
2022-10-07
rpc: Return coinbase flag in scantxoutset
MacroFake
2022-10-04
rpc: add scanblocks - scan for relevant blocks with descriptors
Jonas Schnelli
2022-10-04
rpc: move-only: consolidate blockchain scan args
James O'Beirne
2022-09-30
Merge bitcoin/bitcoin#26074: refactor: Set RPCArg options with designated ini...
MacroFake
2022-09-13
rpc: Set RPCArg options with designated initializers
MacroFake
2022-09-13
Merge bitcoin/bitcoin#24513: CChainState -> Chainstate
glozow
2022-09-13
Merge bitcoin/bitcoin#25222: refactor: Pass reference to LookUpStats
MacroFake
2022-09-09
scripted-diff: rename CChainState -> Chainstate
James O'Beirne
2022-09-06
rpc: warn that nodes ignore requests for old stale blocks
Sjors Provoost
2022-08-20
Fix issues when calling std::move(const&)
MacroFake
2022-08-16
rest: add `/deploymentinfo`
brunoerg
2022-07-25
scripted-diff: Replace NullUniValue with UniValue::VNULL
MacroFake
2022-07-25
RPC: Document "asm" and "hex" fields for scripts
Luke Dashjr
2022-07-25
Bugfix: RPC/blockchain: Correct type of "value" in getblock docs; add missing...
Jon Atack
2022-07-20
Merge bitcoin/bitcoin#25285: Add AutoFile without ser-type and ser-version an...
fanquake
2022-07-20
refactor: Pass reference to LookUpStats
MacroFake
2022-07-19
Add missing includes
MacroFake
2022-07-14
fix gettxout help text
Marnix
2022-07-13
Merge bitcoin/bitcoin#25472: build: Increase MS Visual Studio minimum version
fanquake
2022-07-12
Merge bitcoin/bitcoin#24944: rpc: add getblockfrompeer RPCTypeCheck and inval...
MacroFake
2022-07-07
rpc, refactor: Add `getblock_prevout`
Hennadii Stepanov
2022-07-01
Merge bitcoin/bitcoin#25471: rpc: Disallow gettxoutsetinfo queries for a spec...
MacroFake
2022-06-29
Use AutoFile where possible
MacroFake
2022-06-28
rpc: Disallow gettxoutsetinfo queries for a specific block with use_index=false
Martin Zumsande
2022-06-27
rpc: use enum instead of string for filter type
w0xlt
2022-06-27
rpc: add RPCTypeCheck for getblockfrompeer inputs
Jon Atack
2022-06-15
Merge bitcoin/bitcoin#25339: RPC/blockchain: Elaborate on scantxoutset docume...
MacroFake
2022-06-13
RPC/blockchain: Reorder result documentation for scantxoutset
Luke Dashjr
[next]