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
2023-09-05
Merge bitcoin/bitcoin#28195: blockstorage: Drop legacy -txindex check
fanquake
2023-08-28
config: default acceptnonstdtxn=0 on all chains
Anthony Towns
2023-08-22
Merge bitcoin/bitcoin#28200: refactor: Remove unused includes from wallet.cpp
fanquake
2023-08-18
assumeutxo cleanup: Move IsInitialBlockDownload & NotifyHeaderTip to Chainsta...
Ryan Ofsky
2023-08-17
Remove unused includes from txmempool.h
MarcoFalke
2023-08-17
Merge bitcoin/bitcoin#28244: Break up script/standard.{h/cpp}
fanquake
2023-08-17
Merge bitcoin/bitcoin#27675: p2p: Drop m_recently_announced_invs bloom filter
fanquake
2023-08-14
Clean up things that include script/standard.h
Andrew Chow
2023-08-09
Merge bitcoin/bitcoin#28149: net processing: clamp PeerManager::Options user ...
glozow
2023-08-07
Merge bitcoin/bitcoin#28186: kernel: Prune leveldb headers
fanquake
2023-08-07
Merge bitcoin/bitcoin#26296: ci: Integrate `bitcoin-tidy` clang-tidy plugin
fanquake
2023-08-07
Merge bitcoin/bitcoin#28191: refactor: Remove unused MessageStartChars parame...
fanquake
2023-08-05
refactor: Fix logging.h includes
TheCharlatan
2023-08-03
lint: remove /* Continued */ markers from codebase
fanquake
2023-08-03
mempool_entry: add mempool entry sequence number
Anthony Towns
2023-08-02
scripted-diff: Rename CBlockTreeDB -> BlockTreeDB
MarcoFalke
2023-08-01
Fixup style of moved code
MarcoFalke
2023-08-01
move-only: Move CBlockTreeDB to node/blockstorage
MarcoFalke
2023-07-31
Merge bitcoin/bitcoin#27746: Rework validation logic for assumeutxo
Ryan Ofsky
2023-07-31
Remove unused MessageStartChars parameters from BlockManager methods
MarcoFalke
2023-07-25
net processing: clamp -blockreconstructionextratxn to uint32_t bounds
stickies-v
2023-07-25
net processing: clamp -maxorphantx to uint32_t bounds
stickies-v
2023-07-25
refactor: set ignore_incoming_txs in ApplyArgsManOptions
stickies-v
2023-07-24
[net processing] Move -capturemessages to PeerManager::Options
dergoegge
2023-07-24
[net processing] Move -blockreconstructionextratxn to PeerManager::Options
dergoegge
2023-07-24
[net processing] Move -maxorphantx to PeerManager::Options
dergoegge
2023-07-24
[net processing] Move -txreconciliation to PeerManager::Options
dergoegge
2023-07-24
[net processing] Introduce PeerManager options
dergoegge
2023-07-21
Move block-storage-related logic to ChainstateManager
Suhas Daftuar
2023-07-14
Move block-arrival information / preciousblock counters to ChainstateManager
Suhas Daftuar
2023-07-14
Remove CChain dependency in node/blockstorage
Suhas Daftuar
2023-07-14
Explicitly track maximum block height stored in undo files
Suhas Daftuar
2023-07-11
kernel: Remove StartShutdown calls from validation code
Ryan Ofsky
2023-07-11
refactor: Move stopafterblockimport handling out of blockstorage
TheCharlatan
2023-07-10
index: verify blocks data existence only once
furszy
2023-07-10
refactor: simplify pruning violation check
furszy
2023-07-10
make GetFirstStoredBlock assert that 'start_block' always has data
furszy
2023-07-07
refactor: init indexes, decouple 'Start()' from the creation step
furszy
2023-07-07
scripted-diff: rename 'loadblk' thread name to 'initload'
furszy
2023-07-07
init: start indexes sync earlier
furszy
2023-06-28
kernel: Add fatalError method to notifications
TheCharlatan
2023-06-28
kernel: Add flushError method to notifications
TheCharlatan
2023-06-28
kernel: Pass interrupt reference to chainman
TheCharlatan
2023-06-27
Merge bitcoin/bitcoin#27896: Remove the syscall sandbox
Andrew Chow
2023-06-22
Merge bitcoin/bitcoin#27862: validation: Stricter assumeutxo error handling w...
Andrew Chow
2023-06-16
Remove the syscall sandbox
fanquake
2023-06-15
validation: Stricter assumeutxo error handling in LoadChainstate
Ryan Ofsky
2023-06-15
refactor: rename BCLog::BLOCKSTORE to BLOCKSTORAGE
Jon Atack
2023-06-12
Merge bitcoin/bitcoin#27708: Return EXIT_FAILURE on post-init fatal errors
Ryan Ofsky
2023-06-12
Merge bitcoin/bitcoin#27783: Add public Boost headers explicitly
fanquake
[next]