aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2024-07-16qa: Consider `cache` and `config.ini` relative to invocation directoryHennadii Stepanov
2024-07-16scripted-diff: Add `__file__` argument to `BitcoinTestFramework.init()`Hennadii Stepanov
2024-07-16Merge bitcoin/bitcoin#22729: Make it possible to disable Tor binds and abort ...Ava Chow
2024-07-16Merge bitcoin/bitcoin#28923: script/sign: avoid duplicated signature verifica...Ava Chow
2024-07-16Merge bitcoin/bitcoin#30429: rpc: Use CHECK_NONFATAL over AssertAva Chow
2024-07-16Merge bitcoin/bitcoin#30435: init: change shutdown order of load block thread...merge-script
2024-07-16Merge bitcoin/bitcoin#29072: build: use `-no_exported_symbols` on macOSmerge-script
2024-07-16Merge bitcoin/bitcoin#30425: kernel: De-globalize static validation variablesRyan Ofsky
2024-07-16Merge bitcoin/bitcoin#28263: Add fuzz test for FSChaCha20Poly1305, AEADChacha...merge-script
2024-07-16[refactor] delete EraseTxNoLock, just use EraseTxglozow
2024-07-16remove obsoleted TxOrphanage::m_mutexglozow
2024-07-16lock m_recent_confirmed_transactions using m_tx_download_mutexglozow
2024-07-16remove obsoleted hashRecentRejectsChainTipglozow
2024-07-16update recent_rejects filters on ActiveTipChangeglozow
2024-07-16add ValidationInterface::ActiveTipChangeglozow
2024-07-16guard TxRequest and rejection caches with new mutexglozow
2024-07-16Merge bitcoin/bitcoin#30387: contrib: use c++ compiler rather than c compiler...merge-script
2024-07-16Merge bitcoin/bitcoin#30394: net: fix race condition in self-connect detectionglozow
2024-07-16refactor: pass BlockCreateOptions to createNewBlockSjors Provoost
2024-07-16Merge bitcoin/bitcoin#30420: test: Fix intermittent failure in p2p_v2_misbeha...merge-script
2024-07-16refactor: use CHECK_NONFATAL to avoid single-use symbolSjors Provoost
2024-07-15Merge bitcoin/bitcoin#30428: log: LogError with FlatFilePos in UndoReadFromDiskRyan Ofsky
2024-07-15Merge bitcoin/bitcoin#30407: test: [refactor] Pass TestOptsmerge-script
2024-07-15gui: correct replacement of amp character in the wallet name for QMenuKonstantin Akimov
2024-07-15test: Fix intermittent failure in p2p_v2_misbehaving.pystratospher
2024-07-15Merge bitcoin/bitcoin#30197: fuzz: bound some miniscript operations to avoid ...merge-script
2024-07-15Add fuzz test for FSChaCha20Poly1305stratospher
2024-07-15Add fuzz test for AEADChacha20Poly1305stratospher
2024-07-15Merge bitcoin-core/gui#827: OptionsDialog: Prefer to stretch actual options a...Hennadii Stepanov
2024-07-15Merge bitcoin/bitcoin#30373: fuzz: fix key size in `crypter`merge-script
2024-07-15Merge bitcoin-core/gui#795: Keep focus on "Hide" while ModalOverlay is visibleHennadii Stepanov
2024-07-15Merge bitcoin/bitcoin#30412: MiniMiner: use FeeFrac in AncestorFeerateComparatormerge-script
2024-07-14fuzz: limit the number of nested wrappers in descriptorsAntoine Poinsot
2024-07-14fuzz: limit the number of sub-fragments per fragment for descriptorsAntoine Poinsot
2024-07-14Merge bitcoin-core/gui#825: Show maximum mempool size in information windowHennadii Stepanov
2024-07-13net: Allow DNS lookups on nodes with IPV6 lo onlyMax Edwards
2024-07-12Merge bitcoin/bitcoin#30295: #28984 package rbf followupsmerge-script
2024-07-12rest: Reject negative outpoint index in getutxos parsingMarcoFalke
2024-07-12init: change shutdown order of load block thread and schedulerMartin Zumsande
2024-07-12Merge bitcoin/bitcoin#30372: util: Use SteadyClock in RandAddSeedPerfmonmerge-script
2024-07-12Merge bitcoin/bitcoin#30336: depends: update doc in Qt pwd patchmerge-script
2024-07-12rpc: Use CHECK_NONFATAL over AssertMarcoFalke
2024-07-12logging: Add DisableLogging()Anthony Towns
2024-07-11Merge bitcoin/bitcoin#30353: test: fix inconsistency in fundrawtransaction we...Ava Chow
2024-07-11Merge bitcoin/bitcoin#30234: Enable clang-tidy checks for self-assignmentmerge-script
2024-07-11Merge bitcoin/bitcoin#30406: refactor: modernize-use-equals-defaultmerge-script
2024-07-11Merge bitcoin/bitcoin#30146: Add clang-tidy check for thread_local varsmerge-script
2024-07-11Merge bitcoin/bitcoin#30383: util: Catch translation string errors at compile...merge-script
2024-07-11Merge bitcoin/bitcoin#30397: refactor: Use designated initializer in test/uti...merge-script
2024-07-11contrib: c++ify test stubs after switching to c++ compilersCory Fields