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-08-28
refactor: Hand-replace some ParseHex -> ""_hex
Hodlinator
2024-08-26
scripted-diff: [test] Use g_rng/m_rng directly
MarcoFalke
2024-08-20
fuzz: Speed up utxo_snapshot fuzz target
MarcoFalke
2024-08-16
fuzz: Speed up utxo_snapshot by lazy re-init
MarcoFalke
2024-08-13
test: Disallow fee_estimator construction in ChainTestingSetup
MarcoFalke
2024-08-03
doc + test: Correct uint256 hex string endianness
Hodlinator
2024-07-25
Merge bitcoin/bitcoin#30399: test: Add arguments for creating a slimmer Testi...
merge-script
2024-07-23
Merge bitcoin/bitcoin#30436: fix: Make TxidFromString() respect string_view l...
Ryan Ofsky
2024-07-23
refactor: Make uint256_tests no longer use deprecated BOOST_CHECK()
Hodlinator
2024-07-19
test: Add arguments for creating a slimmer setup
TheCharlatan
2024-07-15
Merge bitcoin/bitcoin#30407: test: [refactor] Pass TestOpts
merge-script
2024-07-08
Merge bitcoin/bitcoin#30141: kernel: De-globalize validation caches
Ryan Ofsky
2024-07-08
test: [refactor] Pass TestOpts
MarcoFalke
2024-07-05
kernel: De-globalize signature cache
TheCharlatan
2024-07-04
kernel: De-globalize script execution cache
TheCharlatan
2024-07-01
tests: make fuzz tests (mostly) deterministic with fixed seed
Pieter Wuille
2024-07-01
tests: overhaul deterministic test randomness
Pieter Wuille
2024-06-18
Always pass options to BlockAssembler constructor
Sjors Provoost
2024-06-13
refactor: remove warnings globals
stickies-v
2024-06-11
Merge bitcoin/bitcoin#28339: validation: improve performance of CheckBlockIndex
Ava Chow
2024-06-11
Merge bitcoin/bitcoin#28830: [refactor] Check CTxMemPool options in ctor
Ava Chow
2024-06-07
kernel: Add less confusing reindex options
Ryan Ofsky
2024-05-17
[[refactor]] Check CTxMemPool options in constructor
TheCharlatan
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-09
kernel: Remove key module from kernel library
TheCharlatan
2024-05-06
refactor: Simply include CTxMemPool::Options in CTxMemPool directly rather th...
Luke Dashjr
2024-05-01
scripted-diff: Add IWYU pragma keep to bitcoin-config.h includes
MarcoFalke
2024-04-26
validation: allow to specify frequency for -checkblockindex
Martin Zumsande
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
[next]