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
2024-01-17
rpc: Fix race in loadtxoutset
MarcoFalke
2024-01-08
Merge bitcoin/bitcoin#29184: RPC/Blockchain: scanblocks: Accept named param f...
glozow
2024-01-05
Merge bitcoin/bitcoin#28890: rpc: Remove deprecated -rpcserialversion
fanquake
2024-01-04
RPC/Blockchain: scanblocks: Accept named param for filter_false_positives
Luke Dashjr
2023-12-14
Merge bitcoin/bitcoin#29040: refactor: Remove pre-C++20 code, fs::path cleanup
Ava Chow
2023-12-14
refactor: Rename fs::path::u8string() to fs::path::utf8string()
MarcoFalke
2023-12-11
Remove deprecated -rpcserialversion
MarcoFalke
2023-12-07
refactor: rpc: Pass CBlockIndex by reference instead of pointer
MarcoFalke
2023-12-07
refactor: Use reference instead of pointer in IsBlockPruned
MarcoFalke
2023-11-21
Use Txid in COutpoint
dergoegge
2023-11-16
serialize: Drop useless version param from GetSerializeSize()
Anthony Towns
2023-11-14
Use ParamsWrapper for witness serialization
Anthony Towns
2023-10-20
scripted-diff: Rename hash_serialized_2 to hash_serialized_3
Fabian Jahr
2023-10-17
Merge bitcoin/bitcoin#28652: assumeutxo: fail early if snapshot block hash do...
fanquake
2023-10-16
assumeutxo: fail early if snapshot block hash doesn't match AssumeUTXO parame...
Sebastian Falbesoner
2023-10-16
Merge bitcoin/bitcoin#28583: refactor: [tidy] modernize-use-emplace
fanquake
2023-10-12
tidy: modernize-use-emplace
MarcoFalke
2023-10-12
refactor: Remove unused nchaintx from SnapshotMetadata constructor
MarcoFalke
2023-10-06
rpc: Use Ensure(Any)Chainman in assumeutxo related RPCs
Fabian Jahr
2023-10-06
doc: Drop references to assumevalid in assumeutxo docs
Fabian Jahr
2023-10-06
chain: Rename HaveTxsDownloaded to HaveNumChainTxs
Fabian Jahr
2023-10-05
assumeutxo: change getchainstates RPC to return a list of chainstates
Ryan Ofsky
2023-09-30
rpc: add getchainstates
James O'Beirne
2023-09-30
rpc: add loadtxoutset
James O'Beirne
2023-08-18
assumeutxo cleanup: Move IsInitialBlockDownload & NotifyHeaderTip to Chainsta...
Ryan Ofsky
2023-07-22
Bugfix: RPC: Remove quotes from non-string oneline descriptions
Luke Dashjr
2023-07-10
make GetFirstStoredBlock assert that 'start_block' always has data
furszy
2023-05-30
Merge bitcoin/bitcoin#27636: kernel: Remove util/system from kernel library, ...
fanquake
2023-05-23
Support up to 3 parallel compact block txn fetchings
Greg Sanders
2023-05-20
kernel: Add progress method to notifications
TheCharlatan
2023-05-10
refactor: Move functions to BlockManager methods
TheCharlatan
2023-05-09
refactor: Replace string chain name constants with ChainTypes
TheCharlatan
2023-05-01
Merge bitcoin/bitcoin#26780: rpc: simplify scan blocks
Andrew Chow
2023-04-30
rpc: scanblocks, add "completed" flag to the result obj
furszy
2023-04-30
rpc: scanblocks, do not traverse the whole chain block by block
furszy
2023-04-19
move-only: Extract common/args and common/config.cpp from util/system
TheCharlatan
2023-03-23
refactor: Move fs.* to util/fs.*
TheCharlatan
2023-03-15
refactor: Add and use PRUNE_TARGET_MANUAL constexpr
MarcoFalke
2023-03-10
Merge bitcoin/bitcoin#23813: Add test and docs for getblockfrompeer with pruning
fanquake
2023-03-06
Expand scantxoutset help text to cover tr() and miniscript
Greg Sanders
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
[next]