aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2024-07-18depends: use CMake to build FreeTypefanquake
2024-07-18contrib: assume binary existence in sec/sym checksfanquake
2024-07-18Merge bitcoin/bitcoin#30464: test, refactor: Fix MSVC warning C4101 "unrefere...merge-script
2024-07-18[fees]: change `estimatesmartfee` default mode to `economical`ismaelsadeeq
2024-07-18contrib: simplify ELF test-security-checkfanquake
2024-07-18contrib: simplify PE test-security-checkfanquake
2024-07-18contrib: simplify MACHO test-security-checkfanquake
2024-07-17Merge bitcoin/bitcoin#29523: Wallet: Add `max_tx_weight` to transaction fund...Ava Chow
2024-07-17refactor: add coinbase constraints to BlockCreateOptionsSjors Provoost
2024-07-17Merge bitcoin/bitcoin#28893: Fix SSE4.1-related issuesmerge-script
2024-07-17Merge bitcoin/bitcoin#30468: test: bump mocktime only after node has received...merge-script
2024-07-17Merge bitcoin/bitcoin#30466: refactor: Make m_last_notified_header privatemerge-script
2024-07-17Merge bitcoin/bitcoin#30457: doc: getaddressinfo[isscript] is optionalmerge-script
2024-07-17test: bump mocktime after node has received and sent bytesstratospher
2024-07-17refactor: Use util::Split to avoid a harmless unsigned-integer-overflowMarcoFalke
2024-07-17test: Non-Shy version senderMarcoFalke
2024-07-17refactor: Make m_last_notified_header privateMarcoFalke
2024-07-17doc: getaddressinfo[isscript] is optionalMarcoFalke
2024-07-16test: Fix MSVC warning C4101 "unreferenced local variable"Hennadii Stepanov
2024-07-16univalue, refactor: Convert indentation tabs to spacesHennadii Stepanov
2024-07-16Merge bitcoin/bitcoin#30357: Fix cases of calls to `FillPSBT` errantly return...Ava Chow
2024-07-16qa: Do not assume running `feature_asmap.py` from source directoryHennadii Stepanov
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