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
2021-09-30
[MOVEONLY] consensus: move amount.h into consensus
fanquake
2021-09-29
Merge bitcoin/bitcoin#22650: Remove -deprecatedrpc=addresses flag and corresp...
Samuel Dobson
2021-09-24
rpc: remove deprecated addresses and reqSigs from rpc outputs
Michael Dietz
2021-09-21
doc: Fix RPC result documentation
MarcoFalke
2021-09-27
scripted-diff: Rename overloaded int GetArg to GetIntArg
Russell Yanofsky
2021-08-06
refactor: Reuse MakeUnorderedList where possible
Hennadii Stepanov
2021-07-28
Merge bitcoin/bitcoin#22047: index, rpc: Coinstatsindex follow-ups
W. J. van der Laan
2021-07-25
rpc: Block until synced if coinstatsindex is used in gettxoutsetinfo
Fabian Jahr
2021-07-25
rpc: Add missing gettxoutsetinfo help docs
Fabian Jahr
2021-07-21
Merge bitcoin/bitcoin#21934: RPC/blockchain: getblockchaininfo: Include versi...
MarcoFalke
2021-07-21
Merge bitcoin/bitcoin#22407: rpc: Return block time in getblockchaininfo
MarcoFalke
2021-07-20
rpc: Return block time in getblockchaininfo
João Barbosa
2021-07-01
Use DeploymentEnabled to hide VB deployments
MarcoFalke
2021-07-01
doc: Move buried deployment doc to the enum that enumerates them
MarcoFalke
2021-06-30
[refactor] versionbits: make VersionBitsCache a full class
Anthony Towns
2021-06-30
[refactor] rpc/blockchain.cpp: SoftForkPushBack
Anthony Towns
2021-06-30
scripted-diff: rename versionbitscache
Anthony Towns
2021-06-30
[refactor] Add versionbits deployments to deploymentstatus.h
Anthony Towns
2021-06-29
versionbits: Use dedicated lock instead of cs_main
Anthony Towns
2021-06-29
Merge bitcoin/bitcoin#21789: refactor: Remove ::Params() global from CChainState
fanquake
2021-06-25
Merge bitcoin/bitcoin#19362: rpc/blockchain: Reset scantxoutset progress befo...
MarcoFalke
2021-06-17
refactor: wrap CCoinsViewCursor in unique_ptr
James O'Beirne
2021-06-13
refactor: Remove chainparams arg from CChainState member functions
MarcoFalke
2021-06-10
scripted-diff: tree-wide: Remove all review-only assertions
Carl Dong
2021-06-03
scripted-diff: Fix coinstats data member names
Fabian Jahr
2021-06-01
Merge bitcoin/bitcoin#21767: [Bundle 6/n] Prune g_chainman usage in auxiliary...
MarcoFalke
2021-05-24
scripted-diff: Replace `GetDataDir()` calls with `gArgs.GetDataDirNet()` calls
Kiminuo
2021-05-20
Merge bitcoin/bitcoin#21913: rpc: RPCHelpMan fixes
MarcoFalke
2021-05-19
rpc/blockchain: Use existing blockman in gettxoutsetinfo
Carl Dong
2021-05-12
RPC/blockchain: getblockchaininfo: Include versionbits signalling details dur...
Luke Dashjr
2021-05-11
rpc/gettxoutsetinfo: hash_or_height is a named argument
Karl-Johan Alm
2021-05-11
Merge bitcoin/bitcoin#21752: doc: Clarify that feerates are per virtual size
MarcoFalke
2021-05-01
doc: fix -coinstatsindex help, and test/rpc touchups
Jon Atack
2021-05-01
scripted-diff: Clarify that feerates are per virtual size
MarcoFalke
2021-04-30
Merge bitcoin/bitcoin#19521: Coinstats Index
W. J. van der Laan
2021-04-23
validation: prepare VerifyDB for assumeutxo
James O'Beirne
2021-04-23
refactor: rename active_chainstate in VerifyDB
James O'Beirne
2021-04-19
rpc: gettxoutsetinfo rejects hash_serialized_2 for specific height
Fabian Jahr
2021-04-19
rpc: Allow gettxoutsetinfo and getblockstats for stale blocks
Fabian Jahr
2021-04-19
index, rpc: Add use_index option for gettxoutsetinfo
Fabian Jahr
2021-04-19
rpc, index: Add verbose amounts tracking to Coinstats index
Fabian Jahr
2021-04-19
rpc: gettxoutsetinfo can be requested for specific blockheights
Fabian Jahr
2021-04-19
index: Coinstats index can be activated with command line flag
Fabian Jahr
2021-04-19
refactor: Pass hash_type to CoinsStats in stats object
Fabian Jahr
2021-04-19
Merge #21679: rpc: Keep default argument value in correct type
MarcoFalke
2021-04-19
Merge #21718: rpc: Improve error message for getblock invalid datatype.
fanquake
2021-04-18
rpc: Improve getblock error message for invalid data type.
klementtan
2021-04-17
Merge #21391: [Bundle 5/n] Prune g_chainman usage in RPC modules
MarcoFalke
2021-04-17
rpc: Keep default argument value in correct type
João Barbosa
2021-04-15
Merge #21377: Speedy trial support for versionbits
fanquake
[next]