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
/
test
/
util
Age
Commit message (
Expand
)
Author
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-06
Merge bitcoin/bitcoin#27213: p2p: Diversify automatic outbound connections wi...
fanquake
2023-08-05
refactor: Fix logging.h includes
TheCharlatan
2023-08-03
p2p: Introduce data struct to track connection counts by network
Amiti Uttarwar
2023-08-03
refactor: fix unterminated LogPrintf()s
fanquake
2023-07-31
Merge bitcoin/bitcoin#27746: Rework validation logic for assumeutxo
Ryan Ofsky
2023-07-24
[net processing] Introduce PeerManager options
dergoegge
2023-07-19
Merge bitcoin/bitcoin#27425: test: move remaining rand code from util/setup_c...
fanquake
2023-07-14
test: Clear block index flags when testing snapshots
Suhas Daftuar
2023-07-11
Merge bitcoin/bitcoin#28044: test: indexes, fix on error infinite loop
Ryan Ofsky
2023-07-10
test: indexes, fix on error infinite loop
furszy
2023-07-10
index: verify blocks data existence only once
furszy
2023-07-07
Merge bitcoin/bitcoin#28036: test: Restore unlimited timeout in IndexWaitSynced
fanquake
2023-07-06
Merge bitcoin/bitcoin#27861: kernel: Rm ShutdownRequested and AbortNode from ...
Ryan Ofsky
2023-07-06
test: Restore unlimited timeout in IndexWaitSynced
MarcoFalke
2023-06-28
test: Use same timeout for all index sync
MarcoFalke
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-14
tx fees, policy: read stale fee estimates with a regtest-only option
ismaelsadeeq
2023-06-14
test: move random.h include header from setup_common.h to cpp
Jon Atack
2023-06-14
test: move remaining random test util code from setup_common to random
jonatack
2023-05-30
Merge bitcoin/bitcoin#27636: kernel: Remove util/system from kernel library, ...
fanquake
2023-05-26
fuzz: Change LIMIT_TO_MESSAGE_TYPE from a compile-time to a run-time setting
MarcoFalke
2023-05-24
refactor: Replace std::optional<bilingual_str> with util::Result
Ryan Ofsky
2023-05-20
refactor: Move system from util to common library
TheCharlatan
2023-05-20
kernel: Add notification interface
TheCharlatan
2023-05-17
index: Enable reindex-chainstate with active indexes
Martin Zumsande
2023-05-10
refactor, blockstorage: Replace blocksdir arg
TheCharlatan
2023-05-10
refactor: Move functions to BlockManager methods
TheCharlatan
2023-05-09
scripted-diff: Remove unused chainparamsbase includes
TheCharlatan
2023-05-09
refactor: Replace string chain name constants with ChainTypes
TheCharlatan
2023-05-06
Merge bitcoin/bitcoin#17860: fuzz: BIP 30, CVE-2018-17144
fanquake
2023-05-05
Move LoadVerifyActivateChainstate to ChainTestingSetup
MarcoFalke
2023-05-04
Add BlockManagerOpts::chainparams reference
MarcoFalke
2023-05-02
test: Add util to mine invalid blocks
MarcoFalke
2023-04-26
Merge bitcoin/bitcoin#26933: mempool: disallow txns under min relay fee, even...
glozow
2023-04-21
Merge bitcoin/bitcoin#27419: move-only: Extract common/args from util/system
fanquake
2023-04-20
Merge bitcoin/bitcoin#25325: Add pool based memory resource
Andrew Chow
2023-04-19
move-only: Extract common/args and common/config.cpp from util/system
TheCharlatan
2023-04-17
[test util] mock mempool minimum feerate
glozow
2023-04-03
Merge bitcoin/bitcoin#27254: refactor: Extract util/fs from util/system
fanquake
2023-03-28
Merge bitcoin/bitcoin#27324: net: #27257 follow-ups
fanquake
2023-03-27
[net] Pass nRecvFloodSize to CNode
dergoegge
2023-03-27
Merge bitcoin/bitcoin#26642: clang-tidy: Add more `performance-*` checks and ...
fanquake
2023-03-26
clang-tidy: Add `performance-inefficient-vector-operation` check
Hennadii Stepanov
2023-03-23
Add pool based memory resource & allocator
Martin Leitner-Ankerl
2023-03-23
refactor: Move fs.* to util/fs.*
TheCharlatan
2023-03-19
[net] Deduplicate marking received message for processing
dergoegge
[next]