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
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-08-20
Fix issues when calling std::move(const&)
MacroFake
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
2022-06-13
scripted-diff: RPC/blockchain: Lowercase "when" in scantxoutset documentation
Luke Dashjr
2022-06-13
RPC/blockchain: Elaborate on scantxoutset documentation
Luke Dashjr
2022-06-10
Merge bitcoin/bitcoin#24931: Strengthen thread safety assertions
MacroFake
2022-06-03
Bugfix: RPC/blockchain: pruneblockchain: Return the height of the actual last...
Luke Dashjr
2022-05-30
refactor: Explicitly convert atomic<int> to int
João Barbosa
2022-05-23
coinstats: Move GetUTXOStats to rpc/blockchain
Carl Dong
2022-05-23
style-only: Rearrange using decls after scripted-diff
Carl Dong
2022-05-23
scripted-diff: Move src/kernel/coinstats to kernel::
Carl Dong
2022-05-23
coinstats: Return purely out-param CCoinsStats
Carl Dong
2022-05-20
coinstats: Extract index_requested in-member to in-param
Carl Dong
2022-05-20
coinstats: Extract hash_type in-member to in-param
Carl Dong
2022-05-21
scripted-diff: Convert global Mutexes to GlobalMutexes
Anthony Towns
2022-05-20
Merge bitcoin/bitcoin#25168: refactor: Avoid passing params where not needed
MacroFake
2022-05-19
Merge bitcoin/bitcoin#25153: scripted-diff: Use getInt<T> over get_int/get_int64
fanquake
2022-05-18
scripted-diff: Use getInt<T> over get_int/get_int64
MacroFake
2022-05-18
Do not call global Params() when chainman is in scope
MacroFake
2022-05-17
refactor: use C++11 default initializers
fanquake
2022-05-17
Merge bitcoin/bitcoin#25114: rpc: remove deprecated "softforks" field from ge...
MacroFake
2022-05-16
Merge bitcoin/bitcoin#25095: rpc: Fix implicit-integer-sign-change in gettxout
fanquake
2022-05-16
Merge bitcoin/bitcoin#24640: Bugfix: RPC/blockchain: Correct description of g...
MacroFake
2022-05-13
rpc: remove deprecated "softforks" field from getblockchaininfo
Sebastian Falbesoner
2022-05-13
rpc: Fix implicit-integer-sign-change in gettxout
MacroFake
2022-05-13
Merge bitcoin/bitcoin#24595: deploymentstatus: move g_versionbitscache global...
MacroFake
2022-05-11
rpc: check `fopen` return code in dumptxoutset
Sebastian Falbesoner
2022-05-10
validation: move g_versionbitscache into ChainstateManager
Anthony Towns
2022-05-10
refactor: use chainman instead of chainParams for DeploymentActive*
Anthony Towns
2022-05-06
Merge bitcoin/bitcoin#24804: Sanity assert GetAncestor() != nullptr where app...
MacroFake
2022-05-05
Sanity assert GetAncestor() != nullptr where appropriate
Adam Jonas
2022-04-28
rpc: use GetBlockTime() for getblockchaininfo#time
Jon Atack
[next]