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
2024-03-18
assumeutxo: Get rid of faked nTx and nChainTx values
Ryan Ofsky
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-20
Merge bitcoin/bitcoin#29404: refactor: bitcoin-config.h includes cleanup
fanquake
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-09
Merge bitcoin/bitcoin#28948: v3 transaction policy for anti-pinning
Ava Chow
2024-02-08
[fuzz] v3 transactions and sigop-adjusted vsize
glozow
2024-02-01
refactor: Fix timedata includes
MarcoFalke
2024-01-05
Remove GetAdjustedTime
dergoegge
2023-12-14
Merge bitcoin/bitcoin#28051: Get rid of shutdown.cpp/shutdown.h, use SignalIn...
Ava Chow
2023-12-06
fuzz: p2p: Detect peer deadlocks
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: Remove call to ShutdownRequested from IndexWaitSynced
Ryan Ofsky
2023-12-04
refactor: Add NodeContext::shutdown member
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
Remove unused version.h include
MarcoFalke
2023-11-30
Remove unused CDataStream
MarcoFalke
2023-11-29
Merge bitcoin/bitcoin#28486: test, bench: Initialize and terminate use of Win...
fanquake
2023-11-29
fuzz: Fix nullptr deref in scriptpubkeyman
MarcoFalke
2023-11-28
test: Setup networking globally
Hennadii Stepanov
2023-11-28
Merge bitcoin/bitcoin#28892: refactor: P2P transport without serialize versio...
fanquake
2023-11-22
tx fees, policy: CBlockPolicyEstimator update from `CValidationInterface` not...
ismaelsadeeq
2023-11-21
Use Txid in COutpoint
dergoegge
2023-11-20
refactor: NetMsg::Make() without nVersion
MarcoFalke
2023-11-17
Merge bitcoin/bitcoin#28878: Remove version field from GetSerializeSize
fanquake
2023-11-16
Merge bitcoin/bitcoin#28825: fuzz: Minor improvements to tx_package_eval target
fanquake
2023-11-16
Include version.h in fewer places
Anthony Towns
2023-11-14
Use ParamsWrapper for witness serialization
Anthony Towns
2023-11-09
fuzz: allow reaching MempoolAcceptResult::ResultType::DIFFERENT_WITNESS in tx...
Greg Sanders
2023-11-08
Merge bitcoin/bitcoin#28155: net: improves addnode / m_added_nodes logic
glozow
2023-11-08
Merge bitcoin/bitcoin#28785: validation: return more helpful results for reco...
fanquake
2023-11-07
Merge bitcoin/bitcoin#28224: shutdown: Destroy kernel last, make test shutdow...
Andrew Chow
2023-11-07
[validation] change package-fee-too-low, return wtxid(s) and effective feerate
glozow
2023-11-03
test: bugfix CheckPackageMempoolAcceptResult return all error strings
Greg Sanders
2023-11-03
Merge bitcoin/bitcoin#28758: refactors for subpackage evaluation
fanquake
2023-11-02
[test util] CheckPackageMempoolAcceptResult for sanity-checking results
glozow
2023-11-01
[test util] CreateValidTransaction multi-in/out, configurable feerate, signal...
glozow
2023-10-30
Allow unit tests to access additional CConnman members
Jon Atack
2023-10-24
tests: Reset node context members on ~BasicTestingSetup
TheCharlatan
2023-10-12
tidy: modernize-use-emplace
MarcoFalke
2023-10-05
Merge bitcoin/bitcoin#28558: Make PeerManager own a FastRandomContext
fanquake
2023-10-04
[test] Make PeerManager's rng deterministic in tests
dergoegge
[next]