Age | Commit message (Expand) | Author |
2024-05-23 | Merge bitcoin/bitcoin#29873: policy: restrict all TRUC (v3) transactions to 1... | Ava Chow |
2024-05-21 | [fuzz] V3_MAX_VSIZE and effective ancestor/descendant size limits | glozow |
2024-05-21 | doc: remove comment about using thread_local | fanquake |
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-07 | Merge bitcoin/bitcoin#29494: build: Assume HAVE_CONFIG_H, Add IWYU pragma kee... | Ava Chow |
2024-05-06 | refactor: Simply include CTxMemPool::Options in CTxMemPool directly rather th... | Luke Dashjr |
2024-05-01 | [refactor] make MempoolAcceptResult::m_replaced_transactions non-optional | glozow |
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-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 |