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
/
setup_common.cpp
Age
Commit message (
Expand
)
Author
2024-04-24
refactor: Remove hooking code for urlDecode
Fabian Jahr
2024-03-11
Merge bitcoin/bitcoin#26564: test: test_bitcoin: allow -testdatadir=<datadir>
Ava Chow
2024-03-08
Merge bitcoin/bitcoin#28960: kernel: Remove dependency on CScheduler
Ava Chow
2024-03-07
test: test_bitcoin: allow -testdatadir=<datadir>
Larry Ruane
2024-02-16
kernel: Remove dependency on CScheduler
TheCharlatan
2024-02-15
scripted-diff: Rename MainSignals to ValidationSignals
TheCharlatan
2024-02-15
[refactor] Make MainSignals RAII styled
TheCharlatan
2024-02-15
refactor: De-globalize g_signals
TheCharlatan
2024-02-15
[refactor] Make signals optional in mempool and chainman
TheCharlatan
2024-02-13
scripted-diff: Fix bitcoin_config_h includes
TheCharlatan
2024-02-01
refactor: Fix timedata includes
MarcoFalke
2024-01-05
Remove GetAdjustedTime
dergoegge
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-11-30
Merge bitcoin/bitcoin#26762: bugfix: Make `CCheckQueue` RAII-styled (attempt 2)
Andrew Chow
2023-11-30
Remove unused CDataStream
MarcoFalke
2023-11-28
test: Setup networking globally
Hennadii Stepanov
2023-11-21
Use Txid in COutpoint
dergoegge
2023-11-14
Use ParamsWrapper for witness serialization
Anthony Towns
2023-11-07
Merge bitcoin/bitcoin#28224: shutdown: Destroy kernel last, make test shutdow...
Andrew Chow
2023-11-01
[test util] CreateValidTransaction multi-in/out, configurable feerate, signal...
glozow
2023-10-24
tests: Reset node context members on ~BasicTestingSetup
TheCharlatan
2023-10-12
tidy: modernize-use-emplace
MarcoFalke
2023-10-04
[test] Make PeerManager's rng deterministic in tests
dergoegge
2023-10-03
Make `CCheckQueue` destructor stop worker threads
Hennadii Stepanov
2023-10-03
Move global `scriptcheckqueue` into `ChainstateManager` class
Hennadii Stepanov
2023-09-12
[refactor] Add CChainParams member to CConnman
TheCharlatan
2023-09-05
Merge bitcoin/bitcoin#28195: blockstorage: Drop legacy -txindex check
fanquake
2023-08-17
Merge bitcoin/bitcoin#27675: p2p: Drop m_recently_announced_invs bloom filter
fanquake
2023-08-05
refactor: Fix logging.h includes
TheCharlatan
2023-08-03
mempool_entry: add mempool entry sequence number
Anthony Towns
2023-08-02
scripted-diff: Rename CBlockTreeDB -> BlockTreeDB
MarcoFalke
2023-08-01
move-only: Move CBlockTreeDB to node/blockstorage
MarcoFalke
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-10
index: verify blocks data existence only once
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-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-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-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
[next]