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
/
node
Age
Commit message (
Expand
)
Author
2024-05-17
Merge bitcoin/bitcoin#29817: kernel: De-globalize fReindex
Ava Chow
2024-05-16
Merge bitcoin/bitcoin#29975: blockstorage: Separate reindexing from saving ne...
Ryan Ofsky
2024-05-16
kernel: De-globalize fReindex
TheCharlatan
2024-05-14
Merge bitcoin/bitcoin#29086: refactor: Simply include CTxMemPool::Options in ...
Ava Chow
2024-05-14
blockstorage: Don't move cursor backwards in UpdateBlockInfo
Ryan Ofsky
2024-05-14
blockstorage: Rename FindBlockPos and have it return a FlatFilePos
Martin Zumsande
2024-05-14
validation, blockstorage: Separate code paths for reindex and saving new blocks
Martin Zumsande
2024-05-14
blockstorage: split up FindBlockPos function
Martin Zumsande
2024-05-14
doc: Improve doc for functions involved in saving blocks to disk
Martin Zumsande
2024-05-14
Merge bitcoin/bitcoin#30083: kernel: Remove batchpriority from kernel library
Ryan Ofsky
2024-05-14
kernel: Remove batchpriority from kernel library
TheCharlatan
2024-05-09
kernel: Remove key module from kernel library
TheCharlatan
2024-05-08
blockstorage: Add Assume for fKnown / snapshot chainstate
Martin Zumsande
2024-05-07
Merge bitcoin/bitcoin#29494: build: Assume HAVE_CONFIG_H, Add IWYU pragma kee...
Ava Chow
2024-05-06
refactor: Simply include CTxMemPool::Options in CTxMemPool directly rather th...
Luke Dashjr
2024-05-01
rpc: return warnings as an array instead of just a single one
stickies-v
2024-05-01
scripted-diff: Add IWYU pragma keep to bitcoin-config.h includes
MarcoFalke
2024-04-30
Merge bitcoin/bitcoin#29623: Simplify network-adjusted time warning logic
Ava Chow
2024-04-10
Add TimeOffsets helper class
stickies-v
2024-04-07
[clang-tidy] Enable the misc-no-recursion check
dergoegge
2024-03-21
node: Make translations of fatal errors consistent
TheCharlatan
2024-03-20
Merge bitcoin/bitcoin#27039: blockstorage: do not flush block to disk if it i...
Ava Chow
2024-03-18
Merge bitcoin/bitcoin#28950: RPC: Add maxfeerate and maxburnamount args to su...
glozow
2024-03-13
RPC: Add maxfeerate and maxburnamount args to submitpackage
Greg Sanders
2024-03-12
blockstorage: check nPos in ReadRawBlockFromDisk before seeking back
Andrew Toth
2024-03-12
blockstorage: do not flush block to disk if it is already there
Matthew Zipkin
2024-03-11
scripted-diff: Replace error() with LogError()
MarcoFalke
2024-03-11
refactor: Make error() return type void
MarcoFalke
2024-03-11
scripted-diff: return error(...); ==> error(...); return false;
MarcoFalke
2024-02-15
scripted-diff: Rename MainSignals to ValidationSignals
TheCharlatan
2024-02-15
refactor: De-globalize g_signals
TheCharlatan
2024-02-01
refactor: Fix timedata includes
MarcoFalke
2024-01-31
Merge bitcoin/bitcoin#28956: Nuke adjusted time from validation (attempt 2)
Ava Chow
2024-01-30
Merge bitcoin/bitcoin#29308: doc: update `BroadcastTransaction` comment
glozow
2024-01-29
doc: update `BroadcastTransaction` comment
ismaelsadeeq
2024-01-25
Merge bitcoin/bitcoin#20827: During IBD, prune as much as possible until we g...
Ava Chow
2024-01-05
Remove GetAdjustedTime
dergoegge
2024-01-05
Merge bitcoin/bitcoin#28890: rpc: Remove deprecated -rpcserialversion
fanquake
2023-12-27
During IBD, prune as much as possible until we get close to where we will eve...
Luke Dashjr
2023-12-17
wallet, mempool: propagete `checkChainLimits` error message to wallet
ismaelsadeeq
2023-12-14
Merge bitcoin/bitcoin#28051: Get rid of shutdown.cpp/shutdown.h, use SignalIn...
Ava Chow
2023-12-11
Remove deprecated -rpcserialversion
MarcoFalke
2023-12-07
refactor: Use reference instead of pointer in IsBlockPruned
MarcoFalke
2023-12-04
Get rid of shutdown.cpp/shutdown.h, use SignalInterrupt directly
Ryan Ofsky
2023-12-04
refactor: Remove calls to StartShutdown from KernelNotifications
Ryan Ofsky
2023-12-04
refactor: Add NodeContext::shutdown member
Ryan Ofsky
2023-12-04
refactor: Remove call to ShutdownRequested from chainstate init
Ryan Ofsky
2023-12-01
Merge bitcoin/bitcoin#28368: Fee Estimator updates from Validation Interface/...
Andrew Chow
2023-11-30
Merge bitcoin/bitcoin#26762: bugfix: Make `CCheckQueue` RAII-styled (attempt 2)
Andrew Chow
2023-11-30
Rename version.h to node/protocol_version.h
MarcoFalke
[next]