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-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
2023-11-24
Merge bitcoin/bitcoin#28922: Use Txid in COutpoint
fanquake
2023-11-22
CValidationInterface: modify the parameter of `TransactionAddedToMempool`
ismaelsadeeq
2023-11-21
Use Txid in COutpoint
dergoegge
2023-11-18
blockstorage: switch from CAutoFile to AutoFile
Anthony Towns
2023-11-16
serialize: Drop useless version param from GetSerializeSize()
Anthony Towns
2023-11-14
Use ParamsWrapper for witness serialization
Anthony Towns
2023-11-13
Merge bitcoin/bitcoin#28207: mempool: Persist with XOR
Andrew Chow
2023-11-13
Merge bitcoin/bitcoin#28721: multiprocess compatibility updates
fanquake
2023-11-13
Merge bitcoin/bitcoin#28391: refactor: Simplify CTxMempool/BlockAssembler fie...
fanquake
2023-11-10
[refactor] rewrite BlockAssembler inBlock and failedTx as sets of txids
glozow
2023-11-10
[refactor] use CheckPackageLimits for checkChainLimits
glozow
2023-11-10
[refactor] Add helper for retrieving mempool entry
TheCharlatan
2023-11-10
[refactor] Add helper for iterating through mempool entries
stickies-v
2023-11-09
mempool: persist with XOR
MarcoFalke
2023-11-08
[refactor] updating miniminer comments to be more accurate
kevkevin
2023-11-07
[refactor] Miniminer var cached_descendants to descendants
kevkevin
2023-11-07
[refactor] Change MiniMinerMempoolEntry order
kevkevin
[next]